Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

Blacklist

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
3 posts • Page 1 of 1
Omar
Posts: 24
Joined: Sun Dec 16, 2012 9:59 pm

Blacklist
  • Quote

Post by Omar » Mon Feb 25, 2013 8:48 pm

Hi, in / etc / exim / exim.conf, I have a question about this:

Code: Select all

acl_smtp_connect = acl_check_spammers
..............
..............

acl_check_spammers:
  drop    message       = Your host in blacklist on this server.
          log_message   = Host in blacklist
          hosts         = +spammers
  deny    message       = rejected because $sender_host_address is in a black list at $dnslist_domain\\n$dnslist_text
          dnslists      = ${readfile {/etc/exim/dnsbl.conf}{:}}
  accept
This blocks send email from my server if a client is in blacklist?

Sorry, I'm new in exim :(
Top

skid
VestaCP Team
Posts: 1476
Joined: Wed Apr 06, 2011 11:12 pm

Re: Blacklist
  • Quote

Post by skid » Tue Feb 26, 2013 11:52 am

Hi Omar,
yes that's true If customer ip address is blacklisted it won't be able to send emails. Earlier I would suggest you to disable DNSBL protection or switch to webmail. But today I've added whitelist support in exim configuration so now you can add customer ip to the whitelist to disable spamcheck for him.

Code: Select all

# Download new exim configuration 
wget http://c.vestacp.com/0.9.7/exim.conf -O /etc/exim/exim.conf

# Create whitelist file
/etc/exim/white-blocks.conf

# Restart exim
service exim restart

# Add customer ip for example 192.168.7.5
echo 192.168.7.5 >> /etc/exim/white-blocks.conf
Top

Omar
Posts: 24
Joined: Sun Dec 16, 2012 9:59 pm

Re: Blacklist
  • Quote

Post by Omar » Sat Mar 02, 2013 4:14 am

thanks skid !
Top


Post Reply
  • Print view

3 posts • Page 1 of 1

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password