Mails werden nicht ausgeliefert

pinkysnet

New Member
Hallo,

seit heute werden Mails durch postfix nicht mehr ausgeliefert:
Code:
8C73C6A82       624 Sun Mar 30 17:19:02  root@vadmin.de
(delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
                                         root@vadmin.de

990CC63FD       713 Sun Mar 30 17:59:01  root@vadmin.de
(delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
                                         root@vadmin.de

9EDBB63FE       624 Sun Mar 30 17:21:01  root@vadmin.de
(delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
                                         root@vadmin.de

918EF6A9F       669 Sun Mar 30 17:59:01  root@vadmin.de
(delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
                                         root@vadmin.de

6144463E5       624 Sun Mar 30 17:15:02  root@vadmin.de
(delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
                                         root@vadmin.de
Und so weiter...

Wenn ich versuche die die mails mit postqueue -f auszuliefern führt das auch zu einen Ergebnis. Die Logfiles hab ich schon durchgestöbert und folgender fehler wird im mail.log angezeigt:

Code:
Mar 30 18:21:13 vadmin471 postfix/qmgr[3280]: 9EDBB63FE: to=<root@vadmin.de>, orig_to=<root>, relay=none, delay=3612, delays=3612/0.13/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 30 18:21:13 vadmin471 postfix/qmgr[3280]: 918EF6A9F: to=<root@vadmin.de>, orig_to=<root>, relay=none, delay=1332, delays=1332/0.14/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused)

Im mail.err steht garnichts aktuelles. System ist Debian 4 mit Confixx Pro.
Mar 30 18:21:13 vadmin471 postfix/qmgr[3280]: 6144463E5: to=<root@vadmin.de>, orig_to=<root>, relay=none, delay=3971, delays=3971/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)
 
Hallo!
Wie sieht bei deiner Postfix Konfiguration der Parameter inet_interfaces aus? Steht dieser auf all?

mfG
Thorsten
 
Code:
vadmin471:/var/www/confixx# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
delay_warning_time = 4h
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
maximal_queue_lifetime = 2d
mydestination = localhost
myhostname = localhost
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
receive_override_options = no_address_mappings
recipient_delimiter = +
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_client_access hash:/etc/postfix/pop-before-smtp, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = localhost
smtpd_sasl_security_options = noanonymous
virtual_alias_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains

Code:
vadmin471:/var/www/confixx# netstat -tplen
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name   
tcp        0      0 0.0.0.0:993             0.0.0.0:*               LISTEN     0          1744       1097/inetd          
tcp        0      0 0.0.0.0:51234           0.0.0.0:*               LISTEN     1000       3135       1675/server_linux   
tcp        0      0 0.0.0.0:14534           0.0.0.0:*               LISTEN     1000       3134       1675/server_linux   
tcp        0      0 0.0.0.0:199             0.0.0.0:*               LISTEN     0          2801       1485/snmpd          
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN     0          8234       3031/master         
tcp        0      0 85.131.190.86:3306      0.0.0.0:*               LISTEN     104        1260       913/mysqld          
tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN     0          12190      3765/spamd.pid      
tcp        0      0 0.0.0.0:143             0.0.0.0:*               LISTEN     0          1742       1097/inetd          
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN     0          2080       1196/vsftpd         
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN     0          8135       3031/master         
tcp6       0      0 :::80                   :::*                    LISTEN     0          2148       1256/apache2        
tcp6       0      0 :::22                   :::*                    LISTEN     0          2057       1192/sshd           
tcp6       0      0 :::443                  :::*                    LISTEN     0          2153       1256/apache2

Code:
vadmin471:/etc/postfix# cat master.cf
--schnipp
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#	-o smtpd_etrn_restrictions=reject
#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
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
relay     unix  -       -       -       -       -       smtp
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
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=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -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}

# only used by postfix-tls
#tlsmgr	  fifo	-	-	n	300	1	tlsmgr
#smtps	  inet	n	-	n	-	-	smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#587	  inet	n	-	n	-	-	smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes

amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes

127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_bin_address=127.0.0.1
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
scache    unix  -       -       -       -       1       scache
discard   unix  -       -       -       -       -       discard
 
Hmm, amavis war gar nicht mehr installiert, hab es mit apt-get installiert. Danach Postfix mal neu geladen und die queue versucht auszuliefern. hat soweit ich es bis jetzt beurteilen kann geklappt.

Jetzt hab ich aber ein neues Problem: Ich habe mit dyndns.org eine Domain eingerichtet und bei den MX Einstellungen meine IP eingetragen, in Confixx alles eingerichtet aber Mails landen im Nirvana, sie kommen nie an.

Das Versenden von EMails klappt problemlos.

Edit: Noch ein Problem ein Externer Zugriff durch z.B. ein Mailprogramm ist möglich aber: beim Versenden meckert der Mail-Server rum das, das Passwort falsche wäre.
 
Last edited by a moderator:
Back
Top