On Wed, Apr 29, 2009 at 10:43:19PM +0200, Gregorics Tamas wrote:
> Hi,
>
> I want to set up a relayhost for my local mail server, but for some reason
> my postfix will not try to authenticate with the relay server.
>
> I have these packages installed:
>
> libsasl2
> libsasl2-2
> libsasl2-modules
>
> main.cf
> relayhost = mail.relay.host
Make that:
relayhost = [mail.relay.host]
> sasl_password:
> mail.relay.host [email protected]:password
Make that:
[mail.relay.host] login-name:password
Whether the login-name includes an @domain part or not, and what that
domain should be, depends on the authentication system at the target host.
> Any ideas?
Without logs, nothing further can be said.
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.