Current time: 05-06-2024, 12:04 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] Problems with smtp
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #8
RE: Problems with smtp
First of all, comment the line corresponding to "sdbm_dict.so" in /etc/postfix/postfix-files and try to set the permissions again. If you get another "missing file" message for another file, comment it in "postfix-files" too and repeat.

Next, it looks like you also have wrong permissions for the extra files that allow postfix to run chrootet. They are inside /var/spool/postfix, sub-folders var, lib and usr. Assuming that hey exist, I would fix them by:
Code:
cd /var/spool/postfix
find usr lib etc -type f | xargs chown root:root
find usr lib etc -type f | xargs chmod 644
find usr lib etc -type d | xargs chown root:root
find usr lib etc -type d | xargs chmod 755
07-15-2010 10:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] Problems with smtp - sfera - 07-14-2010, 06:53 PM
RE: Problems with smtp - kilburn - 07-14-2010, 08:17 PM
RE: Problems with smtp - sfera - 07-14-2010, 08:35 PM
RE: Problems with smtp - kilburn - 07-14-2010, 08:44 PM
RE: Problems with smtp - sfera - 07-14-2010, 09:43 PM
RE: Problems with smtp - kilburn - 07-14-2010, 10:24 PM
RE: Problems with smtp - sfera - 07-15-2010, 04:16 AM
RE: Problems with smtp - kilburn - 07-15-2010 10:54 AM
RE: Problems with smtp - sfera - 07-15-2010, 09:53 PM
RE: Problems with smtp - sfera - 07-16-2010, 04:35 AM
RE: [SOLVED] Problems with smtp - sfera - 07-16-2010, 07:06 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)