Hey,
ich weiss, dass euch postfixprobleme warscheinlich schon zum hals raushängen, aber ich trete seit einer woche auf der stelle, und komm einfach nicht voran.
Ich kann inzwischen schon alle forenposts auswendig aufsagen, und die top100 postfixeinträge bei google aus dem kopf nennen.
aber immerwieder diese unveränderte fehlermeldung!
also kurz und knapp: das ist das Problem:
Und das die configs:
Danke schonmal für die Mühe
ich weiss, dass euch postfixprobleme warscheinlich schon zum hals raushängen, aber ich trete seit einer woche auf der stelle, und komm einfach nicht voran.
Ich kann inzwischen schon alle forenposts auswendig aufsagen, und die top100 postfixeinträge bei google aus dem kopf nennen.
aber immerwieder diese unveränderte fehlermeldung!
also kurz und knapp: das ist das Problem:
Ich kann mit "private/proxymap" absolut nix anfangen... Was sagt euch diese meldung# tail /var/log/mail
Jan 27 14:15:39 jenny postfix/smtpd[9299]: fatal: connect #11 to subsystem private/proxymap: Connection refused
Jan 27 14:15:40 jenny postfix/master[9124]: warning: process /usr/lib/postfix/smtpd pid 9299 exit status 1
Jan 27 14:15:40 jenny postfix/master[9124]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Und das die configs:
# postconf -n|more
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
bounce_size_limit = 100000
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
double_bounce_sender = mailman@localhost
empty_address_recipient = mailman@localhost
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = 127.0.0.1 ::1
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport =
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 = $myhostname,localhost.$mydomain,$mydomain
mydomain = localhost
myhostname = jenny.lomex.de
mynetworks = 192.168.2.0/24, 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
proxy_interfaces = 192.168.0.1
queue_directory = /var/spool/postfix
queue_minfree = 100000000
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relay_domains = $mydestination
relay_domains_reject_code = 554
relayhost = localhost
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 = no
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
smtp_use_tls = no
smtpd_banner = $myhostname ESMTP
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_junk_command_limit = 100
smtpd_recipient_limit = 50
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = no
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_timeout = 300s
smtpd_tls_auth_only = no
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
#vi master.cf
smtp inet n - n - 50 smtpd -o content_filter=smtp:[localhost]:10024
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - - 1000? 0 flush
smtp unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/sbin/cyrdeliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($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}
localhost:10025 inet n - y - - 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.1/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
-o smtp_data_done_timeout = 1200
-o smtp_send_xforward_command=yes
postfixfilter unix - n n - - pipe
flags=Rq user=postfixfilter argv=/usr/bin/postfixfilter -f ${sender} -- ${recipient}
Danke schonmal für die Mühe