Hello..
I have a strange situation using postifx + cyrus
imapd..
Any email to multiple receipients is bounced ,
reason: Mailbox does not exists..
Jul 26 11:50:17 mail postfix/qmgr[8603]:
71F7D34BE3A: from=<[EMAIL PROTECTED]>, size=2071,
nrcpt=2 (queue active)
Jul 26 11:50:17 mail lmtpunix[9482]: accepted connection Jul 26 11:50:17 mail lmtpunix[9482]: lmtp connection preauth'd as postman Jul 26 11:50:17 mail master[10037]: about to exec /usr/lib/cyrus-imapd/lmtpd Jul 26 11:50:17 mail lmtpunix[10037]: executed Jul 26 11:50:17 mail lmtpunix[9482]: verify_user() failed: Mailbox does not exist Jul 26 11:50:18 mail postfix/pipe[10035]: 71F7D34BE3A: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1, status=bo unced (data format error. Command output: : Mailbox does not exist ) Jul 26 11:50:18 mail postfix/pipe[10035]: 71F7D34BE3A: to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1, status=bounced (data format error. Command output: : Mailbox does not exist ) When sending mail to only one receipient , it works
..
Jul 26 11:44:58 mail lmtpunix[9442]: lmtp
connection preauth'd as postman
Jul 26 11:44:58 mail postfix/smtpd[9713]: disconnect from LISTS2.andrew.cmu.edu[128.2.10.216] Jul 26 11:44:58 mail postfix/pipe[9720]: B41CB34BE3B: to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1, status=sent (xxxx) Jul 26 11:44:58 mail postfix/qmgr[8603]: 2DEAE34BE3A: removed Here is what I have found in some logs
---------- postman Tue Jul 26 11:50:17
2005
>1122367817>220 xxxx LMTP Cyrus
v2.2.12-Invoca-RPM-2.2.12-6.fc4 ready
<1122367817<LHLO murder >1122367817>250-xxx 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-SIZE 250-AUTH EXTERNAL 250 IGNOREQUOTA <1122367817<RSET >1122367817>250 2.0.0 ok <1122367817<MAIL FROM:<[EMAIL PROTECTED]> AUTH=<> >1122367817>250 2.1.0 ok <1122367817<RCPT TO:<> >1122367817>550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown <1122367817<RCPT TO:<[EMAIL PROTECTED]> >1122367817>250 2.1.5 ok <1122367817<RCPT TO:<[EMAIL PROTECTED]> >1122367817>250 2.1.5 ok <1122367817<DATA >1122367817>354 go ahead <1122367817<Received: from mail.yyy (mail.yyy [1.1.1.1]) Why does cyrus tries to send mail to <>
? (<1122367817<RCPT TO:<>)
Can anybody help me ?
/etc/cyrus.conf:
# standard standalone server
implementation
START {
# do not delete this entry! recover cmd="ctl_cyrusdb -r" # this is only necessary if using idled for
IMAP IDLE
# idled cmd="idled" } # UNIX sockets start with a slash and are put into
/var/lib/imap/sockets
SERVICES { # add or remove based on preferences imap cmd="imapd" listen="imap" prefork=1 imaps cmd="imapd -s" listen="imaps" prefork=1 pop3 cmd="pop3d" listen="pop3" prefork=4 pop3s cmd="pop3d -s" listen="pop3s" prefork=1 sieve cmd="timsieved" listen="sieve" prefork=0 # these are only necessary if
receiving/exporting usenet via NNTP
# nntp cmd="nntpd" listen="nntp" prefork=3 # nntps cmd="nntpd -s" listen="nntps" prefork=1 # at least one LMTP is required for
delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0 lmtpunix cmd="lmtpd -a" listen="/var/lib/imap/socket/lmtp" prefork=4 # this is only necessary if using
notifications
# notify cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1 } EVENTS {
# this is required checkpoint cmd="ctl_cyrusdb -c" period=30 # this is only necessary if using duplicate
delivery suppression,
# Sieve or NNTP delprune cmd="cyr_expire -E 3" at=0400 # this is only necessary if caching TLS
sessions
tlsprune cmd="tls_prune" at=0400 } /etc/imapd.conf
configdirectory:
/var/lib/imap
partition-default: /var/spool/imap admins: [EMAIL PROTECTED] cyrus [EMAIL PROTECTED] sendmail: /usr/sbin/sendmail
hashimapspool: true tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt postmaster: postmaster allowplaintext: 1 sasl_pwcheck_method:saslauthd #sasl_pwcheck_method: auxprop #sasl_auxprop_plugin: sql #sasl_sql_engine: mysql #sasl_mech_list: sql plain login #sql_hostnames: localhost #sql_user: mail #sql_passwd: zbongo #sql_database: mail #sql_statement: SELECT password FROM accountuser WHERE username = '[EMAIL PROTECTED]' #sql_verbose: yes virtdomains: userid defaultdomain: localdomain unixhierarchysep: yes Regards
Alex
|
- LMTP errors Alexandru Coseru
- Re: LMTP errors Alexandru Coseru