hi, ich habe eine geklonte Maschine mit web-cyradm (Postfix, Cyrus, MySQL). Die original Maschine l�uft perfekt, die Zweite dagegen hat mit Postfix stress. Ich habe die Datenbank "mail" gel�scht und eine neue erstellt, mit einer Domain und 19 Konten. Das dumme ist, wenn ich eine Mail zustellen will an "[EMAIL PROTECTED]" mapped postfix sie um zu "[EMAIL PROTECTED]". Ich habe nicht die geringste Peilung weshalb.
Hier einen Mail Auszug, die an Postfix und webcyradm gegangen ist.: ok, i installed the lastest web-cyradm. I checked the new one with telnet. I have only one domain. telnet localhost 25 router:/etc/postfix# telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 If you're a spammer, go away, we don't need you! helo win2k 250 router.whp.local mail from:[EMAIL PROTECTED] mysql: 270 Connect [EMAIL PROTECTED] on mail 270 Query select dest from virtual where alias = '[EMAIL PROTECTED]' and status = '1' [...] nothing found with status 1 postfix: 250 Ok rcpt to:[EMAIL PROTECTED] mysql: select domain_name from domain where domain_name = 'whp-elektroanlagen.de' [...] ok, now we have the problem, it is here: select dest from virtual where alias = '[EMAIL PROTECTED]' and status = '1' select dest from virtual where alias = '[EMAIL PROTECTED]' and status '1' select dest from virtual where alias = 'whp0019' and status = '1' select dest from virtual where alias = '@whp-elektroanlagen.dyndns.org' and status = '1' so, why he mapps the account to dyndns.org, whp-elektroanlagen.dyndns.org doesn't exist postconf -n router:~# postconf -n alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Mailbox luser_relay = [EMAIL PROTECTED] mailbox_transport = cyrus maximal_queue_lifetime = 2d mydestination = mysql:/etc/postfix/mysql-mydestination.cf mydomain = whp-elektroanlagen.dyndns.org myhostname = router.whp.local mynetworks = 192.168.64.0/24, 127.0.0.0/8 myorigin = $mydomain program_directory = /usr/lib/postfix sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth smtp_sasl_security_options = noanonymous smtpd_banner = If you're a spammer, go away, we don't need you! smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_relay_domains smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = whp.local smtpd_sasl_security_options = noanonymous transport_maps = hash:/etc/postfix/transport virtual_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/mysql-virtual.cf Wie gesagt, diese Maschine wurde gecloned Seht ihr was, was ich nicht sehe? cu denny ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

