Norman Zhang wrote:

I followed the steps given in README.RPM

1. mailbox_transport = lmtp:$myhostname
   (/etc/postfix/main.cf)
2. lmtp cmd="lmtpd" listen="lmtp" prefork=0 (/etc/cyrus.conf)
3. add "lmtp_admins: cyruslmtp" at the bottom of /etc/cyrus.conf
4. useradd "cyruslmtp" with password "testing123"
5. create /etc/postfix/lmtp_sasl_pass for root:root with 600
   permissions. File contents are
      $myhostname<TAB>cyruslmtp:testing123

Literally? I think you should use the real hostname here instead of $myhostname (mail.rd.arkonnetworks.com?)

6. postmap /etc/postfix/lmtp_sasl_pass
   postconf -e "lmtp_sasl_auth_enable = yes"
   postconf -e "lmtp_sasl_password_maps = hash:/etc/postfix/lmtp_sasl_pass"
   postconf -e "lmtp_sasl_security_options = noanonymous"

but I'm still getting

lmtpd[1822]: connection from mail.rd.arkonnetworks.com [207.34.136.7]
postfix/lmtp[1821]: 594C018000A0: to=<[EMAIL PROTECTED]>,
relay=mail.rd.arkonnetworks.com[207.34.136.7], delay=0, status=deferred
(host mail.rd.arkonnetworks.com[207.34.136.7] said: 430 Authentication
required (in reply to MAIL FROM command))

Or maybe the problem is that postfix cannot access the file due to the chroot? Sorry I cannot be of more help, I never used tcp sockets with lmtp (as you can see that section in the readme comes from another person).

Bye

--
- Yo también quiero una Europa libre de Patentes de Software  -
- I want a Software Patents Free Europe too! And you?         -
---------------------------------------------------------------
  EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to