> On 2 Apr 2018, at 21:37, [email protected] wrote: > > >> On Apr 2, 2018 12:43 PM, Reio Remma <[email protected]> wrote: >> >> Good news! >> >> I was using LMTP to relay to Amavisd, which worked for single >> recipients, but I just switched relay to Amavisd to SMTP and now it all >> seems to work! :) >> >> accept from !local for domain <domains> relay via lmtp://127.0.0.1:10024 >> accept from local for any relay via lmtp://127.0.0.1:10026 >> >> --> >> >> accept from !local for domain <domains> relay via smtp://127.0.0.1:10024 >> accept from local for any relay via smtp://127.0.0.1:10026 >> > > Amavis was talking lmtp opensmtpd was expecting SMTP commands. It will only > talk lmtp as a client.
Here’s a good description of Amavis SMTP vs LMTP for posterity. http://amavis-users.amavis.narkive.com/skHE6l0o/smtp-vs-lmtp
