Здравствуйте!
Подскажите пожалуйста почему не приходит почта в SquirrelMail?но отправляется
SquirrelMail крутится на Ubuntu 14.04.02+ISPConfig 3.0.5.4p5
устанавливал все по этой инструкции
http://www.linuxpro.ru/blog/ubuntu/perfect-server-ubuntu-14-04-ispconfig3root@it:~# sudo iptables-save
# Generated by iptables-save v1.4.21 on Sun Mar 15 22:18:36 2015
*mangle
:PREROUTING ACCEPT [26114:11119837]
:INPUT ACCEPT [26114:11119837]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [20245:3169013]
:POSTROUTING ACCEPT [20205:3166125]
COMMIT
# Completed on Sun Mar 15 22:18:36 2015
# Generated by iptables-save v1.4.21 on Sun Mar 15 22:18:36 2015
*nat
:PREROUTING ACCEPT [6550:515545]
:INPUT ACCEPT [262:13924]
:OUTPUT ACCEPT [1744:110966]
:POSTROUTING ACCEPT [1704:108078]
COMMIT
# Completed on Sun Mar 15 22:18:36 2015
# Generated by iptables-save v1.4.21 on Sun Mar 15 22:18:36 2015
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [6:411]
:INT_IN - [0:0]
:INT_OUT - [0:0]
:PAROLE - [0:0]
:PUB_IN - [0:0]
:PUB_OUT - [0:0]
:fail2ban-dovecot-pop3imap - [0:0]
:fail2ban-postfix-sasl - [0:0]
:fail2ban-pureftpd - [0:0]
:fail2ban-ssh - [0:0]
-A INPUT -p tcp -m multiport --dports 25 -j fail2ban-postfix-sasl
-A INPUT -p tcp -m multiport --dports 110,995,143,993 -j fail2ban-dovecot-pop3imap
-A INPUT -p tcp -m multiport --dports 21 -j fail2ban-pureftpd
-A INPUT -p tcp -m multiport --dports 22 -j fail2ban-ssh
-A INPUT -d 127.0.0.0/8 ! -i lo -p tcp -j DROP
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -s 224.0.0.0/4 -j DROP
-A INPUT -i eth+ -j PUB_IN
-A INPUT -i ppp+ -j PUB_IN
-A INPUT -i slip+ -j PUB_IN
-A INPUT -i venet+ -j PUB_IN
-A INPUT -i bond+ -j PUB_IN
-A INPUT -j DROP
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -j DROP
-A OUTPUT -o eth+ -j PUB_OUT
-A OUTPUT -o ppp+ -j PUB_OUT
-A OUTPUT -o slip+ -j PUB_OUT
-A OUTPUT -o venet+ -j PUB_OUT
-A OUTPUT -o bond+ -j PUB_OUT
-A INT_IN -p icmp -j ACCEPT
-A INT_IN -j DROP
-A INT_OUT -p icmp -j ACCEPT
-A INT_OUT -j ACCEPT
-A PAROLE -j ACCEPT
-A PUB_IN -p icmp -m icmp --icmp-type 3 -j ACCEPT
-A PUB_IN -p icmp -m icmp --icmp-type 0 -j ACCEPT
-A PUB_IN -p icmp -m icmp --icmp-type 11 -j ACCEPT
-A PUB_IN -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A PUB_IN -p tcp -m tcp --dport 20 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 21 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 22 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 25 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 53 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 80 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 110 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 143 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 443 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 587 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 993 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 995 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 3306 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 8080 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 8081 -j PAROLE
-A PUB_IN -p tcp -m tcp --dport 10000 -j PAROLE
-A PUB_IN -p udp -m udp --dport 53 -j ACCEPT
-A PUB_IN -p udp -m udp --dport 3306 -j ACCEPT
-A PUB_IN -p icmp -j DROP
-A PUB_IN -j DROP
-A PUB_OUT -j ACCEPT
-A fail2ban-dovecot-pop3imap -j RETURN
-A fail2ban-postfix-sasl -j RETURN
-A fail2ban-pureftpd -j RETURN
-A fail2ban-ssh -j RETURN
COMMIT
# Completed on Sun Mar 15 22:18:36 2015
root@it:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.24
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.250
dns-nameservers 84.52.107.107 195.177.123.1
dns-search webtm.ru
#dhcp
root@it:~# cat /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = /usr/share/doc/postfix
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = it.webtm.ru
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
myorigin = /etc/mailname
mydestination = it.webtm.ru, localhost, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
html_directory = /usr/share/doc/postfix/html
virtual_alias_domains =
virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman, proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf
smtpd_tls_security_level = may
transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
smtpd_client_message_rate_limit = 100
maildrop_destination_concurrency_limit = 1
maildrop_destination_recipient_limit = 1
virtual_transport = dovecot
header_checks = regexp:/etc/postfix/header_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
nested_header_checks = regexp:/etc/postfix/nested_header_checks
body_checks = regexp:/etc/postfix/body_checks
owner_request_special = no
smtp_tls_security_level = may
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
dovecot_destination_recipient_limit = 1
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
root@it:~# grep -E -e 'warning|critical|error' /var/log/mail.log
Mar 15 19:40:02 it postfix/postqueue[2283]: warning: Mail system is down -- accessing queue directly
Mar 15 21:22:48 it postfix/trivial-rewrite[5064]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 21:22:48 it postfix/smtpd[5062]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 21:24:17 it postfix/trivial-rewrite[5255]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 21:24:17 it postfix/smtpd[5252]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 21:47:20 it postfix/smtpd[5929]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 21:48:37 it postfix/smtpd[5929]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 21:53:15 it postfix/trivial-rewrite[6238]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 21:53:15 it postfix/smtpd[6235]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 21:53:38 it postfix/smtpd[6235]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 22:03:25 it postfix/trivial-rewrite[6590]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 22:03:25 it postfix/smtpd[6588]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 22:40:54 it postfix/trivial-rewrite[7894]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 22:40:54 it postfix/smtpd[7547]: warning: connect to mysql server 192.168.1.24: Host 'it.webtm.ru' is not allowed to connect to this MySQL server
Mar 15 22:40:54 it postfix/smtpd[7547]: warning: mysql:/etc/postfix/mysql-virtual_client.cf: table lookup problem
Mar 15 22:40:54 it postfix/smtpd[7547]: NOQUEUE: reject: RCPT from localhost[::1]: 451 4.3.5 <localhost[::1]>: Client host rejected: Server configuration error; from=<alex@it.webtm.ru> to=<alex@it.webtm.ru> proto=ESMTP helo=<it.webtm.ru>
Mar 15 22:42:13 it postfix/trivial-rewrite[8373]: warning: do not list domain it.webtm.ru in BOTH mydestination and virtual_mailbox_domains
Mar 15 22:42:13 it postfix/smtpd[8370]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored
Mar 15 22:43:54 it postfix/smtpd[8402]: warning: table "mysql:/etc/postfix/mysql-virtual_client.cf": empty query string -- ignored