This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP-Relay with Authentication

Hey,

anyone ?
Need help with sending out via smtp-relay which wants Authentication before i send emails + SSL encryption.
The Relay part is discussed in the forum..but how does Authentication/+Encryption work ?


ASL 4.0.0


This thread was automatically locked due to age.
  • Hello alltogether,

    my first posting was a reply to Bernd and he has already mentioned the version
    we were talking about   .

    This should work with version 3.2 as well but it uses the older exim version, so
    the params are probably a bit diffrent. 

    read you
    o|iver  
  • So, if anybody is still interested on how to do this with ASL 3.2 then here comes the clue:

    Instead of...
    hosts_require_auth = IP-Address_Of_Smarthost
    (like Oliver wrote) you have to write...
    authenticate_hosts = IP-Address_Of_Smarthost

    The rest of Olivers description is the same with the old exim

    techno.kid