All questions related to servers
-
mister_v
- Posts: 203
- Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v »
I got a problem with postfix,
got the following message in /var/log/mail.err
Code: Select all
postsuper: fatal: scan_dir_push: open directory defer: Permission denied
I don't know what it is.
-
chris
- Site Admin
- Posts: 216
- Joined: Mon Jul 21, 2008 9:52 am
Post
by chris »
It looks like postfix does not have access to one or more directories.
Somehow the rights must have been changed.
You can try:
Code: Select all
chown -R postfix /var/spool/postfix
or
-
mister_v
- Posts: 203
- Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v »
Tries to change the owner
Code: Select all
chown -R postfix /var/spool/postfix
did not solve the problem.
the system is not sending mails either.
-
chris
- Site Admin
- Posts: 216
- Joined: Mon Jul 21, 2008 9:52 am
Post
by chris »
If it can't write the mails, it can't process the mail to send them.
an extreme solution is to delete the dir
and do a reinstall
it will recreate the dir with the correct file-settings.