Hi,
 
I have searched through the mail archives, and I wasn't able to find anything that solves my problem... I know that this topic has been talking about hundreds of times, and I do know that this topic happens to be fairly annoying :P But I would really appreciate a look at my config files just to maybe point out something that might be wrong or maybe someone had this problem before...
 
To put it simply, pop before smtp doesn't seem to work.
 
I have setup vpopmail-4.9.8-1 like this: ./configure  --enable-roaming-users=y --enable-logging=y --enable-relay-clear-minutes=60 --enable-hardquota=15000000000 --enable-mysql=y --enable-ip-alias-domains=y
 
my /etc/tcp.smtp file looks like this:
 
127.0.0.1:allow,RELAYCLIENT=""
198.168.1.:allow,RELAYCLIENT=""
10.:allow,RELAYCLIENT=""
208.37.244.48-50:allow,RELAYCLIENT=""
208.239.49.122:allow,RELAYCLIENT=""
64.0.61.40-43:allow,RELAYCLIENT=""
63.165.246.:allow,RELAYCLIENT=""
64.148.170.81:allow,RELAYCLIENT=""
:allow
 
I have tried two versions of /var/qmail/supervise/qmail-smtpd/run
 
#!/bin/sh
exec /usr/local/bin/tcpserver -H -R -x /etc/tcp.smtp.cdb -u82 -g81 -v -c100 0 smtp rblsmtpd -rdialups.mail-abuse.org \
-rblackholes.mail-abuse.org \
-r "relays.mail-abuse.org:Open relay problem - see <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>" \
/var/qmail/bin/qmail-smtpd 2>&1
 
and I have tried:
 
#!/bin/sh
exec /usr/local/bin/tcpserver -p -R -x /etc/tcp.smtp.cdb -u82 -g81 -v -c100 0 smtp rblsmtpd -rdialups.mail-abuse.org \
-rblackholes.mail-abuse.org \
-r "relays.mail-abuse.org:Open relay problem - see <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>" \
/var/qmail/bin/qmail-smtpd 2>&1
 
 
What happens is that the pop3 users ip address does in fact get added to vpopmail table relay, but that user isn't allowed to send email to non-local users, I tried telneting and just get 553 sorry, that domain isn't in my list of allowed rcpthosts. I would also like to point out that I am not going through an isp that blocks smtp or something like that.
 
my /var/qmail/control/rcpthosts file contains:
localhost.0.0.127.in-addr.arpa
swishmail.com
ns1.webgoku.com
swishgirl.com
websak.com
technomidi.com
swishmail.net
swishmail.org
akbiz.com
kinesis.swishmail.com
swishinteractive.com
vermatech.com
 
 
Thanks for any input!
 
__
Kris Mach.

Reply via email to