Problem mit Postfix Mails kommen nicht an.
Posted: 2007-03-18 19:32
Hallo, folgendes problem hab ich mit Postfix. Und zwar verschiebt er alle mails die bei mir ankommen zu der mail adresse postmaster@example.com. Die bei mir aber gar nicht existiert.
hier ein auszug aus der mail.info
Habe gestern ein Update auf php v4.4.6-0.dotdeb.2 durchgeführt was zuerst mein mysql server lahm legte das problem ist behoben.
Nun kämpfe ich mit Postfix und finde den fehler einfach nicht warum er die mails nicht zustellt.
hoffe mir kann jemand helfen.
Bevor ich auf die neue php version geupdatet hab lief der mail server einwandfrei
Hier noch die config dateien von postfix.
hier ein auszug aus der mail.info
Code: Select all
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: connect from dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: no secret in database
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL NTLM authentication failed
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: realm changed: authentication aborted
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL DIGEST-MD5 authentication failed
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: EE6604705B: client=dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243], sasl_method=LOGIN, sasl_username=webmaster@dj-teddybaer.de
Mar 18 18:55:32 R220144 postfix/cleanup[17043]: EE6604705B: message-id=<000501c76986$9ec7d920$dc578b60$@de>
Mar 18 18:55:32 R220144 postfix/qmgr[10542]: EE6604705B: from=<webmaster@dj-teddybaer.de>, size=3334, nrcpt=1 (queue active)
Mar 18 18:55:34 R220144 postfix/smtpd[17660]: disconnect from dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: connect from R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: 580F94705F: client=R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/cleanup[17043]: 580F94705F: message-id=<VA17109-05@R220144>
Mar 18 18:55:39 R220144 postfix/qmgr[10542]: 580F94705F: from=<>, size=1940, nrcpt=1 (queue active)
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: disconnect from R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/smtp[17080]: EE6604705B: to=<info@dj-teddybaer.de>, relay=127.0.0.1[127.0.0.1], delay=8, status=sent (250 2.5.0 Ok, id=17109-05, BOUNCE)
Mar 18 18:55:39 R220144 postfix/qmgr[10542]: EE6604705B: removed
Mar 18 18:55:39 R220144 postfix/smtp[17055]: connect to example.com[192.0.34.166]: Connection timed out (port 25)
Mar 18 18:55:39 R220144 postfix/smtp[17055]: C37504705A: to=<postmaster@example.com>, relay=none, delay=30, status=deferred (connect to example.com[192.0.34.166]: Connection timed out)Nun kämpfe ich mit Postfix und finde den fehler einfach nicht warum er die mails nicht zustellt.
hoffe mir kann jemand helfen.
Bevor ich auf die neue php version geupdatet hab lief der mail server einwandfrei
Hier noch die config dateien von postfix.
Code: Select all
main.cf
#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#
#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
#
# Some common configuration parameters;
#
inet_interfaces = all
mynetworks_style = host
mynetworks =85.14.220.144
myhostname = hostname.tgclan.de
mydomain = tgclan.de
myorigin = $mydomain
smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
setgid_group = postdrop
#
# Receiving messages parameters;
#
mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/vhcs2/transport
#
# Delivering local messages parameters;
#
mail_spool_directory = /var/mail
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"
biff = no
alias_database = hash:/etc/aliases
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
#
# Delivering virtual messages parameters;
#
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0
virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
virtual_minimum_uid = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:8
#
# SASL paramters;
#
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = vhcs.net
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
content_filter = smtp-amavis:[127.0.0.1]:10024Code: Select all
master.cf
#
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
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=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - - n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
#
# vhcs delivery agent.
#
vhcs2-arpl unix - n n - - pipe flags=O user=vmail argv=/var/www/vhcs2/engine/messager/vhcs2-arpl-msgr
smtp-amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
localhost:10025 inet n - n - - smtpd
-o content_filter=
-o mynetworks=127.0.0.0/8
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o receive_override_options=no_address_mappings