Le 03/12/13 18:33, edwin a icrit :
I also had to add this to /etc/login.conf to have system-user authentication 
working (on OpenBSD 5.4):
dovecot:\
                 :auth=:\
                 :auth-imap=passwd:\
                 :openfiles-cur=512:\
                 :openfiles-max=2048:\
                 :tc=daemon:

Thanks, I forgot mentionning that I did that too in /etc/login.conf
dovecot:\
        :openfiles-cur=1024:\
        :openfiles-max=2048:\
        :tc=daemon:

I understand that by using :auth-imap=passwd:\ you solved the issue I mentionned as
-----
 c) Auth
 c-1) System users:
  passdb {
    driver = bsdauth
#   args = username_format=%n REFUSED
  }
This is the reason why system user have to login as <user> and not as <user@domain>
-----
but I don't see any /usr/libexec/auth/login_imap, did you created it ?
I found the 'secure' flag useful here, as it provides all I wanted (port 25 
with optional STARTTLS, and port 465 SMTPS):
listen on egress secure pki mx.etorok.net
I have added

listen on egress port smtp tls pki ....

and

accept **from any** for ...

**from any** is the addition I had to do for delivering mail from outside.

Ph. L.



which wor


Best regards,
--Edwin


--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to