amavis problem

Discussion in 'Server Operation' started by ivan1985, Apr 20, 2010.

  1. ivan1985

    ivan1985 New Member

    hello

    I have a problem with amavis do not know how to unlock the domain so that one did not block it.
    Code:
    Apr 20 19:22:23 mx1 postfix/qmgr[12242]: 5F206264FB: from=<[email protected]>, size=1409, nrcpt=1 (queue active)
    Apr 20 19:22:28 mx1 amavis[12166]: (12166-18) Blocked BAD-HEADER, [19x.2x.20x.7x] [19x.2x.xxx.xx] <[email protected]> -> <[email protected]>, Message-ID: <-344002638.1271784103620.JavaMail.javamailuser@localhost>, mail_id: olojgwmcZvu3, Hits: -1.357, size: 1409, 5451 ms
    Thank you in advance for your help.
     
    Last edited: Apr 20, 2010
  2. RogueCoder

    RogueCoder New Member

    In your Amavisd configuration file find

    Code:
    $final_bad_header_destiny
    and make sure it is set to

    Code:
    $final_bad_header_destiny = D_PASS;
    Reference:
    Google
     

Share This Page