Am Di, den 13.07.2004 schrieb |TF20|Shockwave um 15:59: > >To check what's going on the first look has to go into the > >/var/log/maillog. It may be helpful to increase the log level to a > >higher level by putting > > > >define(`confLOG_LEVEL', `15')dnl > > > >into the /etc/mail/sendmail.mc file. You will need to restart Sendmail > >to activate that setting. > > Actually, I believe you need to run the sendmail.mc file through the m4 > macro to make any changes to the sendmail.cf file: > > m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf > > Then you can restart the sendmail service to make the changes take effect=