Date: Tue, 05 Nov 2002 13:34:54 -0500 From: "Dan Langille" <dan@langille.org> To: ports@freebsd.org Cc: khera@kciLink.com Subject: mail/postfix expects /etc/aliases.db Message-ID: <3DC7C8FE.31156.6C65D5A5@localhost>
next in thread | raw e-mail | index | archive | help
The default install of postfix expects /etc/aliases.db but on FreeBSD systems, this file is /etc/mail/aliases.db. During the migration from sendmail to postfix, would it be a good idea to do one of the following: 1 - ln -s /etc/mail/aliases.db /etc/aliases.db if /etc/aliases.db does not exist? 2 - Add an entry in /usr/local/etc/postfix/main.cf to refer to /etc/mail/aliases 3 - Display a message concerning /etc/aliases to the user post install? -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DC7C8FE.31156.6C65D5A5>