Go to http://www.qmail.org to find out lots of qmail documentation
including a link that will point you to the mailing list.  I recommend
"Life with qmail" by Dave Sill.

As far as your problems sending mail, qmail doesn’t relay by default
(which is a good thing).

If you’re running the tcpserver module to invoke qmail’s SMTP daemon
(as opposed to inetd) then you can specify allowable relays in the
/etc/tcp.smtp file.

This
   10.1.:allow,RELAYCLIENT=""
   10.9.:allow,RELAYCLIENT=""
   127.:allow,RELAYCLIENT=""
allows relaying by the local host (bottom line) and everyone in the
10.1.* and 10.9.* IP address domains.  It’s been awhile since I set it
up, but if I remember right, if the file exists, and you don’t have the
bottom line, then it won’t send anything from the local machine (which
might be a good thing, if you don’t intend people to log on locally to
do their emailing).

After you set up the file, you do have to create a cdb data base file,
which you do with the following:
    tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
and again, if you don't have tcpserver installed, I don't think you'll
have the tcprules command.

Good luck.
     === Al



--- lemoninsz <[EMAIL PROTECTED]> wrote:
> i can not find the approperate  list,so i post my messages on this list and maybe 
>some guys have
> the same expirence as me and can give me some clue about my emergent question:
> 
>  i am runing qmail+vpopmail on my linux box,i installed the qmail-smtp-auth 
>patch,then
>   #telnet localhost 25
> 220 mytest.com ESMTP
> ehlo
> 250-mytest.com
> 250-AUTH=LOGIN
> 250-PIPELINING
> 250 8BITMIME
> quit
> does this step means that i have succesfully installed the qmail-smtp-auth patch?
> i start smtp  as following:
> env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver -H -R -x /etc/tcp.smtp.cdb -c20 
>-u532 -g531
> 0 smtp /var/qmail/bin/qmail-smtp.auth /home/vpopmail/bin/vchkpw /bin/true 2>&1 > 
>/dev/null |
> /var/qmail/bin/splogger smtpd 3 &
> 
> i am using outlook express5.0 on my windows machine,problem is that i can not send 
>mail if i set
> outlook express with smtp auth mechanism,if i cancel the outlook express's smtp 
>server auth
> mechanism,i can send mail,i doubt that my smtp auth server is not correct.
> 
> thanks in advance



__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to