Postfix + mysql ... help - réseaux et sécurité - Linux et OS Alternatifs
Marsh Posté le 15-10-2005 à 12:10:40
Je désespère à configurer postfix + mysql + courier-pop Je tourne sur une Debian. Tout semble ok or je ne parviens pas à utiliser le serveur de mail. telnet 192.168.0.* 110 Trying 192.168.0.*... Connected to 192.168.0.*. Escape character is '^]'. +OK Hello there. USER **** +OK Password required. PASS ****** -ERR Login failed. Connection closed by foreign host. mysql -p -h 127.0.0.1 -u postfix mysql -u postfix -h localhost -p use postfix; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +-------------------+ | Tables_in_postfix | +-------------------+ | admin | | alias | | domain | | domain_admins | | log | | mailbox | | vacation | +-------------------+ 7 rows in set (0.01 sec) Connection closed by foreign host. tail -f /var/log/mail.log : courierpop3login: Connection, ip=[:ffff:192.168.0.***] courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], command=USER courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], command=PASS courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], username=**** courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], password=**** courierpop3login: authdaemon: starting client module courierpop3login: authdaemon: REJECT courierpop3login: LOGIN FAILED, ip=[:ffff:192.168.0.***]
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 15-10-2005 à 12:10:40
Je désespère à configurer postfix + mysql + courier-pop
Je tourne sur une Debian.
Tout semble ok or je ne parviens pas à utiliser le serveur de mail.
telnet 192.168.0.* 110
Trying 192.168.0.*...
Connected to 192.168.0.*.
Escape character is '^]'.
+OK Hello there.
USER ****
+OK Password required.
PASS ******
-ERR Login failed.
Connection closed by foreign host.
mysql -p -h 127.0.0.1 -u postfix
mysql -u postfix -h localhost -p
use postfix;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
+-------------------+
| Tables_in_postfix |
+-------------------+
| admin |
| alias |
| domain |
| domain_admins |
| log |
| mailbox |
| vacation |
+-------------------+
7 rows in set (0.01 sec)
Connection closed by foreign host.
tail -f /var/log/mail.log :
courierpop3login: Connection, ip=[:ffff:192.168.0.***]
courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], command=USER
courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], command=PASS
courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], username=****
courierpop3login: LOGIN: DEBUG: ip=[:ffff:192.168.0.***], password=****
courierpop3login: authdaemon: starting client module
courierpop3login: authdaemon: REJECT
courierpop3login: LOGIN FAILED, ip=[:ffff:192.168.0.***]
Message édité par sneakz le 15-10-2005 à 22:43:10