Wir hatten am Montag einen unschönen Server Ausfall und seit dem sitzte ich hier und restauriere den Server, alles ist soweit auch wieder "back up" allerdings funktioiert das mailsystem noch nicht so wie es soll.
Nah dem Einrichten von SASL funktioniert der empfang nichtmehr.
Loop to ymself sagt er mir immer.
Hier die Config:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = [entfernt]
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination =
relayhost =
#mynetworks = [entfernt]/32, 127.0.0.1/8
mynetworks =
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = reject_non_fqdn_sender,reject_non_fqdn_recipient,permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,reject_invalid_hostname,reject_non_fqdn_hostname,reject_unknown_sender_domain,reject_unknown_recipient_domain,reject_unauth_pipelining,reject_maps_rbl
#, check_relay_domains
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###
mailbox_command = procmail -a "$EXTENSION"
POSTFIX ... reloop to myself
-
- Posts: 69
- Joined: 2004-12-08 19:10
Re: POSTFIX ... reloop to myself
Das hat mit der Konfiguration von "inet_interfaces" zutun. Trag dort einmal "27.0.0.1, *localip*" ein und versuch's noch einmal.
Liebe Grüße
rudi
Liebe Grüße
rudi
-
- Posts: 1675
- Joined: 2003-07-06 02:03
Re: POSTFIX ... reloop to myself
Hallo,
ist die betroffene Domain in /etc/postfix/confixx_virtualDomains und die betroffene Emailadresse in /etc/postfix/confixx_virtualUsers eingetragen?
Dann versuche:
Gruß, Wolfgang
ist die betroffene Domain in /etc/postfix/confixx_virtualDomains und die betroffene Emailadresse in /etc/postfix/confixx_virtualUsers eingetragen?
Dann versuche:
Code: Select all
cd /etc/postfix
postmap confixx_virtualDomains
postmap confixx_virtualUsers
/etc/init.d/postfix restart