I'm not sure I understand the issue here. Are you saying that when you have "smtp-auth-level=always" authenticated users can send email but unauthenticated users cannot? Then when you change to "smtp-auth-level=ondemand" or "smtp-auth-level=observe" authenticated users cannot send email but unauthenticated users can?
Could you post your spamdyke configuration file? Have you tried enabling full logging and reading the log files for authenticated and unauthenticated users? How did you install your qmail (i.e. which instructions did you follow or which software package did it come with)? -- Sam Clippinger Youri Kravatsky wrote: > Hi, people! > > I have the following problem - when i put authentication option to > smtp-auth-level=always > all is working like charm for authenticated people - they can relay > through my mx, but all incoming messages are failed to delivery with > the following diagnostics: > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: host > testdomain.ru <http://testdomain.ru>[89.108.80.21 > <http://89.108.80.21>] said: 250 ok (in reply to DATA command) > > Qmail start script > echo -n "Starting Qmail: " > export CHKUSER_RCPTLIMIT=20 > export CHKUSER_WRONGRCPTLIMIT=10 > qmail-start "`cat /etc/mail/dot-qmail`" splogger qmail & > /usr/local/bin/softlimit -m 40000000 \ > tcpserver -S -p -DRl localhost -u 98 -g 98 89.108.80.21 > <http://89.108.80.21> 25 /usr/bin/tcp-env \ > /usr/bin/spamdyke -f /etc/spamdyke.conf \ > /usr/bin/qmail-smtpd & > > Of course, spamdyke-config-test says that all are Ok. > > Sometimes qmail says that > "tcpserver: warning: dropping connection, unable to get local address: > connection reset" > > > If I put > smtp-auth-level=observe > or > smtp-auth-level=ondemand > > then all is going Ok, but remote users cannot relay :( > Where should I seek? > > -- > Sincerely yours, Youri > ---------------------------------------------------------------------- > WWW: http://www.lebedev.ru/jiri email: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > FAX: +7-095-135-1405 ICQ: 1870550 > ------------------------------------------------------------------------ > > _______________________________________________ > spamdyke-users mailing list > [email protected] > http://www.spamdyke.org/mailman/listinfo/spamdyke-users > _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
