Hi,
I just install RC 0.5.1 and it works fine.
But when I wanted to send to more than one recipient, the mail is already in my send folder but the recipients never recieved the message. :mad:
It also, doesn't work for Cc, and Ci.
If someone has an issue, Thanks
Marie
My server : solaris 10, dovecot, postfix
is there anything in your smtp server logs about the message?
Hi,
Thanks for reply.
No, my smtp sever claimed nothing. All is OK.
My server is sparc on solaris 10. postfix 2.5.9, dovecot 1.2.16.
The message seems to be send.
When I send to one reciepient it works.
I checked my dovecot.conf, main.cf and main.inc.php and I found no clue.
Marie
Check your SMTP logs if Roundcube tries to send to multiple recipients or not. This way you can narrow if it is a Roundcube or Server issue.
A log of a request to send a message to two recipients should look like the following:
Quote"SMTPD" 83372 333 "2011-05-22 06:38:22.678" "127.0.0.1" "SENT: 220 Welcome smtp.xxx.de"
"SMTPD" 83372 333 "2011-05-22 06:38:22.678" "127.0.0.1" "RECEIVED: EHLO smtp.xxx.net"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 250-smtp.xxx.de[nl]250-SIZE 10000000[nl]250 AUTH LOGIN"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: AUTH LOGIN"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 334 dfdfdfdffdf"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: fgddfdgf=="
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 334 dfgdf"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: ***"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 235 authenticated."
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: MAIL FROM:"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 250 OK"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: RCPT TO:"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 250 OK"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: RCPT TO:"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 250 OK"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "RECEIVED: DATA"
"SMTPD" 83372 333 "2011-05-22 06:38:22.694" "127.0.0.1" "SENT: 354 OK, send."
"SMTPD" 77484 333 "2011-05-22 06:38:22.710" "127.0.0.1" "SENT: 250 Queued (0.000 seconds)"
"SMTPD" 66988 333 "2011-05-22 06:38:22.835" "127.0.0.1" "RECEIVED: QUIT"
"SMTPD" 66988 333 "2011-05-22 06:38:22.835" "127.0.0.1" "SENT: 221 goodbye"
Hi
I telnet localhost 25
and the result is the same : no messages are sent when I put more than one recipient. :mad:
The problem is not from roundcube, I am looking for my MX/MTA and my imap server and my spamassassin.
thanks for reply
Marie :)