* Sam Clippinger <[email protected]> [090928 22:13]: > I think the problem is the argument to the "smtp-auth-command" > parameter. Because there is a space between "vchkpw" and "/bin/true", > spamdyke doesn't know they should both be part of the > "smtp-auth-command". When an incoming connection starts, spamdyke runs > the "/bin/true" executable instead of "/var/qmail/bin/qmail-smtpd". > > To solve this, try putting the entire "smtp-auth-command" parameter in > quotes, like this: > ... --smtp-auth-command "/home/vpopmail/bin/vchkpw /bin/true" \ > /var/qmail/bin/qmail-smtpd > > -- Sam Clippinger
thanks david & sam. sam I had to write, ... --smtp-auth-command "/home/vpopmail/bin/vchkpw /bin/true" /var/qmail/bin/qmail-smtpd on single line otherwise it gave an error, @400000004ac0ea8e103bc8dc spamdyke[32653]: ERROR: unable to find executable : No such file or directory but now that i can connect, but when i try to send mail, my logs show, @400000004ac0efe5041deea4 spamdyke[3002]: ERROR: unable to find executable /home/vpopmail/bin/vchkpw: Permission denied david changing permission of /home/vpopmail/bin/vchkpw from 711 to 4711 stopped my pop3 services. cheers, Shantanu -- _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
