Hi guys,

I'm trying to set up postfix to use lmtp instead of deliver, but I am getting
this fine errormessage:

Oct 17 12:21:32 mail postfix/lmtp[3949]: E9659176: to=<[EMAIL PROTECTED]>,
relay=localhost[127.0.0.1], delay=1, status=bounced (host localhost[127.0.0.1]
said: 530 Authentication required

Does anyone know what I should do to remedy the situation?

LMTP Setup:
[root@mail log]# less /etc/postfix/main.cf |grep lmtp
lmtp_tcp_port = 24
mailbox_transport = lmtp:localhost:lmtp
#fallback_transport = lmtp:unix:/var/imap/socket/lmtp

[root@mail log]# less /etc/postfix/master.cf |grep lmtp  
lmtp      unix  -       -       n       -       -       lmtp 

[root@mail log]# less /etc/cyrus.conf |grep lmtp
 lmtp           cmd="lmtpd" listen="localhost:lmtp" prefork=0
  lmtpunix      cmd="/usr/cyrus/bin/lmtpd" listen="/var/imap/socket/lmtp"
prefork=0

Cheers!

Tarjei

Reply via email to