Hi,

>> 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"

I think I found the cause to the problem. I need to use saslpasswd2 for
cyruslmtp rather than useradd/passwd? I'm a little confused with sasldb and
saslauthd. I'm using cyrus-imapd-2.1.15-6mdk. I have saslauthd 2.1.15
(authentication mechanisms: getpwent kerberos5 pam rimap shadow ldap) and
saslpasswd2 installed. Which one should I use? How do I check if saslauthd
is used by default? BTW, I don't have /etc/imapd.conf. Is that replaced by
/etc/postfix/main.cf?

>> 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=<nzhang @ rd,arkonnetworks.com>,
>> 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).

Regards,
Norman




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to