Я борюсь с ошибкой выше более 5 часов. Я попытался полностью удалить Postfix и следовал инструкциям следующего руководства и руководства SASL , чтобы переустановить его.
Когда я пытаюсь войти в систему с помощью telnet, сервер блокирует вход в систему, и я получаю это: (с помощью smtpd -v для более подробной информации):
postfix / smtpd [26301]: xsasl_cyrus_server_create: SASL service = smtp, realm = (null) postfix / smtpd [26301]: name_mask: noanonymous postfix / smtpd [26301]: предупреждение: xsasl_cyrus_server_get_mechanism_list: нет применимых механизмов SASL postfix / smtpd [26301]: fatal: нет механизмов аутентификации SASL
Вот результаты postconf -n:
alias_database = hash: / etc / aliases
alias_maps = hash: / etc / aliases
allow_percent_hack = нет
append_dot_mydomain = нет
biff = нет
broken_sasl_auth_clients = yes
config_directory = / etc / postfix
home_mailbox = Maildir /
inet_interfaces = все
mailbox_command = / usr / bin / procmail-wrapper -o -a $ DOMAIN -d $ LOGNAME
mailbox_size_limit = 0
mydestination = theflipapp.com, localhost.com, localhost
myhostname = theflipapp.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [:: 1] / 128
myorigin = / etc / mailname
readme_directory = нет
receient_delimiter = +
relayhost =
sender_bcc_maps = hash: / etc / postfix / bcc
smtp_tls_session_cache_database = btree: $ {data_directory} / smtp_scache
smtpd_banner = $ myhostname ESMTP $ mail_name (Debian / GNU)
smtpd_recipient_restrictions = allow_mynetworks allow_sasl_authenticated reject_unauth_destination
smtpd_sasl_auth_enable = да
smtpd_sasl_security_options = noanonymous
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 = да
virtual_alias_maps = хэш: / etc / postfix / virtual
основной конфиг postfix:
root @ domain: / # cat /etc/postfix/master.cf | grep ^ smtp smtp inet n - - - - smtpd -v -o smtpd_sasl_auth_enable = да smtp unix - - - - - smtp
Надеется, что эти данные помогут вам помочь мне ..