I have a strange problemo with email sent from form on our website.
The website is on the same server that the email server. When you
try to send email from the form of the website it says it's OK but I
cannot see any traces of the email in the log of the mailserver
neither on the firewall. I don't know where goes this email and by
which path he goes but it is unvisible.
Coudl it be a PHP problem (the emails form are made on PHP) because
on the test computer of our developper it works perfectly...
Thanks for your help.
postqueue -p
will show you your mail queue
tail -f /var/log/mail.log
does postfix ever pickup the message for delivery >?