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
Postfix und Dynamicmaps.cf
-
- Beiträge: 70
- Registriert: 20.04.2003 21:34:15
Hier post ich noch die Genaue Fehlermeldung von Postfix
Hier nochmal die genaue Fehlerbeschreibung aus /var/log/mail
Hat jemand ne Idee. Das ich die Datei erstellen muß ist mir schon klar, aber was kommt da rein.
Hier meine main.cf
XXX steht für meine Daten
hier meine master.cf
sasl_passwd wurde angelegt im richtigen format.
postmap sasl_passwd führt wieder zur 1. Fehlermeldung.[/code]
Code: Alles auswählen
server postfix/postdrop[1019]: warning: dict_open_dlinfo: cannot open /etc/postfix/dynamicmaps.cf. No dynamic maps will be allowed.
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 =
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
postmap sasl_passwd führt wieder zur 1. Fehlermeldung.[/code]
- durztbrother
- Beiträge: 235
- Registriert: 27.01.2003 23:23:48
- Wohnort: Hamburg
Hallo,
hier meine dynamics.cf:
Vielleicht hilts ja
Ciao
Durztbrother
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
Ciao
Durztbrother
-
- Beiträge: 70
- Registriert: 20.04.2003 21:34:15
Hast du deine selbst editiert?
Hallo, werd das mal eingeben, ist das von Debian selbst schon erstellt worden. Bzw. was bedeuten diese Einträge.
Welche Funktion hat die Datei?
Welche Funktion hat die Datei?
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