ich habe Postfix + Cyrus installiert.
Ich kann Mails mit angelegten Accounts senden aber keinerlei Mails empfangen. Alle Mails, egal von wo sie kommen werden abgewiesen.
Der log sagt:
Bzw. bekommt der Absender dieses hier:Feb 19 12:54:12 linux postfix/smtpd[20528]: connect from pop.gmx.de[213.165.64.20]
Feb 19 12:54:12 linux postfix/smtpd[20528]: 384A920465: client=pop.gmx.de[213.165.64.20]
Feb 19 12:54:12 linux postfix/cleanup[20530]: 384A920465: message-id=<000001c3f6df$a7fd96a0$3264a8c0@sn0wblind>
Feb 19 12:54:12 linux postfix/qmgr[20501]: 384A920465: from=<sn0wblind@gmx.de>, size=4051, nrcpt=1 (queue active)
Feb 19 12:54:12 linux postfix/smtpd[20528]: disconnect from pop.gmx.de[213.165.64.20]
Feb 19 12:54:12 linux postfix/smtpd[20528]: connect from linux.local[213.239.***.***]
Feb 19 12:54:12 linux postfix/smtp[20538]: warning: host mail.domain.org[213.239.***.***] greeted me with my own hostname mail.domain.org
Feb 19 12:54:12 linux postfix/smtp[20538]: warning: host mail.domain.org[213.239.***.***] replied to HELO/EHLO with my own hostname mail.domain.org
Feb 19 12:54:12 linux postfix/smtp[20538]: 384A920465: to=<ru0001@mail.domain.org>, orig_to=<robert@domain_zwei.net>, relay=mail.domain.org[213.239.***.***], delay=0, status=bounced (mail for mail.domain.org loops back to myself)
Feb 19 12:54:12 linux postfix/smtpd[20528]: lost connection after EHLO from linux.local[213.239.***.***]
Feb 19 12:54:12 linux postfix/smtpd[20528]: disconnect from linux.local[213.239.***.***]
<ru0001@mail.domain.org>: mail for mail.domain.org loops back to myself
Hier mal meine config
Kann es sein das es irgendwas mit den mydestination zu tun hat?linux:~ # postconf -n
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
debug_peer_level = 3
default_destination_concurrency_limit = 10
inet_interfaces = all
luser_relay = $root@domain.org
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = localhost.$mydomain, $mydomain, domain_zwei.net, domain_drei.de, domain_vier.com, mysql:/etc/postfix/mysql-mydestination.cf
mydomain = domain.org
myhostname = mail.domain.org
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
program_directory = /usr/libexec/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 450
virtual_alias_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/mysql-virtual.cf
Ich hab nach dem Tutorial auf:
http://www.delouw.ch/linux/Postfix-Cyru ... stall.html
gearbeitet.
Gruß Robby