Here is my qmail-smtpd/run file
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 8000 \
/usr/local/bin/tcpserver -v -H -R -l 0 \
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
Hi Jason,
Thanks for the suggesstion about logging for MySQL. I will give
that a try. Yes, i did try using AUTH PLAIN and it too doesn't work.
I also compiled vpopmail with clear passwords as well. Just as a
test, i recompiled vpopmail with roaming-users on, and it works fine.
BUT if I enabl
On 9/25/05, Jason (AMD_) <[EMAIL PROTECTED]> wrote:
> Good Evening Bill,
> Still having my smtp auth problem here :( I just got done doing a
> complete reinstall of vpopmail and qmail using your guide and it still
> won't work. The weird thing is that I am getting this error when
> tryingto d
Good Evening Bill,
Still having my smtp auth problem here :( I just got done doing a
complete reinstall of vpopmail and qmail using your guide and it still
won't work. The weird thing is that I am getting this error when
tryingto do a manual SMTP 'AUTH LOGIN' (after i enter my username and
pa
Bill,
I just looked in my logs and saw this:
vchkpw-smtp: vpopmail user not found [EMAILADDY]:[IPADDY]
The email address is correct though. Authentication via pop3d works
fine with it. It's like the smtp auth isn't looking up the password
in MySQL's db or something???
-- HP
On 9/24/05, Jas
Hi Bill,
Thanks for the quick response.
It was running as root:qmail but I changed it to vpopmail:vchkpw and
restarted the services but it still won't work :( The weird thing is
it's even making me authenticate (or try to authenticate) when sending
to local domains as well.
-- HP
On 9/24/05,
Jason (AMD_) wrote:
Hi,
Let me first say what an awesome resource this is :) Thanks!
Now then, I've got a working toaster install EXCEPT for smtp-auth.
Here is my qmail-smtpd/run file:
exec softlimit -m 1000 \
tcpserver -v -H -R -l 0 \
-x /var/vpopmail/etc/tcp.smtp.cdb -c "$M
Oh sorry,
I didn't realized that change.
I tried it and it works great.
You realy did a fantastic work!
Thank you.
dimaki
--
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl
dimaki wrote:
Hi,
I installed a new version of netqmail-1.05 with the 'Large Qmail patch' but
SMTP-AUTH isn't working.
I had an running qmail-1.03 with older patches. So I took a new
netqmail-1.05 and only aplied the 'Large qmail patch' without errors.
compiled without errors, installed and started