I setup a postfix/dovecot outgoing only mailing setup for my new mastodon instance.
My mail log:
Nov 20 04:51:57 simplysocial postfix/smtpd[23374]: connect from localhost[127.0.0.1]
Nov 20 04:51:57 simplysocial postfix/smtpd[23374]: warning: unknown smtpd restriction: "spermit_sasl_authenticated"
Nov 20 04:51:57 simplysocial postfix/smtpd[23374]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 451 4.3.5 Server configuration error; from=<notifications@simplysocial.online> to=<admin@simplycreate.online> proto=ESMTP helo=<simplysocial.online>
Nov 20 04:51:57 simplysocial postfix/cleanup[23378]: 8AC2622534: message-id=<20221120045157.8AC2622534@simplysocial.online>
Nov 20 04:51:57 simplysocial postfix/qmgr[23370]: 8AC2622534: from=<double-bounce@simplysocial.online>, size=1316, nrcpt=1 (queue active)
Nov 20 04:51:57 simplysocial postfix/smtpd[23374]: disconnect from localhost[127.0.0.1] ehlo=2 starttls=1 mail=1 rcpt=0/1 quit=1 commands=5/6
my /etc/dovecot/conf.d/10-master.conf
:
https://pastebin.com/iwU6iFz5
/etc/postfix/master.cf
:
enter link description here
anyone have a clue what's going wrong and debug?
BTW i can successfully test sending from the commandline calling mail
.