Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4652 - postfix
Summary: postfix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Maik Schreiber
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-07 14:31 UTC by Frido Ferdinand
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frido Ferdinand 2002-07-07 14:31:25 UTC
i'm not sure if this is a bug, but after installation postfix is initially
broken because there is no /etc/mail/aliases.db, this is done by running
newaliases. Should this be done in the emerge ?
Comment 1 Maik Schreiber 2002-07-09 08:56:45 UTC
/etc/mail/aliases is from net-mail/mailbase which postfix depends on. I don't
think it is a good idea to blindly run newaliases. For example, this results in
(hostmaster|postmaster)@host.com to be sent to root, which may not always be
desirable.

Instead, I will be adding a note that says you have to edit the file and then
run newaliases yourself.