Postfix läuft nicht Debian 

Status
Für weitere Antworten geschlossen.
C

coolboy

Hi,

ich hoffe ihr könnt mir helfen.
Wenn ich Postfix starten will dann bekomme ich folgende Fehlermeldung
Code:
Starting mail transport agent: Postfixpostsuper: fatal: scan_dir_push: 
open directory defer/E/E: Not a directory
.
Ich weiss nicht weiter, könnt ihr helfen?

Gruß
 
er sagt dir da doch wos ihm schmerzt ....

schau mal in die

/etc/postfix/main.cf
 
Sorry, aber ich hab wohl ein Brett vorm Kopf. Ich hab Sie mir angeschaut aber es ist kein Fehler vorhanden. Und der Ordner existiert auch und er ist ein Ordner
hier mal eine Liste
Code:
insgesamt 72
drwx------ 18 postfix root 4096 2006-05-02 03:09 active
drwx------ 18 postfix root 4096 2006-08-06 13:43 bounce
drwx------ 2 postfix root 4096 2006-05-01 16:12 corrupt
drwx------ 18 postfix root 4096 2007-03-14 20:52 defer
drwx------ 18 postfix root 4096 2006-05-03 04:30 deferred
drwxr-xr-x 2 root root 4096 2007-03-15 18:47 etc
drwx------ 4 postfix root 4096 2006-05-02 00:00 flush
drwx------ 2 postfix root 4096 2006-05-01 16:12 hold
drwx------ 18 postfix root 4096 2007-03-13 10:55 incoming
drwxr-xr-x 2 root root 4096 2007-03-15 18:47 lib
drwx-wx--T 2 postfix postdrop 8192 2007-03-15 18:46 maildrop
drwxr-xr-x 2 postfix root 4096 2006-05-01 23:30 pid
drwx------ 2 postfix root 4096 2007-03-10 22:42 private
drwx--s--- 2 postfix postdrop 4096 2007-03-10 22:42 public
drwx------ 2 postfix root 4096 2006-05-01 16:12 saved
drwx------ 2 postfix root 4096 2006-05-01 16:12 trace
drwxr-xr-x 3 root root 4096 2006-05-01 16:11 usr

Oder meinst du was anderes?
 
Klar kann ich machen hier

Code:
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#
inet_interfaces = all
mynetworks_style = host
myhostname = [meinHost]
mydomain = [meinHost]
myorigin = $mydomain
smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
setgid_group = postdrop
smtpd_delay_reject = yes
disable_verfy_command = yes

#
# Receiving messages parameters;
#
mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/vhcs2/transport

#
# Delivering local messages parameters;
#
mail_spool_directory = /var/mail
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"
biff = no
alias_database = hash:/etc/aliases
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database

#
# Delivering virtual messages parameters;
#
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0
virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
virtual_minimum_uid = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:8

#
# SASL paramters;
#
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = vhcs.net
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination

Aber da ist meiner Meinung nach auch kein Fehler.
Hoffe sie hilft dir weiter
 
Ok hab den Fehler zwar nicht gefunden habe aber eine andere Lösung gefunden.

Ich hab den Ordner defer einfach gelöscht und habe dann folgender Maßen den Ordner wieder neu anlegen lassen
Code:
./post-install name=defer create-missing
Und es funktioniert wieder :D

"Kann geschlossen werden"
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben Unten