LINUX.ORG.RU
решено ФорумAdmin

Проблема между двумя postfix


0

0

Есть два постфикса в разных филиалах (host1.example.ru и host2.example.ru, я на host2). Почта на обоих ходит нормально за одним исключением - письма с одного не доходят до другого (в обратную сторону все нормально).
При отправке примерно следующее:
Apr 12 12:37:22 <mail.info> ekt postfix/pipe[72118]: 241B27E809C: to=<vlad@host2.example.ru>, relay=spamfilter, delay=0, status=sent (host1.example.ru)
Apr 12 12:37:22 <mail.info> ekt postfix/smtp[72121]: 71E497E80AB: to=<vlad@host2.example.ru>, relay=none, delay=0, status=deferred (connect to host2.example.ru[xx.xx.xx.xx]: Connection refused)

На получающей стороне при этом в логах - тишина.
В iptables сейчас для host1.example.ru ACCEPT ALL, телнетом на 25 коннект проходит.

в main.cf ip host1 в mynetworks:

command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
myhostname = host2.example.ru
mydomain = host2.example.ru
myorigin = $mydomain
unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
mynetworks = 192.168.74.0/24, 192.168.240.0/24, 127.0.0.0/8, xx.xx.xx.xx/24
alias_maps = hash:/etc/aliases
debug_peer_level = 2
debugger_command =
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
    xxgdb $daemon_directory/$process_name $process_id & sleep 5

sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.2.10/samples
readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES
myorigin = $mydomain

smtpd_client_restrictions = permit_mynetworks, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client list.dsbl.org, reject_rbl_client dynablock.wirehub.net, reject_rbl_client blackholes.wirehub.net, reject_rbl_client dnsbl.njabl.org, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client zen.spamhaus.org, permit

Внутренних антиспамов нет. Перерыл уже вроде все. Куда еще можно смотреть?


Ответ на: комментарий от guyvernk

nslookup отрабатывает нормально прямой и обратный. Ну и даже если где-то что-то не так, в iptables пишется ip, в mynetworks тоже. Так что из-за dns отшибать не должен.

vvh
() автор топика
Apr 12 12:37:22 <mail.info> ekt postfix/smtp[72121]: 71E497E80AB: to=<vlad@host2.example.ru>, relay=none, delay=0, status=deferred (connect to host2.example.ru[xx.xx.xx.xx]: Connection refused)

Тут откидывает не на уровне постфикса, а на уровне сети. И теленетом с host1 на host2 не должен заходить.

Можно сюда еще master.cf?

ss-v
()
Ответ на: комментарий от ss-v

master.cf

#
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#submission inet n - n - - smtpd
#   -o smtpd_etrn_restrictions=reject
#   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - n - - smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 oqmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - n - - smtp
   -o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache    unix   -   -   n   -   1   scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient

vvh
() автор топика
Ответ на: комментарий от markevichus

Все, нашел. Какое-то время назад пробрасывал человека из того офиса на свой терминал и не указал порт. Так что все это время почтовик долбился в терминал :) Спасибо всем за участие!

vvh
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.