On Mon, 29 Oct 2001 12:43:26 -0700, Esparza, Dan wrote: >Again, good ideas. > >ps -ax shows it running: >8003 ? S 0:00 /usr/bin/perl /etc/mail/POPauthd/popauth > >I just realized that /var/log/maillog is actually logging in the >following format (is this because I'm using Microsoft Outlook Express?)
Dare I suggest that you ditch M$ Outlook - even for security reasons - and try maybe the demo of the Win* version of PMMail at http://www.blueprintsoftwareworks.com/ >-- ip's have been changed to protect the innocent: > >Oct 29 12:27:39 www vm-pop3d[9539]: Connect from 192.168.0.1 >Oct 29 12:27:39 www vm-pop3d[9539]: User 'admin' logged in >Oct 29 12:27:40 www vm-pop3d[9539]: Session ended for user: admin >Oct 29 12:32:40 www sendmail[9705]: MAA09705: ruleset=check_rcpt, >arg1=<[EMAIL PROTECTED]>, relay=[192.168.0.1], reject=550 ><[EMAIL PROTECTED]>... Relaying denied >Oct 29 12:32:40 www sendmail[9705]: MAA09705: >from=<[EMAIL PROTECTED]>, size=0, class=0, pri=0, nrcpts=0, >proto=SMTP, relay=[192.168.0.1] >Oct 29 12:32:41 www sendmail[9706]: MAA09706: ruleset=check_rcpt, >arg1=<[EMAIL PROTECTED]>, relay=[192.168.0.1], reject=550 ><[EMAIL PROTECTED]>... Relaying denied >Oct 29 12:32:41 www sendmail[9706]: MAA09706: >from=<[EMAIL PROTECTED]>, size=0, class=0, pri=0, nrcpts=0, >proto=SMTP, relay=[192.168.0.1] >Oct 29 12:32:41 www vm-pop3d[9707]: Connect from 192.168.0.1 >Oct 29 12:32:41 www vm-pop3d[9707]: User 'admin' logged in >Oct 29 12:32:41 www vm-pop3d[9707]: Session ended for user: admin Oct 29 17:54:13 www vm-pop3d[28116]: Connect from 194.247.41.143 Oct 29 17:54:13 www vm-pop3d[28116]: User 'webmaster' of 'localhost' log ged in from 194.247.41.143 Oct 29 17:54:14 www vm-pop3d[28116]: Session ended for user: webmaster Oct 29 17:56:18 www sendmail[28124]: RAA28124: from=<[EMAIL PROTECTED]>, size=527, class=0, pri=30527, nrcpts=1, msgid=<200110292150.00000029@ki wi.zolotek.net>, proto=SMTP, relay=man-s016.dialup.zetnet.co.uk [194.247 .41.143] Oct 29 17:56:18 www sendmail[28126]: RAA28124: to=<[EMAIL PROTECTED]>, ct laddr=<[EMAIL PROTECTED]> (1000/1000), delay=00:00:02, xdelay=00:00:00, mailer=local, stat=Sent Oct 29 17:56:31 www vm-pop3d[28128]: Connect from 194.247.41.143 Oct 29 17:56:32 www vm-pop3d[28128]: User 'info' of 'localhost' logged i n from 194.247.41.143 Oct 29 17:56:35 www vm-pop3d[28128]: Session ended for user: info This is a sample of my maillog - the format should be the same no matter which mail client you are using, and yours is missing the bit ".... of 'localhost' logged in from xxxxxxx". This is obviously the critical bit which popauthd needs. Is your DNS working correctly? Try setting debug to 9 in xinetd for vm-pop3d and see what you get. Have you got your hostname in /etc/hosts and in /etc/sendmail.cw? >... and this format doesn't look like what popauthd says it's looking >for (taken from popauthd): ># Example of vm-pop3d entry for successful login: >#Jun 20 12:39:00 testvsone vm-pop3d[17741]: User 'cheech' of >'testvmail.net' logged in from 123.456.78.9 >Do I need to patch vm-pop3d or popauthd to get them to play nice >together? > >Thanks >Dan > ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
