oh, friend
you might encount the problem with anonymous user
relay, those users send mail with your "free" server,
you must close it as soon as possible,
if not, someone is likely to send spam with your 
server, that is not the worst ,the worst is that 
the destinations of the spam email will repay your 
kind "free server", such as email bombs are going to 
foist into your server......

i can give you some advice, find out the "free" users and their
IPs, shield them.
if you apply tcpserver,.look /etc for tcp.smtp
set as following:
127.0.0.1:allow,RELAYCLIENT=""
192.168.:allow,RELAYCLIENT=""
:allow

and then translate the file into cbd format:

# tcprules tcp.smtp.cdb tcp.smtp.temp < tcp.smtp

you can see 
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb
in /service/qmail-smtpd/run
it allow local user--->127.0.0.1
and 192.168.0~254
Good luck!
Jerry

----- Original Message ----- 
From: Chrisanthy Chrisanthy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 10:11 AM
Subject: delay in receiving from Hotmail, Usa.net, etc


> Guys,
> I really need your help. I've search through Qmail documentations and
> mailing-list in
> internet and can't find the answer. I hope someone here can help me.
> 
> My Qmail, and Vpopmail work fine. I follow the instructions in INSTALL
> files when installing the packages.
> I can send and receive email from some mail sites without
> problem.
> But recently I find out that if someone who's using Hotmail, USA.net,
> and some other mail server, tried to send email to some users in my
> mail server, 80% of the messages lost in space, 5% received, and 15%
> received after several days. What's the problem?
> 
> NO ERROR MESSAGE IN MY LOG FILE--> /var/log/messages
> I don't use supervise, accustamp, cyclog, or anything, just in the
> /var/log/messages.
> 
> Please help!
> -- 
> Best regards,
>  Chrisanthy
> 
> 

Reply via email to