Was something changed in Postfix defaults?
After upgrade from postfix-2.5.6,1 to postfix-2.6.1,1 and restart of postfix, I got following error in /var/log/maillog

fatal: open database /etc/mail/aliases.db: No such file or directory

All previous versions were using /etc/aliases.db, new version expect /etc/mail/aliases.db

newaliases command re-generate aliases.db in the new location.


r...@fido ~/# ls -al /etc/aliases*
lrwxr-xr-x  1 root  wheel    12B Feb 24  2008 /etc/aliases@ -> mail/aliases
-rw-r--r--  1 root  wheel    12K Jan 20 11:30 /etc/aliases.db

r...@fido ~/# ls -al /etc/mail/aliases*
-rw-r--r--  1 root  wheel   1.7K Oct 22  2008 /etc/mail/aliases

r...@fido ~/# newaliases

r...@fido ~/# ls -al /etc/mail/aliases*
-rw-r--r--  1 root  wheel   1.7K Oct 22  2008 /etc/mail/aliases
-rw-r--r--  1 root  wheel    12K Jun  4 11:39 /etc/mail/aliases.db

If this is expected behavior, this should be mentioned in UPDATING.

machine details:
FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

fresh ports tree updated by `portsnap fetch update`, postfix upgraded by `portmaster postfix-2.5.6,1`

Miroslav Lachman
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to