Hi joximu,
I'm sorry, i'm very new to this so I don't know we need start with log. Here's my log
Quote:Aug 28 09:13:45 melitgroup postfix/smtpd[16252]: disconnect from cnl1.ientrynetw            ork.net[66.28.139.229]
Aug 28 09:16:05 melitgroup postfix/smtpd[24223]: connect from mail-gx0-f182.goog            le.com[209.85.161.182]
Aug 28 09:16:05 melitgroup postfix/trivial-rewrite[24226]: warning: do not list             domain melitgroup.com in BOTH mydestination and virtual_mailbox_domains
Aug 28 09:16:07 melitgroup postfix/policyd-weight[7838]: decided action=PREPEND             X-policyd-weight: using cached result; rate: -8.4; <client=209.85.161.182> <helo            =mail-gx0-f182.google.com> <from=lthh89vt@gmail.com> <to=admin@melitgroup.com>;             delay: 2s
Aug 28 09:16:07 melitgroup postfix/smtpd[24223]: warning: connect to 127.0.0.1:6            0000: Connection refused
Aug 28 09:16:07 melitgroup postfix/smtpd[24223]: warning: problem talking to ser            ver 127.0.0.1:60000: Connection refused
Aug 28 09:16:08 melitgroup postfix/smtpd[24223]: warning: connect to 127.0.0.1:6            0000: Connection refused
Aug 28 09:16:08 melitgroup postfix/smtpd[24223]: warning: problem talking to ser            ver 127.0.0.1:60000: Connection refused
Aug 28 09:16:08 melitgroup postfix/smtpd[24223]: NOQUEUE: reject: RCPT from mail            -gx0-f182.google.com[209.85.161.182]: 451 4.3.5 Server configuration problem; fr            om=<lthh89vt@gmail.com> to=<admin@melitgroup.com> proto=ESMTP helo=<mail-gx0-f18            2.google.com>
Aug 28 09:16:08 melitgroup postfix/smtpd[24223]: disconnect from mail-gx0-f182.g            oogle.com[209.85.161.182]
It reject email from gmail
It cannot connect to port 60000 (postgrey default port). But I changed port of postgrey to 10023. It's not working with port 60000
Kind Regards,
This is what I got from netstat
[quote]
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN      30212/master
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      7785/mysqld 
tcp        0      0 0.0.0.0:587             0.0.0.0:*               LISTEN      30212/master
tcp        0      0 127.0.0.1:12525         0.0.0.0:*               LISTEN      7838/policyd-weight
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      3562/apache2
tcp        0      0 0.0.0.0:465             0.0.0.0:*               LISTEN      30212/master
tcp        0      0 127.0.0.1:9876          0.0.0.0:*               LISTEN      19854/ispcp_daemon
tcp        0      0 175.107.156.197:53      0.0.0.0:*               LISTEN      3133/named  
tcp        0      0 175.107.156.196:53      0.0.0.0:*               LISTEN      3133/named  
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      3133/named  
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      3836/proftpd: (acce
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      21836/sshd  
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      30212/master
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      3133/named  
tcp        0      0 127.0.0.1:10023         0.0.0.0:*               LISTEN      18082/postgrey.pid
tcp6       0      0 :::110                  :::*                    LISTEN      25838/couriertcpd
tcp6       0      0 :::143                  :::*                    LISTEN      26017/couriertcpd
tcp6       0      0 :::53                   :::*                    LISTEN      3133/named  
tcp6       0      0 :::22                   :::*                    LISTEN      21836/sshd  
tcp6       0      0 ::1:953                 :::*                    LISTEN      3133/named  
tcp6       0      0 :::993                  :::*                    LISTEN      26477/couriertcpd
tcp6       0      0 :::995                  :::*                    LISTEN      27867/couriertcpd
[quote]
Many thanks,