Displaying 2 results from an estimated 2 matches for "30_exim4".
2005 Mar 13
1
pop before smtp with 'exact' and 'exim4'
...o
drwxr-sr-x  2 Debian-exim mail  1024 Mar 12 21:54 exact
Exact's exim documentation is not for the most recent version, so I had to 
locate the correct line to modify.
I went into the exim4 configuration files. I use the debian split format 
configuration. In the file 
/etc/exim4/conf.d/acl/30_exim4-config_check_rcpt
there is a line near the bottom which reads
accept hosts = +relay_from_hosts 
I changed this to 
accept hosts = +relay_from_hosts : net-lsearch;/usr/local/var/state/exact/rela
y
I then just set exact to and start/stop in /etc/init.d/exim4
thats all!
Best Regards
Jools
--...
2011 Jun 08
0
deliver doesn't find adress/inbox
...00
set no syslog
set logfile "/var/log/fetchmail.log"
poll mail.domain.de proto pop3 localdomains some.domain.org:
         envelope "X-Envelope-To:"
         timeout 30
         user postman at some.domain.org
         password secret
         is *
/etc/exim4/conf.d/transport/30_exim4-config_dovecot_lda
###
dovecot_virtual_delivery:
   driver = pipe
   command = /usr/local/libexec/dovecot/deliver -d $local_part@$domain  
-f $sender_address -a $original_local_part@$original_domain
   message_prefix =
   message_suffix =
   delivery_date_add
   envelope_to_add
   return_path_add...