Re: Can't log POP3
Mario Gamito <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, No good :( I'm drtiving nuts. I have the rest of the mail sever to install but now i'm getting stuborned on this issue. Regards, Mário Gamito On Tue, 2004-06-15 at 17:32, Paul Jarc wrote: > 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