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

postfix kaputt?

Status
Für weitere Antworten geschlossen.

michael_33

Member
Hallo,

ich brauch das ansich nicht, SuSE will es aber offenbar, keine Ahnung davon. Jedenfalls übergibt sich SuSEconfig jedesmal:

Code:
Executing /sbin/conf.d/SuSEconfig.postfix...
rebuilding /etc/postfix/virtual.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/transport.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/access.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/canonical.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/sender_canonical.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/relocated.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/sasl_passwd.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/relay_ccerts.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
Setting up postfix local as MDA...
Setting SPAM protection to "off"...

Wie kann ich da was richtig stellen?

thx
michael
 

peter120

Newbie
hallo michael_33,

bei mir ist es exakt das gleiche. Scheint aber keinen Einfluss auf das Restsystem zu haben. Jedenfalls merke ich nichts davon. javascript:emoticon(':?')
 

oc2pus

Ultimate Guru
na dann passe die /etc/postfix/main.cf Datei mal an.

die Variable inet_interfaces setzt du auf 127.0.0.1 und dann sollte der Spuck nach einem erneuten SuSEconfig (als root!) beendet sein

andere Möglichkeiten:
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
 

peter120

Newbie
leider funktioniert weder
inet_interfaces = 127.0.0.1
noch die anderen Alternativen.
SuSEconfig als root produziert die selben Fehlermeldungen:
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/transport.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/access.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/canonical.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/sender_canonical.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/relocated.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/sasl_passwd.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
rebuilding /etc/postfix/relay_ccerts.db
postmap: fatal: config variable inet_interfaces: host not found: ::1
 
OP
michael_33

michael_33

Member
Naja, dann siehts so aus:

Code:
Executing /sbin/conf.d/SuSEconfig.postfix...
        *** WARNING ***
Found /etc/postfix/main.cf.SuSEconfig, exiting...
        *** WARNING ***
Executing /sbin/conf.d/SuSEconfig.profiles...
 

oc2pus

Ultimate Guru
die Konfigurationsdatei des postfix hat sich geändert und bedarf einiger Anpassungen. Wenn du den postfix nicht brauchst, dann deaktiviere ihn im YaST-Runlevel-Editor. Bedenke aber, das dann keine mails mehr versendet werden können innerhalb deines Systems.

Besser wäre die /etc/postfix/main.cf zu richten.
 
Status
Für weitere Antworten geschlossen.
Oben