Я новичок в работе с MTA.
Установил:
Postfix - v 2.7.5
Dovecot - 2.0.13
OS - Fedora 14
Возникла проблема при использовании dovecot в качестве lda.
Пишет ошибку postfix:
Код: Выделить всё
Sep 20 08:59:23 mailserver postfix/smtpd[6015]: connect from mailserver.zevs.local[127.0.0.1]
Sep 20 08:59:43 mailserver postfix/smtpd[6015]: fatal: no SASL authentication mechanisms
Sep 20 08:59:43 mailserver postfix/pipe[6028]: warning: unexpected end-of-input from dovecot socket while reading input attribute name
Sep 20 08:59:43 mailserver postfix/pipe[6028]: warning: deliver_request_get: error receiving common attributes
Sep 20 08:59:44 mailserver postfix/master[10813]: warning: process /usr/libexec/postfix/smtpd pid 6015 exit status 1
Sep 20 08:59:44 mailserver postfix/master[10813]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Код: Выделить всё
address_verify_sender = <>
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_privs = nobody
disable_vrfy_command = yes
inet_interfaces = all
local_recipient_maps = unix:passwd.byname $alias_maps
mail_owner = postfix
message_size_limit = 5242880
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = z-tec.ru
myhostname = mail.z-tec.ru
mynetworks = 127.0.0.0/8
myorigin = $mydomain
queue_directory = /var/spool/postfix
show_user_unknown_table_name = no
smtp_always_send_ehlo = yes
smtpd_banner = $myhostname ESMTP
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, check_client_access hash:$base/client_access, reject_unknown_client_hostname
smtpd_etrn_restrictions = reject
smtpd_hard_error_limit = 8
smtpd_helo_required = yes
smtpd_helo_restrictions = check_helo_access hash:$base/hello_access, permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_helo_hostname
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access hash:$base/recipient_access, reject_unlisted_recipient, reject_unknown_recipient_domain, reject_non_fqdn_recipient, reject_unverified_recipient
smtpd_reject_unlisted_sender = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/dovecot
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = mysql:$base/mysqlLookupMaps/sender.conf
smtpd_sender_restrictions = permit_mynetworks, check_sender_access hash:$base/sender_access, reject_authenticated_sender_login_mismatch, reject_unknown_sender_domain, reject_unlisted_sender, reject_unverified_sender
strict_rfc821_envelopes = yes
unverified_sender_reject_code = 550
virtual_alias_maps = mysql:$base/mysqlLookupMaps/alias.conf
virtual_gid_maps = static:1981
virtual_mailbox_base = /data/postfix
virtual_mailbox_domains = mysql:$base/mysqlLookupMaps/domain.conf
virtual_mailbox_maps = mysql:$base/mysqlLookupMaps/mailbox.conf
virtual_minimum_uid = 1000
virtual_uid_maps = static:1981