Forums / Install & configuration / SMTP/sendmail not working, how to debug?
Dave Richardson
Friday 18 March 2005 5:03:50 am
I'm new to eZp 3.5.1, installed and working on linux. System is running qmail with localhost/127.0.0.1 defined as a valid relay client. "dig localhost" resolves properly.
Problem: emails send from my "Contact Us" page go nowhere. I don't know where to look for errors. I've tried reconfiguring between SMTP and sendmail thinking one would work. No dice.
Recipient email to my domain appears to be defined correctly in the INI files.
How do I find what eZp thinks it is doing with the outgoing email? Help appreciated!
Łukasz Serwatka
Sunday 20 March 2005 10:29:18 pm
Hi Dave,
Try to enable DebugOutput in site.ini.append.php file.
[DebugSettings] DebugOutput=enabled
For your SMTP configuration add TransportUser and TransportPassword. Usually in settings/override/site.ini.append.php Sometimes SMTP server requires authorization.
I hope it will help.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Piotrek Karaś
Wednesday 28 May 2008 5:36:06 am
Łukasz wrote: <i>Sometimes SMTP server requires authorization.</i>
Does eZ support SMTP authorization?If is, is it configurable somewhere? Or transparent?
Thanks,Piotrek
-- Company: mediaSELF Sp. z o.o., http://www.mediaself.pl eZ references: http://ez.no/partners/worldwide_partners/mediaself eZ certified developer: http://ez.no/certification/verify/272585 eZ blog: http://ez.ryba.eu
Bruce Morrison
Wednesday 28 May 2008 3:29:48 pm
Does eZ support SMTP authorization? If is, is it configurable somewhere?
Yes, See http://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/site_ini/mailsettings/transport http://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/site_ini/mailsettings/transportuserhttp://ez.no/doc/ez_publish/technical_manual/4_0/reference/configuration_files/site_ini/mailsettings/transportpassword
cheersBruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Wednesday 28 May 2008 8:19:52 pm
Thanks Bruce!
Also, that trunk patch for 4.0.0 helps ;)
Cheers!