<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hallo<br>
<br>
habe einen Mailsserver mit SuSE 10.2 und cyrus-imap laut
Installationsanleitung von: <a class="moz-txt-link-freetext" href="http://www.heise.de/open/artikel/74991/0">http://www.heise.de/open/artikel/74991/0</a><br>
installiert. Eigentlich könnte alles funktionieren, wenn die Mails aus
qmail den lokalen Postfächern zugeordnet würden. Bin mittlerweile alle
möglichen test aus dem Buch durchgegangen und kann den Fehler einfach
nicht finden. Vielleicht kann mir jemand dabei weiter helfen. Bin um
jede Hilfe Dankbar.<br>
<br>
Hier nun die Listings.<br>
<br>
<u>main.cf</u><br>
alias_maps = hash:/etc/aliases<br>
biff = no<br>
canonical_maps = hash:/etc/postfix/canonical<br>
command_directory = /usr/sbin<br>
config_directory = /etc/postfix<br>
daemon_directory = /usr/lib/postfix<br>
debug_peer_level = 2<br>
default_transport = smtp<br>
defer_transports = <br>
disable_dns_lookups = no<br>
disable_mime_output_conversion = no<br>
html_directory = /usr/share/doc/packages/postfix/html<br>
inet_interfaces = all<br>
inet_protocols = all<br>
local_recipient_maps = unix:passwd.byname $alias_maps<br>
luser_relay = $root@tux.maildomain.erl<br>
mail_owner = postfix<br>
mail_spool_directory = /var/mail<br>
mailbox_command = <br>
mailbox_size_limit = 0<br>
mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp<br>
mailq_path = /usr/bin/mailq<br>
manpage_directory = /usr/share/man<br>
masquerade_classes = envelope_sender, header_sender, header_recipient<br>
masquerade_domains = nefkom.net<br>
masquerade_exceptions = root<br>
message_size_limit = 102400000<br>
mydestination = $myhostname, $mydomain, localhost, localhost.$mydomain<br>
mydomain = maildomain.erl<br>
myhostname = tux.maildomain.erl<br>
mynetworks = 192.168.5.0/24, 127.0.0.0/8<br>
myorigin = $mydomain<br>
newaliases_path = /usr/bin/newaliases<br>
queue_directory = /var/spool/postfix<br>
readme_directory = /usr/share/doc/packages/postfix/README_FILES<br>
relayhost = mail.nefkom.net<br>
relocated_maps = hash:/etc/postfix/relocated<br>
sample_directory = /usr/share/doc/packages/postfix/samples<br>
sender_canonical_maps = hash:/etc/postfix/sender_canonical<br>
sendmail_path = /usr/sbin/sendmail<br>
setgid_group = maildrop<br>
smtp_sasl_auth_enable = yes<br>
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br>
smtp_sasl_security_options = noanonymous<br>
smtp_use_tls = no<br>
smtpd_client_restrictions = <br>
smtpd_helo_required = no<br>
smtpd_helo_restrictions = <br>
smtpd_recipient_restrictions = reject_unknown_sender_domain,<br>
                               reject_non_fqdn_sender,<br>
                               permit_mynetworks,<br>
                               permit_mx_backup,<br>
                               reject_unauth_destination,<br>
                               check_sender_access
hash:/etc/postfix/access,<br>
                               check_recipient_access
hash:/etc/postfix/recipient_access,<br>
                               reject_rbl_client relays.ordb.org,<br>
                               reject_rbl_client cbl.abuseat.org,<br>
                               reject_rbl_client list.dsbl.org,<br>
                               reject_rbl_client opm.blitzed.org,<br>
                               reject_rbl_client sbl.spamhaus.org,<br>
                               reject_rhsbl_client
blackhole.securitysage.com,<br>
                               reject_rhsbl_sender
blackhole.securitysage.com,<br>
                               permit<br>
smtpd_sasl_auth_enable = no<br>
smtpd_sender_restrictions = hash:/etc/postfix/access<br>
smtpd_use_tls = no<br>
strict_8bitmime = no<br>
strict_rfc821_envelopes = no<br>
transport_maps = hash:/etc/postfix/transport<br>
unknown_local_recipient_reject_code = 550<br>
<br>
<u>master.cf</u><br>
#<br>
# Postfix master process configuration file.  For details on the format<br>
# of the file, see the Postfix master(5) manual page.<br>
#<br>
#
==========================================================================<br>
# service type  private unpriv  chroot  wakeup  maxproc command + args<br>
#               (yes)   (yes)   (yes)   (never) (100)<br>
#
==========================================================================<br>
#smtp      inet  n       -       n       -       2       smtpd -o
content_filter=<a class="moz-txt-link-freetext" href="smtp:[127.0.0.1">smtp:[127.0.0.1</a>]:10024<br>
smtp      inet  n       -       n       -       2       smtpd -D -o
content_filter=<a class="moz-txt-link-freetext" href="smtp:[127.0.0.1">smtp:[127.0.0.1</a>]:10024<br>
#submission inet n      -       n       -       -       smtpd<br>
#    -o smtpd_etrn_restrictions=reject<br>
#    -o smtpd_client_restrictions=permit_sasl_authenticated,reject<br>
#smtps    inet  n       -       n       -       2       smtpd -o
smtpd_tls_wrappermode=yes -o content_filter=<a class="moz-txt-link-freetext" href="smtp:[127.0.0.1">smtp:[127.0.0.1</a>]:10024<br>
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes<br>
#submission   inet    n       -       n       -       -       smtpd<br>
#  -o smtpd_etrn_restrictions=reject<br>
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes<br>
#628      inet  n       -       n       -       -       qmqpd<br>
pickup    fifo  n       -       n       60      1       pickup<br>
cleanup   unix  n       -       n       -       0       cleanup<br>
qmgr      fifo  n       -       n       300     1       qmgr<br>
#qmgr     fifo  n       -       n       300     1       oqmgr<br>
#tlsmgr    unix  -       -       n       1000?   1       tlsmgr<br>
rewrite   unix  -       -       n       -       -       trivial-rewrite<br>
bounce    unix  -       -       n       -       0       bounce<br>
defer     unix  -       -       n       -       0       bounce<br>
trace     unix  -       -       n       -       0       bounce<br>
verify    unix  -       -       n       -       1       verify<br>
flush     unix  n       -       n       1000?   0       flush<br>
proxymap  unix  -       -       n       -       -       proxymap<br>
smtp      unix  -       -       n       -       -       smtp<br>
# When relaying mail as backup MX, disable fallback_relay to avoid MX
loops<br>
relay     unix  -       -       n       -       -       smtp<br>
    -o fallback_relay=<br>
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5<br>
showq     unix  n       -       n       -       -       showq<br>
error     unix  -       -       n       -       -       error<br>
discard   unix  -       -       n       -       -       discard<br>
local     unix  -       n       n       -       -       local<br>
virtual   unix  -       n       n       -       -       virtual<br>
lmtp      unix  -       -       n       -       -       lmtp<br>
anvil     unix  -       -       n       -       1       anvil<br>
localhost:10025 inet    n    -    y    -    -    smtpd -o
content_filter=<a class="moz-txt-link-freetext" href="smtp:[127.0.0.1">smtp:[127.0.0.1</a>]:10026<br>
localhost:10027 inet    n    -    n    -    -    smtpd -o
content_filter=<br>
scache      unix    -    -    n    -    1    scache<br>
#<br>
# ====================================================================<br>
# Interfaces to non-Postfix software. Be sure to examine the manual<br>
# pages of the non-Postfix software to find out what options it wants.<br>
#<br>
# Many of the following services use the Postfix pipe(8) delivery<br>
# agent.  See the pipe(8) man page for information about ${recipient}<br>
# and other message envelope options.<br>
# ====================================================================<br>
#<br>
# maildrop. See the Postfix MAILDROP_README file for details.<br>
# Also specify in main.cf: maildrop_destination_recipient_limit=1<br>
#<br>
maildrop  unix  -       n       n       -       -       pipe<br>
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}<br>
cyrus      unix    -    n    n    -    -    pipe<br>
  user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m
${extension} ${user}<br>
uucp      unix    -    n    n    -    -    pipe<br>
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)<br>
ifmail    unix  -       n       n       -       -       pipe<br>
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)<br>
bsmtp     unix  -       n       n       -       -       pipe<br>
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient<br>
procmail  unix  -       n       n       -       -       pipe<br>
  flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc
${sender} ${recipient}<br>
#tlsmgr    unix  -       -       n       1000?   1       tlsmgr<br>
<br>
<u>/var/log/mail:</u><br>
Mar  7 09:55:31 tux postfix/qmgr[17890]: DD7BFDC3FA:
from=<a class="moz-txt-link-rfc2396E" href="mailto:root@ipx10271.ipxserver.de"><root@ipx10271.ipxserver.de></a>, size=3014, nrcpt=1 (queue
active)<br>
Mar  7 09:55:31 tux postfix/bounce[18550]: A7E3CC29B8: sender
non-delivery notification: C0525FE6F7<br>
Mar  7 09:55:31 tux postfix/qmgr[17890]: DD7BFDC3FA:
to=<a class="moz-txt-link-rfc2396E" href="mailto:otto@maildomain.erl"><otto@maildomain.erl></a>, relay=none, delay=170699,
delays=170699/0.15/0/0, dsn=4.4.1, status=deferred (delivery
temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection
refused)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 078F3A299A: from=<>,
size=13458, nrcpt=1 (queue active)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: A7E3CC29B8: removed<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 5BC9FD1AAF:
from=<a class="moz-txt-link-rfc2396E" href="mailto:bounceprodde-nl@firstgate-newsletter.de"><bounceprodde-nl@firstgate-newsletter.de></a>, size=16470,
nrcpt=1 (queue active)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 5BC9FD1AAF:
to=<a class="moz-txt-link-rfc2396E" href="mailto:otto@maildomain.erl"><otto@maildomain.erl></a>, relay=none, delay=245605,
delays=245605/0.15/0/0, dsn=4.4.1, status=deferred (delivery
temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection
refused)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 03BFBC61BD: from=<>,
size=39755, nrcpt=1 (queue active)<br>
Mar  7 09:55:32 tux postfix/smtp[18104]: 054A4C9400:
to=<a class="moz-txt-link-rfc2396E" href="mailto:root@ipx10271.ipxserver.de"><root@ipx10271.ipxserver.de></a>,
relay=mail.nefkom.net[62.245.150.243]:25, delay=305148,
delays=304960/188/0.07/0.14, dsn=4.7.1, status=deferred (host
mail.nefkom.net[62.245.150.243] said: 454 4.7.1
<tux.maildomain.erl>: Helo command rejected: Blocked due to
broken setup. (in reply to RCPT TO command))<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 28A22D8AA2:
from=<a class="moz-txt-link-rfc2396E" href="mailto:bo-b1285byar969r0bv62sd5bqssq1sy9@b.mail.creur.com"><bo-b1285byar969r0bv62sd5bqssq1sy9@b.mail.creur.com></a>,
size=17591, nrcpt=1 (queue active)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 28A22D8AA2:
to=<a class="moz-txt-link-rfc2396E" href="mailto:otto@maildomain.erl"><otto@maildomain.erl></a>, relay=none, delay=241206,
delays=241206/0.21/0/0, dsn=4.4.1, status=deferred (delivery
temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection
refused)<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: 0C3ECCE75D: from=<>,
size=5091, nrcpt=1 (queue active)<br>
Mar  7 09:55:32 tux postfix/smtp[18105]: 0A55FC53E8:
to=<a class="moz-txt-link-rfc2396E" href="mailto:root@ipx10271.ipxserver.de"><root@ipx10271.ipxserver.de></a>,
relay=mail.nefkom.net[62.245.150.243]:25, conn_use=7, delay=396395,
delays=396204/188/1/2.2, dsn=4.7.1, status=deferred (host
mail.nefkom.net[62.245.150.243] said: 454 4.7.1
<tux.maildomain.erl>: Helo command rejected: Blocked due to
broken setup. (in reply to RCPT TO command))<br>
Mar  7 09:55:32 tux postfix/qmgr[17890]: CEB64FEB99:
from=<a class="moz-txt-link-rfc2396E" href="mailto:info-EMID0A5017N05I6B6C02VM901EVCILJ@newsletter.travelscout24.de"><info-EMID0A5017N05I6B6C02VM901EVCILJ@newsletter.travelscout24.de></a>,
size=31206, nrcpt=1 (queue active)<br>
Mar  7 09:55:33 tux postfix/smtp[18204]: 0F06FCAC2F:
to=<a class="moz-txt-link-rfc2396E" href="mailto:Conrad-Paketservice@conrad.de"><Conrad-Paketservice@conrad.de></a>,
relay=mail.nefkom.net[62.245.150.243]:25, conn_use=2, delay=231196,
delays=231007/188/0.02/0.25, dsn=4.7.1, status=deferred (host
mail.nefkom.net[62.245.150.243] said: 454 4.7.1
<tux.maildomain.erl>: Helo command rejected: Blocked due to
broken setup. (in reply to RCPT TO command))<br>
<br>
Danke im voraus.<br>
<br>
<pre class="moz-signature" cols="72">-- 
Mit freundlichen Gruessen / With best regards

Frank  

--------------------------------------------------------------------- 
HTTP:      <a class="moz-txt-link-freetext" href="http://www.henderkes.de">http://www.henderkes.de</a>
E-Mail:    <a class="moz-txt-link-freetext" href="mailto:f.henderkes@henderkes.de">mailto:f.henderkes@henderkes.de</a>
--------------------------------------------------------------------- 

</pre>
</body>
</html>