Код: Выделить всё
# uname -v
FreeBSD 9.0-RELEASE-p3
Поискал в инете материал.. что и как кто делает... Но как всегда такое разнообразие... А опыта с почтовиком было постольку-поскольку и то года 4 назад. Архивы конфигов не сделано было. Что, признаю, первая ошибка была...
Ну вот имеем на текущий момент такую ситуацию:
1. Принимает почту только для самого сервера - user@mydomen.ru.
2. Отдает почту user@mydomen.ru клиенту. Т.е. я клиентом TheBat могу забирать системные сообщения что пришли на ящик user@mydomen.ru от самого сервера.
3. Пробую забрать почту для ящиков типа user@host1.mydomen.ru, user@host2.mydomen.ru и т.п.. Вот чтов логе:
Код: Выделить всё
Feb 21 14:50:57 forum authdaemond: Authenticated: sysusername=<null>, sysuserid=1981, sysgroupid=1981, homedir=/var/spool/mail/, address=root@host1.mydomen.ru, fullname=<null>, maildir=host1.mydomen.ru/root@host1.mydomen.ru/, quota=2621440000, options=<null>
Feb 21 14:50:57 forum authdaemond: Authenticated: clearpasswd=12345678, passwd=<null>
Feb 21 14:50:57 forum pop3d: LOGIN, user=root@host1.mydomen.ru, ip=[::ffff:10.50.50.2], port=[2011]
Feb 21 14:50:57 forum pop3d: LOGOUT, user=root@host1.mydomen.ru, ip=[::ffff:10.50.50.2], port=[2011], top=0, retr=0, rcvd=12, sent=39, time=0
Код: Выделить всё
Feb 21 14:54:28 forum postfix/smtpd[11883]: connection established
Feb 21 14:54:28 forum postfix/smtpd[11883]: master_notify: status 0
Feb 21 14:54:28 forum postfix/smtpd[11883]: name_mask: resource
Feb 21 14:54:28 forum postfix/smtpd[11883]: name_mask: software
Feb 21 14:54:28 forum postfix/smtpd[11883]: connect from unknown[10.11.11.11]
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: unknown: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: 10.11.11.11: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: unknown: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: 10.11.11.11: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostname: unknown ~? 127.0.0.1
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostaddr: 10.11.11.11 ~? 127.0.0.1
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostname: unknown ~? mydomen.ru
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostaddr: 10.11.11.11 ~? mydomen.ru
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: unknown: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_list_match: 10.11.11.11: no match
Feb 21 14:54:28 forum postfix/smtpd[11883]: smtp_stream_setup: maxtime=300 enable_deadline=0
Feb 21 14:54:28 forum postfix/smtpd[11883]: warning: Wrapper-mode request dropped from unknown[10.11.11.11] for service smtp. TLS context initialization failed. For details see earlier warnings in your logs.
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostname: unknown ~? 10.11.11.0/24
Feb 21 14:54:28 forum postfix/smtpd[11883]: match_hostaddr: 10.11.11.11 ~? 10.11.11.0/24
Feb 21 14:54:28 forum postfix/smtpd[11883]: disconnect from unknown[10.11.11.11]
Feb 21 14:54:28 forum postfix/smtpd[11883]: master_notify: status 1
Feb 21 14:54:28 forum postfix/smtpd[11883]: connection closed
Код: Выделить всё
# cat main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
base = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
mail_owner = postfix
default_privs = nobody
myhostname = host2.mydomen.ru
mydomain = mydomen.ru
myorigin = $mydomain
smtpd_recipient_limit = 8
inet_interfaces = 10.11.11.7, 127.0.0.1
mydestination = $myhostname, localhost.$mydomain, localhost
local_recipient_maps = unix:passwd.byname $alias_maps
unknown_local_recipient_reject_code = 450
mynetworks_style = subnet
mynetworks = 10.11.11.0/24, 127.0.0.0/8, 10.50.50.0/24
alias_maps = hash:/usr/local/etc/postfix/aliases
alias_database = hash:/usr/local/etc/postfix/aliases
mail_spool_directory = /var/spool/mail
relay_domains = $mydestination
smtpd_banner = $myhostname ESMTP
debug_peer_level = 2
debug_peer_list = 127.0.0.1, mydomen.ru
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated,
check_client_access hash:$base/client_access,
reject_unknown_client_hostname,
reject_unknown_address,
reject_unknown_recipient_domain,
reject_unknown_sender_domain,
reject_unknown_client_hostname,
reject_unauth_destination,
reject_unauth_pipelining
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_sender_restrictions = permit_mynetworks,
check_sender_access hash:$base/sender_access,
reject_authenticated_sender_login_mismatch,
reject_unlisted_sender,
reject_unverified_sender,
reject_unknown_sender_domain
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_etrn_restrictions = reject
smtpd_reject_unlisted_sender = yes
disable_vrfy_command = yes
strict_rfc821_envelopes = yes
show_user_unknown_table_name = no
address_verify_sender = <>
unverified_sender_reject_code = 550
smtpd_helo_required = yes
smtpd_delay_reject = yes
smtpd_hard_error_limit = 8
smtpd_sasl_type = cyrus
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_login_maps = mysql:$base/mysqlLookupMaps/sender.conf
transport_maps = mysql:$base/mysqlLookupMaps/transport.conf
virtual_alias_maps = mysql:$base/mysqlLookupMaps/alias.conf
virtual_mailbox_domains = mysql:$base/mysqlLookupMaps/domain.conf
virtual_mailbox_maps = mysql:$base/mysqlLookupMaps/mailbox.conf
virtual_mailbox_base = /var/spool/mail
virtual_transport = virtual: virtual_create_maildirsize = yes
mailbox_size_limit = 52428800
virtual_gid_maps = static:1981
virtual_uid_maps = static:1981
virtual_minimum_uid = 1000
readme_directory = /usr/local/share/doc/postfix
sample_directory = /usr/local/etc/postfix
html_directory = /usr/local/share/doc/postfix
manpage_directory = /usr/local/man
header_checks = regexp:$config_directory/header_checks
data_directory = /var/db/postfix
inet_protocols = ipv4
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
[b]# добавлено[/b]
#smtp_use_tls = yes
#smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
#smtp_tls_note_starttls_offer = yes
#smtpd_tls_key_file = /usr/local/etc/postfix/smtpd.pem
#smtpd_tls_cert_file = /usr/local/etc/postfix/smtpd.pem
#smtpd_tls_CAfile = /usr/local/etc/postfix/smtpd.pem
#smtpd_tls_loglevel = 1
#smtpd_tls_received_header = yes
#smtpd_tls_session_cache_timeout = 3600s
#tls_random_source = dev:/dev/urandom
в файлие master.cf расскоментировал строку:
Код: Выделить всё
smtps inet n - n - - smtpd
А вопрос пока такой у меня:
1. Как восстановить работу постфикса с портами 25,110? Так как было ранее. Удаление(заремовал) строк в конфигах и перезапуск не помогло.
2. Возможно обеспечить работу в обоих режимах? С поддержкой нешифрованного 25,110 и шифрованного 465,995.