Re: MIVA Empresa Bugs?
Not sure if this is an Empressa bug or not, but i cannot use MvSMTP at all with my current host. Returns:
Runtime error in test.mvc @ [00000000:0000004c]: D:! My DocumentsMy Web Sitestest.mv: Line 3: MvSMTP: Syntax error - your mail software violates RFC 821.
Raw mail log:
Aug 24 09:16:36 server courieresmtpd: started,ip=[::ffff:69.36.5.142]
Aug 24 09:16:36 server courieresmtpd: HELO server.billbuilt.com
Aug 24 09:16:36 server courieresmtpd: MAIL FROM:[email protected]
Aug 24 09:16:36 server courieresmtpd: error,relay=::ffff:69.36.5.142,msg="554 Syntax error - your mail software violates RFC 821.",cmd: MAIL FROM:[email protected]
Of course my host tells me its Empressa. Its running linux and using the Courier mail server. I have to resort to calling a php script to do emails, which can be argued is better, and i agree if your wanting to do complex emailing, esp BCC and such, but for very simple text only emailing, this is quite a hassle.
PHP via mail() or using the PEAR mail class works just fine so i am leaning towards some incompatibility in Empressa.
Any help would be appreciated, as i have no idea where to even start with tracking this down.
Thanks,
Bill M.
Not sure if this is an Empressa bug or not, but i cannot use MvSMTP at all with my current host. Returns:
Runtime error in test.mvc @ [00000000:0000004c]: D:! My DocumentsMy Web Sitestest.mv: Line 3: MvSMTP: Syntax error - your mail software violates RFC 821.
Raw mail log:
Aug 24 09:16:36 server courieresmtpd: started,ip=[::ffff:69.36.5.142]
Aug 24 09:16:36 server courieresmtpd: HELO server.billbuilt.com
Aug 24 09:16:36 server courieresmtpd: MAIL FROM:[email protected]
Aug 24 09:16:36 server courieresmtpd: error,relay=::ffff:69.36.5.142,msg="554 Syntax error - your mail software violates RFC 821.",cmd: MAIL FROM:[email protected]
Of course my host tells me its Empressa. Its running linux and using the Courier mail server. I have to resort to calling a php script to do emails, which can be argued is better, and i agree if your wanting to do complex emailing, esp BCC and such, but for very simple text only emailing, this is quite a hassle.
PHP via mail() or using the PEAR mail class works just fine so i am leaning towards some incompatibility in Empressa.
Any help would be appreciated, as i have no idea where to even start with tracking this down.
Thanks,
Bill M.
Comment