Author Topic: Roundcube/sendmail reports error with bcc  (Read 3111 times)

Offline Robert S

  • Newbie
  • *
  • Posts: 2
Roundcube/sendmail reports error with bcc
« on: February 26, 2014, 03:52:04 PM »
If I send a bcc message with an empty "To" field I get the following error on roundcube: "Failed to send message".  My syslog shows the following:

Feb 27 07:36:47 myserver sendmail[10483]: s1QKalkA010483: Authentication-Warning: myserver.mydomain.com.au: apache set sender to robert@mydomain.com.au using -f
Feb 27 07:36:47 myserver sendmail[10483]: s1QKalkA010483: from=robert@mydomain.com.au, size=451, class=0, nrcpts=1, msgid=<6c51d8ab087a23330d93217753074ebf@mydomain.com.au>, relay=apache@localhost
Feb 27 07:36:47 myserver sendmail[10483]: s1QKalkA010483: s1QKalkB010483: DSN: undisclosed-recipients:;... List:; syntax illegal for recipient addresses
Feb 27 07:36:47 myserver sm-mta[10484]: STARTTLS=server, relay=myserver [127.0.0.1], version=TLSv1/SSLv3, verify=NO, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
Feb 27 07:36:47 myserver sendmail[10483]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-GCM-SHA384, bits=256/256
Feb 27 07:36:48 myserver sm-mta[10484]: s1QKal4r010484: from=<>, size=2288, class=0, nrcpts=1, msgid=<201402262036.s1QKalkB010483@myserver.mydomain.com.au>, proto=ESMTP, daemon=MTA, relay=myserver [127.0.0.1]

Can somebody please explain what is going on here.  I've put a question on the sendmail list and details have been requested including a message example that causes this error (all messages cause this), and how it is submitted to sendmail (SMTP, CLI? in the latter case: which options are used)?  Perhaps someone could help out here.