Author Topic: MAIL FROM and RCPT TO  (Read 3540 times)

Offline ca8msm

  • Newbie
  • *
  • Posts: 1
MAIL FROM and RCPT TO
« on: October 03, 2008, 06:56:11 AM »
Hi,

I'm using RoundCube with hMailServer and I'm experiencing some issues when trying to send an email. The log that I got from the mail server shows:
Code: [Select]

"SMTPD"   1564   483   "2008-10-02 13:40:40.362"   "127.0.0.1"   "SENT: 220 mail.searchbytag.co.uk ESMTP"
"SMTPD"   1564   483   "2008-10-02 13:40:40.362"   "127.0.0.1"   "RECEIVED: HELO DS1000-2"
"SMTPD"   1564   483   "2008-10-02 13:40:40.362"   "127.0.0.1"   "SENT: 250 Hello."
&quot;SMTPD&quot;   3456   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;RECEIVED: MAIL FROM:<RoundCube <test@searchbytag.co.uk>>&quot;
&quot;SMTPD&quot;   3456   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;SENT: 250 OK&quot;
&quot;SMTPD&quot;   1564   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;RECEIVED: RCPT TO:<MDS Solutions <test@mdssolutions.co.uk>>&quot;
&quot;SMTPD&quot;   1564   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;SENT: 550 Delivery is not allowed to this address.&quot;
&quot;SMTPD&quot;   1564   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;RECEIVED: QUIT&quot;
&quot;SMTPD&quot;   1564   483   &quot;2008-10-02 13:40:40.362&quot;   &quot;127.0.0.1&quot;   &quot;SENT: 221 goodbye&quot;

and according to the developers of hMailServer, RoundCube is sending and incorrect MAIL FROM and RCPT TO command as it is including the display name instead of just the email address e.g. it shows > instead of just

Does anyone know if there are any config entries I can change to modify this behaviour?

Thanks,
Mark