Page 1 of 1

openemm with sendmail and php mail

Posted: Tue Oct 24, 2006 12:15 pm
by Chris
hi all,

this topic isn't directly on openemm, but may be related.

after switching to sendmail for using openemm the php mail function refuses to work. are there any relations?

system is openemm 5.02 on debian

php mailer entry in /var/log/maillog after sending:

Code: Select all

Oct 24 13:07:18 localhost sendmail[22334]: k9OB7IQe022334: from=www-data, size=262, class=0, nrcpts=0, msgid=<200610241107.k9OB7IQe022334@debian3164m>, relay=www-data@localhost
any users having the same problems?


thanks in advance,

chris

edit:
problem seems to be sendmail not listening on localhost:25

Posted: Sun Oct 29, 2006 1:25 pm
by Chris
anyone got an idea on how to have 2 instances of sendmail running with diffent configurations?

I can't find a way to send mails via php mail() as needed for the webforms

any other options anyone?

thanks in advance

chris

Posted: Tue Oct 31, 2006 10:32 am
by ud
If you want to run two instances with only some other options you can leave the global configuration file untouched and pass the options at the command line (os OpenEMM does it, for example, for the queue directories.)

And, btw, your logfile entry looks incomplete, can you check it again, please?

-- ud