Problems with the virtual email system with postfix, courier,mysql

Discussion in 'HOWTO-Related Questions' started by Greg Parker, Jan 2, 2007.

  1. Greg Parker

    Greg Parker New Member

    Hi guys,
    I have followed the guide to the t.
    Cannot login to my mail server with normal pop, ssl pop or imap with ssl.

    mysql is running in the background, 127.0.0.1 is used in all config files, and i am using ubuntu 6.06

    heres a copy of part of my mail.log file

    Jan 3 02:05:04 web courierpop3login: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:05:09 web courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:05:14 web courierpop3login: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:05:19 web courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:05:24 web courierpop3login: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:05:29 web courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:07:37 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:07:44 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:07:44 web pop3d-ssl: Unexpected SSL connection shutdown.
    Jan 3 02:07:51 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:07:56 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:07:56 web pop3d-ssl: Unexpected SSL connection shutdown.
    Jan 3 02:12:52 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:12:57 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:12:57 web pop3d-ssl: Unexpected SSL connection shutdown.
    Jan 3 02:13:02 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:13:07 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:13:07 web pop3d-ssl: Unexpected SSL connection shutdown.
    Jan 3 02:13:11 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:13:16 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:13:16 web pop3d-ssl: Unexpected SSL connection shutdown.
    Jan 3 02:13:38 web imaplogin: Connection, ip=[::ffff:127.0.0.1]
    Jan 3 02:13:43 web imaplogin: LOGIN FAILED, ip=[::ffff:127.0.0.1]
    Jan 3 02:13:43 web imaplogin: LOGOUT, ip=[::ffff:127.0.0.1]
    Jan 3 02:14:01 web pop3d-ssl: Connection, ip=[::ffff:192.168.0.200]
    Jan 3 02:14:06 web pop3d-ssl: LOGIN FAILED, ip=[::ffff:192.168.0.200]
    Jan 3 02:14:06 web pop3d-ssl: Unexpected SSL connection shutdown.

    I would really love to get this working, or have some one remote in if i setup a shell account, and just take a quick squizz to make sure i havent made a mistake:)
     
  2. Hans

    Hans Moderator Moderator

    What is the output of:

    netstat -tap
     
  3. Greg Parker

    Greg Parker New Member

    root@web:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 localhost:10024 *:* LISTEN 3 668/amavisd (maste
    tcp 0 0 localhost:10025 *:* LISTEN 4 975/master
    tcp 0 0 *:mysql *:* LISTEN 4 480/mysqld
    tcp 0 0 *:smtp *:* LISTEN 4 975/master
    tcp6 0 0 *:imaps *:* LISTEN 3 822/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 3 857/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 3 837/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 3 797/couriertcpd
    tcp6 0 0 *:www *:* LISTEN 4 204/apache2
    tcp6 0 0 *:ssh *:* LISTEN 4 101/sshd
    tcp6 0 0 *:https *:* LISTEN 4 204/apache2
    tcp6 0 0 web.infinitetechnol:ssh ::ffff:192.168.0.2:2423 ESTABLISHED4 646/sshd: root@not
    tcp6 0 296 web.infinitetechnol:ssh ::ffff:192.168.0.2:2207 ESTABLISHED4 606/0
    tcp6 0 0 web.infinitetechnol:ssh ::ffff:192.168.0.2:1790 ESTABLISHED4 603/sshd: root@not
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Do you have a firewall? What's the output of
    Code:
    iptables -L
    ?

    What's the URL of the tutorial you followed?
     

Share This Page