سلام.
من یک میل سرور با استفاده از Postfix روی اوبونتو 16.04 دارم.
وقتی از ssh یا کنترل پنل های تحت وب استفاده میکنم،مشکلی برای ارسال یا دریافت ایمیل ندارم;
اما وقتی از thinderbird یا هر کلاینتی استفاده میکنم نمیتونم ایمیل رو به دامنه هایی به جز دامنه خودم (کاربر های سرور) بفرستم.
$ sudo netstat -tlnp:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 618/mysqld
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 13684/master
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 32488/spamassassin.
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 22403/perl
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 10502/nginx -g daem
tcp 0 0 137.74.154.133:53 0.0.0.0:* LISTEN 1487/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1487/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1508/sshd
tcp 0 0 127.0.0.1:11000 0.0.0.0:* LISTEN 22265/lookup-domain
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 13684/master
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1487/named
tcp 0 0 0.0.0.0:19999 0.0.0.0:* LISTEN 16384/netdata
tcp6 0 0 :::587 :::* LISTEN 13684/master
tcp6 0 0 :::110 :::* LISTEN 3014/dovecot
tcp6 0 0 :::143 :::* LISTEN 3014/dovecot
tcp6 0 0 ::1:783 :::* LISTEN 32488/spamassassin.
tcp6 0 0 :::80 :::* LISTEN 10502/nginx -g daem
tcp6 0 0 :::21 :::* LISTEN 13949/proftpd: (acc
tcp6 0 0 :::53 :::* LISTEN 1487/named
tcp6 0 0 :::22 :::* LISTEN 1508/sshd
tcp6 0 0 :::25 :::* LISTEN 13684/master
tcp6 0 0 ::1:953 :::* LISTEN 1487/named
tcp6 0 0 :::4190 :::* LISTEN 3014/dovecot
tcp6 0 0 :::19999 :::* LISTEN 16384/netdata
tcp6 0 0 :::993 :::* LISTEN 3014/dovecot
tcp6 0 0 :::995 :::* LISTEN 3014/dovecot
$ sudo postconf -n:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
home_mailbox = /Maildir/
inet_protocols = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, webgo.ir, localhost.ir, , localhost
myhostname = webgo.ir
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks_style = subnet
readme_directory = no
recipient_delimiter = +
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = permit_mynetworks permit_inet_interfaces permit_sasl_authenticated
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = webgo.ir
virtual_alias_maps = hash:/etc/postfix/virtual
ممنون میشم راهنمایی کنید.