LINUX.ORG.RU
ФорумAdmin

postfix + cyrus / virtual hosting


0

0

Я начинаю сходить с ума. Открываю док. делаю все как там написано. Открываю фак, делаею как там написано. А постфикс мне толдычит все одно и тоже: "mail for domain0.org loops back to myself"

Что я не так делаю?

postfix/main.cf
-------------------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix

mail_owner      = postfix
myhostname      = hing.rednet.ru
mydomain        = rednet.ru
myorigin        = $myhostname
inet_interfaces = $myhostname, localhost
mydestination   = $myhostname, localhost

mynetworks_style = host
in_flow_delay = 1s
alias_maps = hash:/etc/postfix/aliases
local_destination_concurrency_limit = 1

debug_peer_level = 4
delay_warning_time = 4
sendmail_path = /usr/sbin/sendmail.postfix

newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix/samples
readme_directory = /usr/share/doc/postfix/README_FILES

html_directory = no
smtpd_tls_key_file      = /etc/postfix/key.pem
smtpd_tls_cert_file     = /etc/postfix/cert.pem
smtpd_tls_CAfile        = /etc/postfix/ca.pem

virtual_mailbox_domians = domain0.org
virtual_mailbox_maps    = hash:/etc/postfix/vmailbox
#virtual_transport       = lmtp:unix:/var/imap/socket/lmtp
#mailbox_transport       = lmtp:unix:/var/imap/socket/lmtp
#local_transport        = lmtp:unix:/var/imap/socket/lmtp
virtual_transport       = cyrus
mailbox_transport       = cyrus
local_transport         = cyrus

postfix/master.cf
--------------------------------
...
cyrus     unix  -       n       n       -       -       pipe flags=R user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} ${user}
...


postfix/vmailbox
------------------
user0@domain0.org       whatever
bugs@domain0.org        whatever

[root@hing postfix]# postmap vmailbox


/var/log/all
-------------------------
...
Oct  5 00:28:40 hing postfix/smtp[16463]: 38E7113ECF: to=<bugs@domain0.org>, relay=none, delay=0, status=bounced (mail for domain0.org loops back to myself)

Oct  5 00:28:40 hing postfix/cleanup[16462]: 6E0B313F02: message-id=<20041004202840.6E0B313F02@hing.rednet.ru>

Oct  5 00:28:40 hing postfix/qmgr[16381]: 6E0B313F02: from=<>, size=2435, nrcpt=1 (queue active)

Oct  5 00:28:40 hing postfix/qmgr[16381]: 38E7113ECF: removed

Oct  5 00:28:40 hing postfix/smtp[16463]: 6E0B313F02: to=<user0@domain0.org>, relay=none, delay=0, status=bounced (mail for domain0.org loops back to myself)

Oct  5 00:28:40 hing postfix/qmgr[16381]: 6E0B313F02: removed


может ли это происходить из-зи неверных MX записей в днс?

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