Amavisd question outbound scan emails (falko howto debian)

Discussion in 'HOWTO-Related Questions' started by tuflipes, Sep 15, 2006.

  1. tuflipes

    tuflipes New Member

    HI there,

    first of all, good job for tutorials. they are really good.

    hello, one question, i just installed amavisd and i have a problem, how do i disable outbound check or set no so strict spam checking for outbound emails? because some adsl users don't have reverse ip and they can't send email because amavis shows it as spam, so user can't send email from outlook and they dont know emails has no been sent.

    example:

    Sep 15 16:55:08 mailsrv0098 amavis[14615]: (14615-06) SPAM, <[email protected]> -> <[email protected]>,Yes, hits=4.091 tag=0.5 tag2=3 kill=3 tests=AWL, FH_RELAY_NODNS, HELO_EQ_NO_DOT, HELO_IS_SMALL6, MAS_INFORMACION_ES,quarantine spam-134 (maia-spam-quarantine)
    Sep 15 16:55:08 mailsrv0098 amavis[14615]: (14615-06) Blocked SPAM, [84.76.39.53] [84.76.39.53] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, Hits: 4.091, 205 ms


    could someone help please?

    PD: I can't set allowed range ip's, because there are many spanish adsl providers and i dont know all ranges ;)
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Which tutorial exactly are you using (URL)?
     
  3. tuflipes

    tuflipes New Member

  4. falko

    falko Super Moderator ISPConfig Developer

    You can replace

    Code:
    @local_domains_acl = ( ".$mydomain" );  # $mydomain and its subdomains
    with

    Code:
    @local_domains_acl = ( ".$mydomain" );  # $mydomain and its subdomains
    read_hash(\%local_domains, '/path/to/file');
    In /path/to/file you list all your own domains, one per line. Whenever you send from one of these domains, amavisd will not check the mails. Don't forget to restart amavisd.
     
  5. tuflipes

    tuflipes New Member

    Lot of thks :)
     

Share This Page