[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim4? Smtp through a smarthost



Hi Jacob,

read /usr/share/doc/exim/spec.txt.gz .

Some lines from my exim.conf:

######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
(...)
# Send all mail to a smarthost

smarthost:
driver = domainlist
transport = remote_smtp
route_list = "* smtp.web.de bydns_a"
(...)
######################################################################
#                   AUTHENTICATION CONFIGURATION                     #
######################################################################
(...)
login:
driver = plaintext
public_name = LOGIN
client_send = ": <name> : <passwd>"

If you want a special port, the format is hostname::port .

On Thu, Apr 14, 2005 at 10:47:50AM -0500, Jacob S wrote:
> Hello list,
> 
> I have Postfix setup as a smarthost and working great. But now I need to
> setup another smtp daemon to use the smarthost. I need to be able to
> specify a non-standard port to talk to the smarthost on and the username
> and password. 
> 
> It looks like this should be possible with exim4 and maybe nullmailer as
> well, but I can not find both requirements in their docs or with my
> google searches. I am open to solutions using exim4, nullmailer,
> postfix, smail or almost anything available via apt-get in Sarge.
> 
> Can anyone point me to their favorite tutorial, or provide an excerpt
> from their config file that does the non-standard port, username and
> password to relay through a smarthost?
> 
> TIA,
> Jacob
> 

HTH
-- 
Joachim Fahnenmüller

Debian Hint #7: You can use the cron-apt package to do automatic nightly
downloads of updates for packages installed on your system.



Reply to: