Postfix und Dynamicmaps.cf

Debian macht sich hervorragend als Web- und Mailserver. Schau auch in den " Tipps und Tricks"-Bereich.
Antworten
BlackSektor
Beiträge: 70
Registriert: 20.04.2003 21:34:15

Postfix und Dynamicmaps.cf

Beitrag von BlackSektor » 17.05.2003 14:07:29

Hallo, was kommt in die Datei. Bei der Debianinstallation wurde eine solche nicht angelegt. Postfix bringt daher fehlermeldung, daß es die Datei nicht finden kann. Links reichen mir auch.

Cyrus läßt mich auch nicht rein. Der Benutzer wurde angelegt, ein Passwort aber nicht, zur administration fordert er aber eins.

Bitte nicht schlagen, wenn nötig ins Newbeeforum schieben.

CU BlackSektor

BlackSektor
Beiträge: 70
Registriert: 20.04.2003 21:34:15

Hier post ich noch die Genaue Fehlermeldung von Postfix

Beitrag von BlackSektor » 17.05.2003 14:52:54

Hier nochmal die genaue Fehlerbeschreibung aus /var/log/mail

Code: Alles auswählen

server postfix/postdrop[1019]: warning: dict_open_dlinfo: cannot open /etc/postfix/dynamicmaps.cf.  No dynamic maps will be allowed.
Hat jemand ne Idee. Das ich die Datei erstellen muß ist mir schon klar, aber was kommt da rein.


Hier meine main.cf

Code: Alles auswählen

# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.

# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = server.workgroup
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = xxx.org, server.workgroup, localhost.workgroup, localhost
# Ergänzungen xxx
mailbox_transport = cyrus
mailbox_command = /usr/bin/procmail -t -a $EXTENSION 
# Ende Ergänzungen xxxx
relayhost = xxx # Domainbox de Relayhost
# Ergänzungen beginn
smtp_sasl_auth_enable = yes 
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_always_send_ehlo = yes
smtp_sasl_security_options = noanonymous
# Ende Ergänzungen
mynetworks = 127.0.0.0/8 192.168.6.0/8
# mailbox_command = procmail -a "$EXTENSION"
# Auskommentiert obere Zeile
mailbox_size_limit = 0
recipient_delimiter = 
XXX steht für meine Daten

hier meine master.cf

Code: Alles auswählen


cyrus	unix	-	n	n	-	-	pipe	
flags=R	user=cyrus	argv=/usr/sbin/cyrdeliver -e -m ${extension} ${user} 		
#flush	  unix	n	-	-	1000?	0	flush
# Obere Zeile auskommentiert orig Debian file
sasl_passwd wurde angelegt im richtigen format.

postmap sasl_passwd führt wieder zur 1. Fehlermeldung.[/code]

Benutzeravatar
durztbrother
Beiträge: 235
Registriert: 27.01.2003 23:23:48
Wohnort: Hamburg

Beitrag von durztbrother » 17.05.2003 15:20:24

Hallo,

hier meine dynamics.cf:

Code: Alles auswählen

# Postfix dynamic maps configuration file.
#
# The first match found is the one that is used.  The only wildcard
# allowed is '*', which matches everything.  The first %s is expanded
# to the map type.
#
#type   location of .so file                    name of open function
#====   ================================        =====================
*       /usr/lib/postfix/dict_%s.so             dict_%s_open
Vielleicht hilts ja

Ciao
Durztbrother

BlackSektor
Beiträge: 70
Registriert: 20.04.2003 21:34:15

Hast du deine selbst editiert?

Beitrag von BlackSektor » 17.05.2003 15:52:29

Hallo, werd das mal eingeben, ist das von Debian selbst schon erstellt worden. Bzw. was bedeuten diese Einträge.

Welche Funktion hat die Datei?

Benutzeravatar
adjustMan
Beiträge: 142
Registriert: 22.03.2003 00:36:51

Beitrag von adjustMan » 18.05.2003 03:55:28

Code: Alles auswählen

Datei: dynamicmaps.cf   Spalte 0           577 Bytes                                                                      100%
# *** Wildcards are not supported as of postfix 2.0.2 ***
#
# Postfix dynamic maps configuration file.
#
# The first match found is the one that is used.  The only wildcard
# allowed is '*', which matches everything.  The first %s is expanded
# to the map type.
#
#type   location of .so file                    name of open function
#====   ================================        =====================
tcp     /usr/lib/postfix/dict_tcp.so            dict_tcp_open
ldap    /usr/lib/postfix/dict_ldap.so           dict_ldap_open
pcre    /usr/lib/postfix/dict_pcre.so           dict_pcre_open
sdbm    /usr/lib/postfix/dict_sdbm.so           dict_sdbm_open
cu aM

Antworten