Please , anybody tell me how to use lmtp in cyrus 1.6.24 for mail filtering .. I am using postfix 1.1.11 .. I have tried following on Redhat 7.2 machine ...
In /etc/xinetd.d/lmtp contains ================================== service lmtp { disable = no socket_type = stream protocol = tcp wait = no user = cyrus server = /usr/cyrus/bin/deliver -e -l } ================================== In /etc/postfix/main.cf =========================== mailbox_transport = lmtp lmtp_tcp_port = 24 ========================== In /etc/services entry is ========================================== lmtp 24/tcp ========================================== In /etc/postfix/master.cf ================================================ cyrus unix - n n - - pipe flags=R user=cyrus argv=/usr/cyrus/bin/deliver -l -e -m ${extension} ${user} ========================================== When i tried to send mail then tail -f /var/log/maillog contains ====================================== Jun 27 15:12:31 test postfix/lmtp[2425]:5DA506C8B1: to=<[EMAIL PROTECTED]>, relay=none, delay=79045, status=deferred (connect to mail.sirindia2.com[192.168.1.6]: Connection refused) ====================================== So , How i configure lmtp ??? Any Help will be appreciated .... Regards Rahul ..