Пытаюсь настроить почтовую систему,
все сделал согласно руководства
http://turbogaz.kharkov-ua.com/unix/mail/mail-howto-p1.php
http://www.lissyara.su/?id=1062дохожу к последнему этапу с PostfixAdmin, согласно статье:
Если все правильно настроено, то в /var/spool/mail/ должны
появиться следующие папки:
# ls -l /var/spool/mail/
total 2
drwx------ 4 virtual virtual 512 Jan 1 18:04 turbogaz.net
# ls -l /var/spool/mail/turbogaz.net/
total 4
drwx------ 5 virtual virtual 512 Jan 1 18:07 alex@turbogaz.net
drwx------ 5 virtual virtual 512 Jan 1 17:52 quota@turbogaz.net
но папка /var/spool/mail/ пустая, хотя ПостфиксАдмин показывает,
что домен создан, почтовый ящик тоже создается,
полез в MySQL -- там все добавляется прекрасно.
На форуме автор статьи написал, что конфиг Постфикса
не совсем рабочий, мол нужно выкинуть:
smtpd_helo_restrictions = reject_unknown_hostname
smtpd_data_restrictions = reject_unauth_pipelining
выкинул, не помогло... папка /var/spool/mail/
по прежнему пуста...
вот мой конфиг main.cf:
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = arna.adamant.net
mydomain = arna.adamant.net
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.248.0/24, 127.0.0.0/8
alias_maps = hash:/etc/aliases
smtpd_banner = $myhostname mail server
debug_peer_level = 2
debug_peer_list = 127.0.0.1
debug_peer_list = arna.adamant.net
#smtpd_helo_restrictions = reject_unknown_hostname
#smtpd_data_restrictions = reject_unauth_pipelining
smtpd_etrn_restrictions = reject
smtpd_reject_unlisted_sender = yes
disable_vrfy_command = yes
smtpd_helo_required = yes
smtp_always_send_ehlo = yes
smtpd_hard_error_limit = 8
smtpd_timeout = 30s
smtp_helo_timeout = 15s
smtp_mail_timeout = 15s
smtp_rcpt_timeout = 15s
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
transport_maps = mysql:/usr/local/etc/postfix/mysqlLookupMaps/transport.conf
virtual_alias_maps = mysql:/usr/local/etc/postfix/mysqlLookupMaps/alias.conf
virtual_mailbox_domains =
mysql:/usr/local/etc/postfix/mysqlLookupMaps/domain.conf
virtual_mailbox_maps =
mysql:/usr/local/etc/postfix/mysqlLookupMaps/mailbox.conf
virtual_mailbox_base = /var/spool/mail
virtual_mailbox_limit_maps =
mysql:/usr/local/etc/postfix/mysqlLookupMaps/quota.conf
virtual_maildir_extended=yes
virtual_mailbox_limit_override=yes
virtual_create_maildirsize = yes
virtual_overquota_bounce = yes
virtual_maildir_limit_message="Sorry, the user's maildir has overdrawn his
diskspace quota, please try again later"
message_size_limit = 10485760
virtual_gid_maps = static:1981
virtual_uid_maps = static:1981
virtual_minimum_uid = 1000
в лог постоянно сыплется:
Jun 3 00:00:20 arna sendmail[7265]: k52L01Zt007265: from=root, size=1013,
class=0, nrcpts=1, msgid=<200606022100.k52L01Zt007265@arna.adamant.ne
t>, relay=root@localhost
Jun 3 00:00:35 arna postfix/smtpd[7408]: fatal: open database
/etc/aliases.db: No such file or directory
Jun 3 00:00:36 arna postfix/master[7143]: warning: process
/usr/local/libexec/postfix/smtpd pid 7408 exit status 1
Jun 3 00:00:36 arna postfix/master[7143]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Jun 3 00:00:49 arna postfix/qmgr[7145]: warning: connect to transport
smtp-amavis: No such file or directory
Jun 3 00:01:36 arna postfix/smtpd[7412]: fatal: open database
/etc/aliases.db: No such file or directory
Jun 3 00:01:37 arna postfix/master[7143]: warning: process
/usr/local/libexec/postfix/smtpd pid 7412 exit status 1
Jun 3 00:01:37 arna postfix/master[7143]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Jun 3 00:01:49 arna postfix/qmgr[7145]: warning: connect to transport
smtp-amavis: No such file or directory
Jun 3 00:02:37 arna postfix/smtpd[7414]: fatal: open database
/etc/aliases.db: No such file or directory
Jun 3 00:02:38 arna postfix/master[7143]: warning: process
/usr/local/libexec/postfix/smtpd pid 7414 exit status 1
Jun 3 00:02:38 arna postfix/master[7143]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Jun 3 00:02:49 arna postfix/qmgr[7145]: warning: connect to transport
smtp-amavis: No such file or directory
Jun 3 00:03:38 arna postfix/smtpd[7415]: fatal: open database
/etc/aliases.db: No such file or directory
Jun 3 00:03:39 arna postfix/master[7143]: warning: process
/usr/local/libexec/postfix/smtpd pid 7415 exit status 1
Jun 3 00:03:39 arna postfix/master[7143]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Jun 3 00:03:49 arna postfix/qmgr[7145]: warning: connect to transport
smtp-amavis: No such file or directory
Jun 3 00:04:39 arna postfix/smtpd[7416]: fatal: open database
/etc/aliases.db: No such file or directory
Jun 3 00:04:40 arna postfix/master[7143]: warning: process
/usr/local/libexec/postfix/smtpd pid 7416 exit status 1
Jun 3 00:04:40 arna postfix/master[7143]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Jun 3 00:04:49 arna postfix/qmgr[7145]: warning: connect to transport
smtp-amavis: No such file or directory
Jun 3 00:05:20 arna sendmail[7265]: k52L01Zt007265: timeout waiting for
input from [127.0.0.1] during client greeting
когда пользователь пытается проверить почту, пишет что то типа логин файлед,
хотя пароли совпадают...
Одним словом помогите, выправите мне руки, куда копать?