Page 1 of 1

Once Again, Send Test Newsletter Admin Problem

Posted: Tue Mar 27, 2007 7:52 am
by Kowalik
We wanted to send the test newsletter to the "admin" recipiens but no mail is sent out.

/var/log/maillog:
Mar 27 02:45:32 localhost xmlback[2441]: mail creation: 0;1;2;9;45;A;1;0;0;1;643

Sendmail seems working: over cmd:
mail -s "bla" name@company.de < text, we get the EMail.

Our System is the newest 'Out of Box' VMWare Image. CentOS

Which Properties do we have to change in the:

/etc/mail/relay-domains
openemm.sql

Files?

Got someone any suggestions on this?

Thank You

Posted: Tue Mar 27, 2007 12:35 pm
by ud
Are there any spoolfiles left in ~openemm/var/spool/ADMIN? Have you checked the sendmail log file (/var/log/maillog)?

-- ud

Posted: Tue Mar 27, 2007 12:57 pm
by Kowalik
ud wrote:Are there any spoolfiles left in ~openemm/var/spool/ADMIN? Have you checked the sendmail log file (/var/log/maillog)?

Yes, the are many spoolfiles there:
Part of one Spoolfile:
Mhost map: lookup (derticketservice.de): deferred

Newest Row in /var/log/maillog
Mar 27 12:17:27 localhost xmlback[3683]: mail creation: 0;1;2;11;56;W;2;0;0;1;627
(Only , when we send over the "admin-test" button )
Sending over send sendmail -s ..... works.

Any Ideas?

Thank You





-- ud

Posted: Tue Mar 27, 2007 1:15 pm
by ud
It is possible that you have changed the name server configuration while OpenEMM was already running? The already running sendmail process may try to access the nameserver using the old name server configuration, so you have to restart the application.

-- ud

Posted: Tue Mar 27, 2007 2:46 pm
by Kowalik
ud wrote:It is possible that you have changed the name server configuration while OpenEMM was already running? The already running sendmail process may try to access the nameserver using the old name server configuration, so you have to restart the application.

-- ud
Thats it! Thank You very much :)