| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
We got these error messages on a few of our postfix servers:
warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual warning: database /etc/postfix/transport.db is older than source file /etc/postfix/transport
These messages appear whenever one of these databases/tables is changed.
postmap /etc/postfix/transport postmap /etc/postfix/virtual
Note: Allthough everyone suggests you should restart postfix after the command I didn't and the messages went away. If you need however to restart postfix you could do that like this:service postfix restart
Discussion