This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Loglevel

Hi,

how can I change the loglevel of the smtp daemon?

I would like to see if mails get encrypted.

Dirk


This thread was automatically locked due to age.
Parents
  • Hi,
    you have to change smtp proxy run level.

    vi /var/mdw/scripts/smtp

    -look for :

    # Run SMTPd
    chroot $CHROOT /bin/smtpd.bin $WORKER

    -change to:

    # Run SMTPd
    chroot $CHROOT /bin/smtpd.bin $WORKER --debug

    - save to changes and restart to daemon.
    /var/mdw/scripts/smtp restart

    your log is at :
    /var/chroot-smtp/tmp/smtp_debug.log 

    don't forget to clear the debug level!!!!

    Regards
    Michael
Reply
  • Hi,
    you have to change smtp proxy run level.

    vi /var/mdw/scripts/smtp

    -look for :

    # Run SMTPd
    chroot $CHROOT /bin/smtpd.bin $WORKER

    -change to:

    # Run SMTPd
    chroot $CHROOT /bin/smtpd.bin $WORKER --debug

    - save to changes and restart to daemon.
    /var/mdw/scripts/smtp restart

    your log is at :
    /var/chroot-smtp/tmp/smtp_debug.log 

    don't forget to clear the debug level!!!!

    Regards
    Michael
Children
No Data