I'm trying to see a low level errors in my configuratión, but happend de next. if I put this line in my sendmail.mc:
define(`confLOG_LEVEL',`0')dnl
The sendmail start as fallow:
Nov 19 12:54:13 localhost sendmail[3524]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:54:13 localhost sm-msp-queue[3533]: starting daemon (8.12.8): queueing@01:00:00
and if I try with:
define(`confLOG_LEVEL',`9')dnl
Nov 19 12:55:22 localhost sendmail[3573]: alias database /etc/aliases rebuilt by root
Nov 19 12:55:22 localhost sendmail[3573]: /etc/aliases: 63 aliases, longest 10 bytes, 625 bytes total
Nov 19 12:55:22 localhost sendmail[3585]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:55:23 localhost sm-msp-queue[3594]: starting daemon (8.12.8): queueing@01:00:00
Why? Debug Level 0 it si higher, then the traces must be much more clear, ?????
define(`confLOG_LEVEL',`0')dnl
The sendmail start as fallow:
Nov 19 12:54:13 localhost sendmail[3524]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:54:13 localhost sm-msp-queue[3533]: starting daemon (8.12.8): queueing@01:00:00
and if I try with:
define(`confLOG_LEVEL',`9')dnl
Nov 19 12:55:22 localhost sendmail[3573]: alias database /etc/aliases rebuilt by root
Nov 19 12:55:22 localhost sendmail[3573]: /etc/aliases: 63 aliases, longest 10 bytes, 625 bytes total
Nov 19 12:55:22 localhost sendmail[3585]: starting daemon (8.12.8): SMTP+queueing@01:00:00
Nov 19 12:55:23 localhost sm-msp-queue[3594]: starting daemon (8.12.8): queueing@01:00:00
Why? Debug Level 0 it si higher, then the traces must be much more clear, ?????