Postfix not Receiving mail from Remote

Discussion in 'Server Operation' started by Seanmcn, Dec 3, 2012.

  1. Seanmcn

    Seanmcn New Member

    Hi there,

    Used this guide, trying to get mail server working on debian:
    http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny-p3

    Mail sends locally fine, squirellmail is fine, however when I try send an email from gmail to the server I get this:

    Code:
     Dec  3 09:32:02 dev postfix/local[1271]: 3C5761A02DA: to=<[email protected]>, relay=local, delay=0.87, delays=0.17/0.27/0/0.44, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Dec  3 09:32:02 dev postfix/qmgr[927]: 3C5761A02DA: removed
    
    Yet my email doesn't seem to go anywhere?

    Any ideas on what could be happening appreciated, pretty lost right now!

    Nestat -tap
    Code:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:smtp                  *:*                     LISTEN      920/master
    tcp        0      0 localhost:953           *:*                     LISTEN      22025/named
    tcp        0      0 localhost:10024         *:*                     LISTEN      1174/amavisd (maste
    tcp        0      0 localhost:10025         *:*                     LISTEN      920/master
    tcp        0      0 localhost:mysql         *:*                     LISTEN      9947/mysqld
    tcp        0      0 *:webmin                *:*                     LISTEN      1703/perl
    tcp        0      0 dev.domain.com:domain     *:*                     LISTEN      22025/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      22025/named
    tcp        0      0 *:ssh                   *:*                     LISTEN      13749/sshd
    tcp       49      0 localhost:51367         localhost:10025         CLOSE_WAIT  1178/amavisd (ch1-a
    tcp        0      0 localhost:50414         localhost:10025         ESTABLISHED 1179/amavisd (ch1-a
    tcp        0      0 dev.domain.com:ssh      ip-89-234-114-000:51560 ESTABLISHED 727/1
    tcp        0      0 dev.domain.com:ssh      ip-89-234-114-000:50599 ESTABLISHED 622/0
    tcp        0      0 localhost:56921         localhost:mysql         TIME_WAIT   -
    tcp        0      0 localhost:56915         localhost:mysql         TIME_WAIT   -
    tcp        0      0 localhost:56917         localhost:mysql         TIME_WAIT   -
    tcp        0      0 localhost:10025         localhost:50414         ESTABLISHED 1354/smtpd
    tcp        0      0 localhost:56916         localhost:mysql         TIME_WAIT   -
    tcp6       0      0 [::]:smtp               [::]:*                  LISTEN      920/master
    tcp6       0      0 ::1%9810816:953         [::]:*                  LISTEN      22025/named
    tcp6       0      0 [::]:https              [::]:*                  LISTEN      15497/apache2
    tcp6       0      0 [::]:imaps              [::]:*                  LISTEN      5799/couriertcpd
    tcp6       0      0 [::]:pop3s              [::]:*                  LISTEN      5832/couriertcpd
    tcp6       0      0 [::]:pop3               [::]:*                  LISTEN      5815/couriertcpd
    tcp6       0      0 [::]:imap2              [::]:*                  LISTEN      5772/couriertcpd
    tcp6       0      0 [::]:www                [::]:*                  LISTEN      15497/apache2
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      19696/proftpd: (acc
    tcp6       0      0 [::]:domain             [::]:*                  LISTEN      22025/named
    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      13749/sshd
    
     
    Last edited: Dec 3, 2012
  2. wigglez

    wigglez New Member

    interesting. I had trouble with gmail to, I believe mine threw an error though.

    throw this in your main.cf file and let me know what happens.

    Code:
    smtpd_tls_exclude_ciphers=RC4-MD5
     

Share This Page