Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Letters doesn't reach my server!

Status
Not open for further replies.

Blackbirdy

Technical User
Jul 27, 2003
2
RU
I installed qmail with tcpserver. (My OS is FreeBSD 5.1)
My tcp rules:
127.0.0.1:allow,RELAYCLIENT=""
192.168.1.:allow,RELAYCLIENT=""
192.168.3.:allow,RELAYCLIENT=""
:deny

Start script for smtp:
supervise /var/lock/qmail-smtpd tcpserver -v -x /etc/tcp.smtpd.cdb -u71 -g1001 0 25 rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 | setuser qmaill accustamp | setuser qmaill cyclog -s5000000 -
n5 /var/log/qmail/qmail-smtpd &

Letter from world doesn't reach my server, but local letter reach without problem. If I delete :deny in tcp.smtp all works! I understand that there is bad security after it.
I need secure and working server. Help me do it.

thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top