Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
qmail and smtp-auth ...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
imango75
n00b
n00b


Joined: 07 Oct 2005
Posts: 3

PostPosted: Fri Oct 07, 2005 5:31 am    Post subject: qmail and smtp-auth ... Reply with quote

Hello guys,

Sorry for my english ...

I saw a lot of related messages about that but no solution I found, I have:

Quote:
mail-mta/qmail-1.03-r16 *
net-mail/vpopmail-5.4.6-r1 *
net-mail/courier-imap-4.0.1 *



The authentication work fine, because a domain X user could send mail to any domain Y if she/he log via pop3, but if dont´t the mensaje is the domain is not in my rcpthosts.
The problem is when a domain X user send mail to other domain X user, the mensaje could be send although he/she not log in the system.
I compile qmail with the flag notlsbeforeauth, because I saw this tip in the forum, but don´t work....

Any help, is welcome!!

/var/qmail/control/conf-smtpd:

Code:
TCPSERVER_OPTS="${TCPSERVER_OPTS} -R"

QMAIL_TCPSERVER_PRE="${QMAIL_TCPSERVER_PRE} envdir /etc/relay-ctrl relay-ctrl-chdir"
QMAIL_SMTP_PRE="${QMAIL_SMTP_PRE} relay-ctrl-check"
 
QMAIL_SMTP_AUTHHOST=$(<${QMAIL_CONTROLDIR}/me)
[ -z "${QMAIL_SMTP_POST}" ] && QMAIL_SMTP_POST=/bin/true
QMAIL_SMTP_CHECKPASSWORD="/var/vpopmail/bin/vchkpw"
QMAIL_SMTP_POST="${QMAIL_SMTP_AUTHHOST} ${QMAIL_SMTP_CHECKPASSWORD} ${QMAIL_SMTP_POST}"




# telnet xx.xx.xx 25
Trying ...
Connected to correo.surco.com.uy.
Quote:
Escape character is '^]'.
220 xxxxxxxx ESMTP
ehlo
250-xxxxxxxx
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-AUTH LOGIN PLAIN CRAM-MD5
250 SIZE 0


Thanks,
Lucky
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum