Hallo Liste, SuSE 8.2, Postfix, Cyrus-Imap mailman = soll der Mailserver werden ... gegoogelt hab ich, entsprechende threads der ML auch, komme trotzdem nicht weiter. Vielleicht mag mich jemand in die richtige Richtung drehen. Hinweise werden dankbar angenommen. Herzlichen Gruß, Roland May 28 15:50:09 mailman postfix/smtp[118]: warning: mail.gmx.net[213.165.64.20] offered AUTH option multiple times May 28 15:50:09 mailman postfix/smtp[1670]: F105BDC64: to=<roland@localhost.harke.priv>, orig_to=<roland@localhost>, relay=mail.gmx.net[213.165.64.20], delay=166372, status=deferred (SOFT BOUNCE - host mail.gmx.net[213.165.64.20] said: 553 5.1.8 {mp010} Only registrated user are allowed to use this system (in reply to MAIL FROM command)) /var/log/mail.info: May 28 14:54:29 mailman postfix/qmgr[29692]: 47558DE36: to=<roland@localhost.harke.priv>, orig_to=<roland@localhost>, relay=none, delay=7985, status=deferred (mail.gmx.net: Host not found, try again) mailman:~ # postconf -n alias_maps = hash:/etc/aliases canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix defer_transports = disable_dns_lookups = yes inet_interfaces = 127.0.0.1 192.168.0.11 mail_owner = postfix mail_spool_directory = /var/mail mailbox_command = mailbox_size_limit = 51200000 mailbox_transport = lmtp:unix/var/lib/imap/socket/lmtp mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 10240000 mydestination = harke.priv myhostname = mailman.harke.priv mynetworks = 192.168.0.0/24, 127.0.0.0/8 mynetworks_style = subnet newaliases_path = /usr/bin/newaliases program_directory = /usr/lib/postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/packages/postfix/README_FILES relayhost = mail.gmx.net relocated_maps = hash:/etc/postfix/relocated sample_directory = /usr/share/doc/packages/postfix/samples sender_canonical_maps = hash:/etc/postfix/sender_canonical sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination smtpd_sasl_auth_enable = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_use_tls = no soft_bounce = yes strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 450 /etc/postfix/master.cf maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} cyrus unix - n n - - pipe user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) 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 vscan unix - n n - 10 pipe user=vscan argv=/usr/sbin/amavis ${sender} ${recipient} procmail unix - n n - - pipe flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient} -- Roland.Harke@gmx.de
Am Freitag, 28. Mai 2004 16:04 schrieb Roland Harke:
SuSE 8.2, Postfix, Cyrus-Imap mailman = soll der Mailserver werden ...
gegoogelt hab ich, entsprechende threads der ML auch, komme trotzdem nicht weiter. Vielleicht mag mich jemand in die richtige Richtung drehen.
Hinweise werden dankbar angenommen.
Herzlichen Gruß, Roland
May 28 15:50:09 mailman postfix/smtp[118]: warning: mail.gmx.net[213.165.64.20] offered AUTH option multiple times
Das kannst Du ignorieren.
May 28 15:50:09 mailman postfix/smtp[1670]: F105BDC64: to=<roland@localhost.harke.priv>, orig_to=<roland@localhost>, relay=mail.gmx.net[213.165.64.20], delay=166372, status=deferred (SOFT BOUNCE - host mail.gmx.net[213.165.64.20] said: 553 5.1.8 {mp010} Only registrated user are allowed to use this system (in reply to MAIL FROM command))
Postfix fühlt sich für "localhost.harke.priv" nicht zuständig und schickt die Mail an den relayhost.
mailman:~ # postconf -n
alias_maps = hash:/etc/aliases canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix defer_transports = disable_dns_lookups = yes inet_interfaces = 127.0.0.1 192.168.0.11 mail_owner = postfix mail_spool_directory = /var/mail mailbox_command = mailbox_size_limit = 51200000
mailbox_transport = lmtp:unix/var/lib/imap/socket/lmtp
BTW: Zwischen unix und /var/lib... gehört ein ":"
mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man masquerade_classes = envelope_sender, header_sender, header_recipient masquerade_domains = masquerade_exceptions = root message_size_limit = 10240000
mydestination = harke.priv
Da solltest Du zumindest noch "localhost.harke.priv" mit eintragen. -- Andreas
On Friday 28 May 2004 16:13, Andreas Winkelmann wrote:
Am Freitag, 28. Mai 2004 16:04 schrieb Roland Harke:
SuSE 8.2, Postfix, Cyrus-Imap mailman = soll der Mailserver werden ...
mailbox_transport = lmtp:unix/var/lib/imap/socket/lmtp BTW: Zwischen unix und /var/lib... gehört ein ":"
mydestination = harke.priv Da solltest Du zumindest noch "localhost.harke.priv" mit eintragen.
Die Änderungen habe ich angebracht. May 28 17:35:18 mailman postfix/qmgr[27684]: 3F0D9DBB8: from=<suse-linux-return-308447-roland.harke=gmx.de@suse.com>, size=3954, nrcpt=2 (queue active) May 28 17:35:18 mailman postfix/qmgr[27684]: 8ABDADE1D: from=<Roland.Harke@gmx.de>, size=519, nrcpt=1 (queue active) Soweit scheint's ja zu funktionieren :-) Danke ! Wie krieg ich die Soft-Bounces raus ? May 28 17:36:53 mailman postfix/smtp[27687]: 3F0D9DBB8: to=<roland@mailman.harke.priv>, orig_to=<roland@localhost>, relay=mail.gmx.net[213.165.64.20], delay=2160, status=deferred (SOFT BOUNCE - host mail.gmx.net[213.165.64.20] said: 553 5.1.8 {mp011} Only registrated user are allowed to use this system (in reply to MAIL FROM command)) Herzlichen Gruß, Roland -- Roland.Harke@gmx.de
Am Freitag, 28. Mai 2004 18:01 schrieb Roland Harke:
Wie krieg ich die Soft-Bounces raus ? May 28 17:36:53 mailman postfix/smtp[27687]: 3F0D9DBB8: to=<roland@mailman.harke.priv>, orig_to=<roland@localhost>, relay=mail.gmx.net[213.165.64.20], delay=2160, status=deferred (SOFT BOUNCE - host mail.gmx.net[213.165.64.20] said: 553 5.1.8 {mp011} Only registrated user are allowed to use this system (in reply to MAIL FROM command))
# postsuper -d 3F0D9DBB8 bzw. wenn Du sicher bist das keine andere Mail in der Queue ist # postsuper -d ALL Um die Queue anzuschauen # mailq $ man postsuper $ man postqueue $ man mailq -- Andreas
participants (2)
-
Andreas Winkelmann
-
Roland Harke