Evgeniy Arbatov pisze:

This is what I have in master.cf:
lmtp     inet  n       -       n       -       -       lmtp

I am sure all the LDAP lookups are working fine and I did specify lmtp
in /etc/services.

This is a line from cyrus.conf
lmtp            cmd="lmtpd" listen="[10.1.1.101]:lmtp" prefork=1

First of try to connect from your SMTP host to your CYRUS host using telnet/netcat:

        nc 10.1.1.101   2003

You should see standard smtp/lmtp banner.

Otherwise the problem could be with:
        
1. Firewall is blocking connection
2. Wrong port number. On smtp host you use 2003 as lmtp port. What port is set for lmtp service on cyrus host?

I think you will  need also change this in your cyrus.conf:

lmtp cmd="lmtpd -a" listen="10.1.1.101:2003" prefork=1
               ^^^^
This is pre-auth for lmtp connection.

Greetings
--
rjs

Reply via email to