Re: roaming users not working, simple config, i'm stumped

2001-02-16 Thread Cliff To
>Ok, I've figured out how i broke the roaming users, but i still don't >understand why i never see any log messages with smtp in them, ever. I get >delivery notices, but what exactly does qmail-smtpd do, and why don't i see >anything in the logs when i telnet to port 25 ? When didn't you add

Re: roaming users not working, simple config, i'm stumped.

2001-02-16 Thread fox
If you're interested in SMTP logging, then install the daemontools package (http://cr.yp.to/daemontools.html) and use multilog. I get a nice log file about smtpd transfers that looks like this: @40003a8d22e52bcff334 tcpserver: status: 0/20 @40003a8d233c035c7364 tcpserver: status: 1/20 @4

Re: roaming users not working, simple config, i'm stumped.

2001-02-16 Thread Ari Pollak
That's your tcp server's fault. If you think about it, qmail logging every SMTP access would be kinda dumb on semi-large sites - the logs would fill up incredibly fast. Xinetd allows you to log certain information about each service, Inetd is pretty bad about that, and I don't know about tcpserver

Re: roaming users not working, simple config, i'm stumped.

2001-02-15 Thread Peter Brezny
Ok, I've figured out how i broke the roaming users, but i still don't understand why i never see any log messages with smtp in them, ever. I get delivery notices, but what exactly does qmail-smtpd do, and why don't i see anything in the logs when i telnet to port 25 ? Thanks for your help.