> I want an external application deliver mails to my cyrus-box. I use > LMTP but I dont know how to authenticate. After I send the 'MAIL > FROM'-command I get the response: > '530 Authentication required' > > I can skip this problem by specifying 'lmtpd -a' in cyrus.conf to turn > off auth, but this is not what I want. > What commands are there to authenticate the sender ? > I assume that you use the same commands as you would with SMTP. Here's a summary: http://groups.google.com/groups?selm=192699727.1006985626%40bacardi
Please post (and cc me) if you get a working Perl script. I'm interested in doing this too. You should also look at Bennett Todd's smtpprox; perhaps you can derive an lmtpprox?: http://bent.latency.net/smtpprox/ This is handy for writing filters in Perl that inject headers and accept/deny based on statistics about the message being delivered.