Why i get this errors? Aug 20 01:31:15 advx postfix/trivial-rewrite[7276]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable Aug 20 01:46:15 advx postfix/cleanup[8395]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable Aug 20 01:46:15 advx postfix/trivial-rewrite[8396]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable Aug 19 22:53:53 advx postfix/smtpd[10331]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead Aug 19 23:35:59 advx postfix/smtpd[25160]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead Aug 19 23:35:59 advx postfix/smtpd[25160]: warning: restriction `reject_unauth_destination' after `check_relay_domains' is ignored and how to fix?
Okay, in the second warning i changed "check_relay_domains" to "reject_unauth_destination". hope thats no problem?
Run Code: postmap /etc/postfix/virtusertable to fix this. In /etc/postfix/main.cf, you have a line that begins with Code: smtpd_recipient_restrictions = In that line, replace check_relay_domains with reject_unauth_destination and restart Postfix.