• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

postfix prob -> postfix/pickup to subsystem public/cleanu

Status
Für weitere Antworten geschlossen.
Hi Leutz!

hab mit postfix ein problem: ich krieg in /var/ log/mail immer folgende fehlermeldung:

udo2 postfix/pickup[317]: warning: connect #9 to subsystem public/cleanup: Connection refused
udo2 postfix/pickup[317]: warning: connect #10 to subsystem public/cleanup: Connection refused
udo2 postfix/pickup[317]: fatal: connect #11 to subsystem public/cleanup: Connection refused
udo2 postfix/master[32495]: warning: process /usr/lib/postfix/pickup pid 317 exit status 1
udo2 postfix/master[32495]: warning: /usr/lib/postfix/pickup: bad command startup -- throttling

Dann wiederholt sich das ganze immer wieder!

Was ist das für eine Fehlermeldung? Wo muss ich nach dem fehler suchen?

Installaiert und konfiguriert hab ich nach www.linux-tin.org und habe SuSE 9.1 Pro auf nem P4 2,4GHz, 512MB RAM, 80GB HDD

Bitte für Normalsterbliche Antworten bin noch am lernen.
 
poste am besten deine /etc/postfix/main.cf mit
->grep -v "^#" main.cf dann kann man am besten sehen was sache ist.
 
OP
samah
Hi $noop!

hier also miene /etc/postfix/main.cf

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
default_privs = nobody
mydomain = intern.heinzlmann.de
myorigin = $mydomain
unknown_local_recipient_reject_code = 450
mynetworks = 192.168.0.0/24, 127.0.0.0/8
fallback_transport = cyrus
luser_relay = $root@udo2.intern.heinzlmann.de
smtpd_banner = $myhostname ESMTP
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 10
debug_peer_level = 2
debugger_command =PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = udo2.intern.heinzlmann.de
program_directory = /usr/lib/postfix
inet_interfaces = 127.0.0.1 ::1
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
default_transport = smtp
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command = /usr/lib/cyrus/bin/deliver
mailbox_transport = cyrus
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
 
Status
Für weitere Antworten geschlossen.
Oben