Kevin wrote:
> How do I setup that anyone can't use smtp send email except my domain.
> I installed QMT with default script , and I need choose SMTP AUTH in the
> outlook when I send a mail.
> I don't kown why many mail in qmail queue, and they are not sent by my
> domain users.
>  
> In /etc/tcprules.d/tcp.smtp
> I only leave this now:127.:allow,RELAYCLIENT="",DKSIGN=
> "/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
> Now, the queue look like better.
>  
> Anybody give me a better setting for that mydomain users can send, the
> others and the empty users can't .
>  
>  
> Thank you

The 'stock' (default) tcp.smtp file should do what you want:

127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"

The sender's client program must be configured to authenticate (preferably
with TLS). If the client is on a dynamic IP address, they should send with
port 587 instead of 25.

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to