Re: Can't log POP3
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Mario Gamito <[email protected]> wrote: > However, i was never able to get POP3 logging. Shame on me :( qmail-popup and qmail-pop3d don't log anything, although tcpserver -v should. > Here is my /var/qmail/supervise/qmail-pop3d/run: > > #!/bin/sh > env - PATH="/usr/local/bin:/var/qmail/bin" \ Add the line "exec \" before the env line. > Here is my /var/qmail/supervise/qmail-pop3d/log/run: > > #!/bin/sh > env - PATH="/usr/local/bin" \ And here. > /service/qmail-pop3d/log: up (pid 1706) 1282 seconds What about /service/qmail-pop3d itself? You can try this to start fresh: # rm /service/qmail-pop3d # svc -dx /var/qmail/supervise/qmail-pop3d /var/qmail/supervise/qmail-pop3d/log # sleep 6 # ln -s /var/qmail/supervise/qmail-pop3d /service/ paul