Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[qmail] probleme de relay (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
ayeuu
n00b
n00b


Joined: 29 Nov 2004
Posts: 2

PostPosted: Mon Nov 29, 2004 5:05 pm    Post subject: [qmail] probleme de relay (résolu) Reply with quote

Salut,

J'ai quelques problèmes avec mon serveur qmail (smtpd):
- Je n'arrive pas a envoyer de mail à un domaine extérieur et j'aimerais bien ne pas faire open-relay ...

pour l'installation de qmail j'ai suivi le tuto et j'ai rajouté relay-tcp en le configurant suivant son README

pour le /etc/tcp.smtp j'ai mis:
Code:
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD=""
mon.ip:allow,RELAYCLIENT="",RBLSMTPD=""
ip.reseau.local:allow,RELAYCLIENT="",RBLSMTPD=""
:allow
(actuellement j'ai un pb avec :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue")

pour le /var/qmail/control/conf-smtpd j'ai décommenté les dernières ligne et modifié le QMAIL_SMTP_CHECKPASSWORD comme dit sur le tuto:
Code:
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}"


mais voilà, ça ne fonctionne pas bien, sauf si j'fais open-relay en ajoutant des domaines dans /var/qmail/control/rcpthosts :?
Si quelqu'un a une idée j'suis preneur.


Last edited by ayeuu on Tue Dec 14, 2004 8:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
ayeuu
n00b
n00b


Joined: 29 Nov 2004
Posts: 2

PostPosted: Tue Dec 14, 2004 8:16 pm    Post subject: Reply with quote

ok, j'ai trouvé mon problème, donc si jamais ça arrive à quelqu'un voici comment le résoudre:
En fait c'est à cause de tcpserver qui a du mal avec les adresses ipv4 quand il est compilé avec le support ipv6 :-/
donc deux solutions:
- soit tout transformer en ipv6 dans /etc/tcp.smtp ce qui donne pour 127.0.0. :
Code:
::ffff:127.0.0.

- soir recompiler ucspi-tcp sans le support ipv6:
Code:
env USE="-ipv6" emerge ucspi-tcp


voilà, affaire classée ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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