Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Enable postfix without inducing insomnia' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Enable postfix without inducing insomnia
Authored by: t0fukrunch on May 16, '05 07:22:05PM

That's interesting that you didn't have the "60" in your main.cf. Perhaps this is because I performed a clean install. I also noticed the error you mentioned in my mail.log, but I'm unable to generate it consistently.

I wanted to add that it's also probably a good idea to add the following parameters to your /etc/postfix/main.cf file.


# 'man 5 postconf' at a terminal for more info

# specifies a delay before a warning message about undelivered
# mail is sent to the sender
delay_warning = [insert a delay specifier here; e.g. 30m, 2h, 5d, ...]

# a list of fallback smtp servers
fallback_relay = [insert a comma-separated list of smtp servers here]


[ Reply to This | # ]