Hello folks,
osmtpd is requiring smtp auth from postfix when it tries to send incomming mail to it.
flow of mail is as follows;
internet -> mail comes in -> postfix receives incomming mail, does all filtering, spam and virus checks -> if all is well, send mail to scalix's smtpd for local delivery -> scalix should store it locally according to its way of local delivery
How can I get rid of smtp auth when postfix sends mail to scalix?
I'm getting a Naming Violation error from scalix's ldap when postfix tries to send mail to it, so omsmtpd rejects mail from postfix and tells it that;
(This is from postfix log)
Jul 15 15:41:51 host2 postfix/smtp[22741]: 9E677200165: to=<testaccount@domain.tld>, relay=host.domain.tld[xxx.xxx.xx.xxx], delay=1, status=bounced (host host.domain.tld[xxx.xxx.xx.xxx] said: 530 Authentication required (in reply to MAIL FROM command))
(This is from ldap log file)
Jul 16 06:02:04 host2 omslapd[15014]: conn=32 fd=9 connection from unknown (127.0.0.1)
Jul 16 06:02:04 host2 omslapd[15014]: conn=32 op=0 BIND dn="cn=admin,o=fusionchicago.net" method=128
Jul 16 06:02:04 host2 omslapd[15014]: conn=32 op=0 RESULT err=64 tag=97 nentries=0
Need help