Postfix Errors?

Discussion in 'General' started by bolinux, Aug 20, 2005.

  1. bolinux

    bolinux New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    These are just warnings, its nothing serious.
     
  3. bolinux

    bolinux New Member

    Okay, in the second warning i changed "check_relay_domains" to "reject_unauth_destination". hope thats no problem?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, that should work, see also:

    http://www.postfix.org/uce.html
     
  5. falko

    falko Super Moderator ISPConfig Developer

    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.
     
  6. bolinux

    bolinux New Member

    thx!

    :d
     

Share This Page