Page 1 of 1

Issues with switching from QMQP to SMTP?

Posted: 25 Apr 2024 09:06
by lindaweaver
Hello, I understand that to enable DSNs, it's suggested to configure the MSMail Delivery Method to SMTP. Could someone share if there are any disadvantages or potential issues with switching from QMQP to SMTP?

Re: Issues with switching from QMQP to SMTP?

Posted: 27 Apr 2024 16:29
by shawniverson
I'm not sure how the choice of SMTP and QMQP has anything to do with DSNs...

If you switch to SMTP for the milter, make sure you set

Code: Select all

Milter Ignore Loopback = yes
, otherwise you'll end up with a mail loop. Any mail from localhost on the eFa will bypass filtering and won't show up in MailWatch.

Re: Issues with switching from QMQP to SMTP?

Posted: 28 Apr 2024 11:22
by shawniverson
Oh you are right, DSN options do get passed along when using SMTP instead of QMQP. :)