|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Anne Wilson (cannewilson
googlemail.com)
Date: Wed Mar 19 2008 - 11:59:45 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wednesday 19 March 2008 16:18, mouss wrote:
> Anne Wilson wrote:
> > [snip]
> > smtp_sasl_path = private/auth
> > smtp_sasl_type = dovecot
> > smtpd_sasl_local_domain = $myhostname
>
> As Noel said, you mix smtp_ and smtpd_ parameters:
>
> smtp_* paremeters are used when postfix sends mail to a remote system.
> smtpd_* parameters (with a 'd' in smtpD) are used when postfix receives
> mail.
>
> It seems you want the latter, so remove the smtp_sasl_* parameters and
> use these instead:
>
> smtpd_sasl_auth_enable = yes
> broken_sasl_auth_clients = yes
> smtpd_sasl_security_options = noanonymous
> smtpd_sasl_authenticated_header = yes
> smtpd_sasl_type = dovecot
> smtpd_sasl_path = private/dovecot-auth
>
OK. This is long-winded, because I have to keep swapping my working
dovecot.conf and main.cf files with my new versions, then restarting both
services :-) I can't get mail out with the experimental ones. Presumably
once I have this sorted all will be well.
I've made the changes you recommended, but now I can't get even as far as I
did with the telnet confirmation of authorisation protocols.
telnet borg2.lydgate.lan 25
Trying 192.168.0.40...
Connected to borg2.lydgate.lan (192.168.0.40).
Escape character is '^]'.
EHLO borg2.lydgate.lan
Connection closed by foreign host.
Anne
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]