Displaying 6 results from an estimated 6 matches for "check_local_us".
Did you mean:
check_local_user
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...$local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
domains = +local_domains
#Dovecot auth check
# check_local_user
local_parts = ! root
transport = dovecot_lmtp
cannot_route_message = Unknown user
And this is the transport:
dovecot_lmtp:
driver = lmtp
socket = /var/run/dovecot/lmtp
#return_path_add
#maximum number of deliveries per batch, default 1
batch_max = 200
This might also be h...
2016 Nov 16
2
Exim still accepting emails to nonexistent users
After adding the configuration bit:
deny
message = invalid recipient
domains = +local_domains
!verify = recipient/callout=no_cache
from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart
the server is still accepting emails to recipients that do not exist in dovecot.
Any ideas?
2007 Jan 26
1
Ubuntu, Exim, deliver: permissions/setgid problem
Hello all,
I have a little problem. I'm trying to set up Dovecot deliver (1.0 beta
3) as the LDA for Exim4 on Ubuntu 6.06 with MBOX, and I'm running into
permissions problems. Exim typically wants to run pipes as the user to
whom the mail is being delivered (as per the "check_local_user").
deliver needs access to the auth socket and needs to be able to create
files in /var/mail.
In Ubuntu, /var/mail is writeable by group mail, but not by others. So I
thought I'd make deliver run as the user to whom the mail is being
delivered (as per default) and with group "mail&...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...2:54 CET):
>
> Here is the router:
>
> virtual_aliases:
?
> hide data = CHECK_VIRTUAL_ALIASES
> local_user:
> debug_print = "R: local_user for $local_part@$domain"
> driver = accept
> domains = +local_domains
> #Dovecot auth check
> # check_local_user
> local_parts = ! root
> transport = dovecot_lmtp
>
> And this is the transport:
>
> dovecot_lmtp:
> driver = lmtp
> socket = /var/run/dovecot/lmtp
> #return_path_add
> #maximum number of deliveries per batch, default 1
> batch_max = 200
Ok,...
2019 Aug 17
1
exim+dovecot+sieve issue
...n db, exim uses lmtp transport to deliver
messages to dovecot.
Mailman is responsible for mailing lists, Roundcube webmail has managsieve
module to create sieve filters.
Exim router,transport for dovecot
> localuser:
> driver = accept
> domains = +local_domains : +virt_domains
> check_local_user
> transport = dovecot_lmtp
> cannot_route_message = Unknown account
> no_more
> dovecot_lmtp:
> driver = lmtp
> socket = /var/spool/dovecot/lmtp
> batch_max = 500
> rcpt_include_affixes
It worked perfectly, but after upgrade from Dovecot 2.2 to Dovecot 2....
2013 Dec 25
2
LMTP with virtual and system users
Hi,
I have a mailsystem where i have some local users with shell access and
full home dirs which receive mail and also several SQL virtual users
only for mail.
With the virtual users, everything works fine. Mail is delivered via
LMTP and also sieve works :)
The SQL Lookup knows what to do with username at domain.com
The problem is the system user. If exim delivers the mail to the lmtp