Search found 4 matches
- Tue Jul 15, 2014 10:17 pm
- Forum: Mail Server
- Topic: DNSBL on port 25 only
- Replies: 1
- Views: 4168
- Sun Jun 01, 2014 1:40 pm
- Forum: Mail Server
- Topic: DNSBL on port 25 only
- Replies: 1
- Views: 4168
DNSBL on port 25 only
Does anyone know how to configure Exim4 on Vesta so that it only checks IPs against DNSBLs when the connection is to port 25? The problem is that many users use SMTP from all sorts of addresses that could end up on DNSBLs, especially domestic ADSL IPs, and I want to configure Exim to stop all spam c...
- Thu Apr 24, 2014 12:23 am
- Forum: Mail Server
- Topic: [SOLVED] Procmail
- Replies: 1
- Views: 3537
Re: Procmail
Update: I hammered out a config that works. Router: procmail: driver = accept transport = procmail condition = ${if exists{${extract{5}{:}{${lookup{$local_part}lsearch{/etc/exim4/domains/$domain/passwd}}}}/mail/${domain}/${local_part}/.procmailrc}}{yes}{no}} require_files = ${extract{5}{::}{${lookup...
- Tue Mar 25, 2014 1:47 pm
- Forum: Mail Server
- Topic: [SOLVED] Procmail
- Replies: 1
- Views: 3537
[SOLVED] Procmail
How can I get Procmail working on Exim? I want to add a per-user procmailrc without breaking the way Exim works with Vesta.