Dovecot Fatal Namespace

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
ron9999
Posts: 52
Joined: 2010-09-22 13:21
 

Dovecot Fatal Namespace

Post by ron9999 »

Hallo,
ich habe bis jetzt folgendes installiert :
MySQL
Dovecot
Postfix
Apache
PHP
Postfixadmin

Danach versuchte ich alles nach Anleitung richtig zu konfigurieren.
Eine Domain und Mailbox angelegt.
Vom Hotmail hab ich Test-mails geschrieben und mit einem Mailclient (Pegasus) abgefragt.
Beim holen sagt er passwort stimmt nicht – habe ich mehrmals gecheckt -

ich bekomme jetzt unter anderem Fehler die ich nicht verstehe vielleicht ist das der Grund:

Dovecot: POP3(office@meinedomain.com): Fatal: Namespace initialization failed

und

postfix/smtpd[2689] fatal: open /usr/local/etc/postfix/mysql_virtual_alias_maps.cf No such file or directory


weiss jemand was ich falsch gemacht habe und wo ich suchen muss?

Danke
Ron

postconf -n

Code: Select all

> postconf -n
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 2
html_directory = /usr/local/share/doc/postfix
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = localhost.$mydomain, localhost
mydomain = meinedomain.com
myhostname = ns2.meinedomain.com
mynetworks_style = host
newaliases_path = /usr/local/bin/newaliases
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps  $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains  $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps  $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks  $virtual_mailbox_limit_maps
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
relay_domains = mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_recipient_restrictions = permit_mynetworks,  permit_sasl_authenticated,  reject_non_fqdn_hostname,  reject_non_fqdn_sender,  reject_non_fqdn_recipient,  reject_unauth_destination,  reject_unauth_pipelining,  reject_invalid_hostname,  reject_rbl_client list.dsbl.org,  reject_rbl_client bl.spamcop.net,  reject_rbl_client sbl-xbl.spamhaus.org
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
smtpd_tls_CAfile = /etc/ssl/postfix/smtpd.pem
smtpd_tls_cert_file = /etc/ssl/postfix/smtpd.pem
smtpd_tls_key_file = /etc/ssl/postfix/smtpd.pem
smtpd_tls_loglevel = 0
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
soft_bounce = no
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:125
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 51200000
virtual_mailbox_limit_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_maildir_limit_message = Sorry, this user has overdrawn their diskspace quota. Please try again later.
virtual_minimum_uid = 125
virtual_overquota_bounce = yes
virtual_transport = virtual
virtual_uid_maps = static:125
User avatar
Joe User
Project Manager
Project Manager
Posts: 11184
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Dovecot Fatal Namespace

Post by Joe User »

Hast Du die Files wirklich als /usr/local/etc/postfix/mysql_* und nicht als /usr/local/etc/postfix/sql/mysql_* abgelegt? Sieht nämlich so aus, als ob Du mein HowTo aus unserem Wiki mit irgendeinem anderen HowTo (Purplehat?) gemixt hast. Copy&Paste Fehler?
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
ron9999
Posts: 52
Joined: 2010-09-22 13:21
 

Re: Dovecot Fatal Namespace

Post by ron9999 »

nein, es sind alle .cf Dateien in /usr/local/etc/postfix/ nur dovecot.conf ist im /usr/local/etc Verzeichnis. Mit grep habe ich alle Dateien nach dem String /usr/local/etc/postfix/sql suchen lassen aber nichts gefunden?
User avatar
rudelgurke
Posts: 409
Joined: 2008-03-12 05:36
 

Re: Dovecot Fatal Namespace

Post by rudelgurke »

BSD wenn ich mich recht erinnere - Dovecot und Postfix via Ports installiert mit MySQL support ?
Falls ja, könnten eigentlich nur noch fehlende Rechte sein - mal die Permissions überprüfen.