Discussion:
Postfix Failed to Start - NEW CONFIG
(too old to reply)
Ian Cope
2014-07-06 06:49:10 UTC
Permalink
Hi,

I'm new to PostFIX, found this GoogleGroup, and thought I would reach out, for some group help.


I'm following the following website to setup PostFIX using WebMin.

http://postfixmail.com/blog/index.php/using-webmin-to-set-up-postfix/

I entered the domain information:

myhostname = mail.example.com
set interfaces "inet_interfaces = all"
mydestination = $mail.example.com
mydestination = $example, $example.com

i edited the root aliases file, and ran the 'newaliases' command.

and when I fired up the postfix service, I received a 'failed to start' message.

any help would be appreciated.


ian
Krystian Kulasza
2014-07-07 07:44:00 UTC
Permalink
Hi,

Give output from this command

postfix check
egrep '(reject|warning|error|fatal|panic):' /some/log/file

maybe this help you http://www.postfix.org/DEBUG_README.html
Post by Ian Cope
Hi,
I'm new to PostFIX, found this GoogleGroup, and thought I would reach out, for some group help.
I'm following the following website to setup PostFIX using WebMin.
http://postfixmail.com/blog/index.php/using-webmin-to-set-up-postfix/
myhostname = mail.example.com
set interfaces "inet_interfaces = all"
mydestination = $mail.example.com
mydestination = $example, $example.com
i edited the root aliases file, and ran the 'newaliases' command.
and when I fired up the postfix service, I received a 'failed to start' message.
any help would be appreciated.
ian
Loading...