Displaying 20 results from an estimated 38 matches for "return_path_add".
2018 Mar 16
4
cyrus: socket options
...tpd -a" listen="lmtp:127.0.0.1" prefork=4
lmtpunix cmd="lmtpd -a" listen="/var/lib/imap/socket/lmtp" prefork=4
[...]
exim.conf:
[...]
begin transports
# cyrus_ltcp:
# driver = smtp
# protocol = lmtp
# delivery_date_add
# envelope_to_add
# return_path_add
# hosts = localhost
# allow_localhost
lmtp_socket:
driver = lmtp
socket = /var/lib/imap/socket/lmtp
delivery_date_add
envelope_to_add
return_path_add
# ls -la /var/lib/imap/socket/lmtp
srwxrwxrwx. 1 root root 0 Mar 16 12:58 /var/lib/imap/socket/lmtp
I have this working on th...
2018 Feb 21
2
exim dovecot sieve
...t_delivery:
driver = pipe
# You may or may not want to add -d $local_part@$domain depending on
if you need a userdb lookup done.
command = /usr/libexec/dovecot/dovecot-lda -f $sender_address
message_prefix =
message_suffix =
log_output
delivery_date_add
envelope_to_add
return_path_add
#group = mail
#mode = 0660
temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
thanks and best regards
t.
2019 Aug 28
2
LMTP Post login script for acl_groups
...????
? debug_print = "T: dovecot_delivery_pipe for $local_part@$domain
translates to GET_LOCAL_MAIL"
? driver = pipe???????????????
? command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
? message_prefix =
? message_suffix =
? delivery_date_add
? envelope_to_add?????????????
? return_path_add?????????????
? log_output
? user = MAILUSER
? group = MAILUSER
I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
MAILUSER are makros which get the email-adress and the mailuser for the
receiving emailadress.
GET_LOCAL_MAIL could be $local_part@$domain
MAILUSER is vmail in my...
2019 Aug 28
5
LMTP Post login script for acl_groups
...> translates to GET_LOCAL_MAIL"
> > driver = pipe
> > command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
> > message_prefix =
> > message_suffix =
> > delivery_date_add
> > envelope_to_add
> > return_path_add
> > log_output
> > user = MAILUSER
> > group = MAILUSER
> >
> > I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> > MAILUSER are makros which get the email-adress and the mailuser for the
> > receiving emailadress....
2018 Mar 16
0
cyrus: socket options
...[...]
Providing just a snipped from the complete configuration of cyrus-imapd
is insufficient.
> exim.conf:
>
> [...]
> begin transports
>
>
>
> # cyrus_ltcp:
> #?? driver = smtp
> #?? protocol = lmtp
> #?? delivery_date_add
> #?? envelope_to_add
> #?? return_path_add
> #?? hosts = localhost
> #?? allow_localhost
>
> lmtp_socket:
> ? driver = lmtp
> ? socket = /var/lib/imap/socket/lmtp
> ? delivery_date_add
> ? envelope_to_add
> ? return_path_add
>
>
> # ls -la /var/lib/imap/socket/lmtp
> srwxrwxrwx. 1 root root 0 M...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...d transport:
dovecot_lda:
driver = pipe
command = /.../deliver \
-c /.../dovecot-deliver.conf \
-d $local_part@$domain
message_prefix = ""
message_suffix = ""
delivery_date_add
envelope_to_add
return_path_add
log_output
user = MY_MAIL_USER
i'd like to be able to build delivery conditions in dovecot so that, e.g.
mail to: bob at mydomain.com
is delivered to "bob"'s default INBOX.
but,
mail to: bob+spam at mydomain.com
is delivered to any specified (either...
2007 Mar 20
2
Wiki needs updating: Dovecot LDA + Dovecot Sieve + Exim
...the Dovecot LDA with Exim doesn't
do this.
Here is a replacement example for the local_delivery transport:-
local_delivery:
driver = pipe
command = /usr/local/libexec/dovecot/deliver -d $local_part
message_prefix =
message_suffix =
log_output
delivery_date_add
envelope_to_add
return_path_add
headers_add = Reply-To: ${if def:header_reply-to:{$h_reply-to:}{$h_from:}}
#group = mail
#mode = 0660
Basically, if the Reply-To: header exists than it merely gets overwritten with
itself. If it doesn't then the header is created and the contents of the From
header is put into it.
If...
2013 Mar 04
2
lda: duplicate prefix?
...ay or may not want to add -d $local_part@$domain depending on if
you ne
ed a userdb lookup done.
command = /usr/local/libexec/dovecot/dovecot-lda -f $sender_address -m
~/mail/
${sg{$address_file}{$home}{}}
message_prefix =
message_suffix =
log_output
delivery_date_add
envelope_to_add
return_path_add
#group = mail
#mode = 0660
temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
What am I doing wrong?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
------...
2019 Aug 28
1
LMTP Post login script for acl_groups
...;>> driver = pipe
> >>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
> >>> message_prefix =
> >>> message_suffix =
> >>> delivery_date_add
> >>> envelope_to_add
> >>> return_path_add
> >>> log_output
> >>> user = MAILUSER
> >>> group = MAILUSER
> >>>
> >>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> >>> MAILUSER are makros which get the email-adress and the mail...
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
...gt;>>> driver = pipe
>>>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
>>>> message_prefix =
>>>> message_suffix =
>>>> delivery_date_add
>>>> envelope_to_add
>>>> return_path_add
>>>> log_output
>>>> user = MAILUSER
>>>> group = MAILUSER
>>>>
>>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
>>>> MAILUSER are makros which get the email-adress and the mailuser fo...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...r $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 helpful (this is with check_local_user commented out in the router)
--------> local_user router <--------
local_part=nosuchuser domain=domainproblem.com
checking domains
cached yes match for +local_do...
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
...>>>>>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
>>>>>> message_prefix =
>>>>>> message_suffix =
>>>>>> delivery_date_add
>>>>>> envelope_to_add
>>>>>> return_path_add
>>>>>> log_output
>>>>>> user = MAILUSER
>>>>>> group = MAILUSER
>>>>>>
>>>>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
>>>>>> MAILUSER are makros w...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...;
> 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, the router cannot check the existence of the user. check_local_user
won't help you, as long as the $local_part is not a system user locally.
Basically you got 2 possibilities:
a) check in the routing...
2017 Oct 19
2
quota only for oungoing
...sages? I use
dovecot-lda for mail delivery.
ldap_delivery:
driver = pipe
command = /usr/lib/dovecot/deliver -d "${lookup ldap{user=**********))(mai
-f $sender_address -a $original_local_part@$original_domain
message_prefix =
message_suffix =
delivery_date_add
envelope_to_add
return_path_add
log_output
return_output
user = mail
group = mail
temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
--
Aydar A. Kamalov
2018 Feb 21
0
exim dovecot sieve
...t_delivery:
?? driver = pipe
?? # You may or may not want to add -d $local_part@$domain depending on
if you need a userdb lookup done.
?? command = /usr/libexec/dovecot/dovecot-lda -f $sender_address
?? message_prefix =
?? message_suffix =
?? log_output
?? delivery_date_add
?? envelope_to_add
?? return_path_add
?? #group = mail
?? #mode = 0660
?? temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
thanks and best regards
t.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180221/26417496/attachment.html>
2019 Aug 28
0
LMTP Post login script for acl_groups
...livery_pipe for $local_part@$domain
> translates to GET_LOCAL_MAIL"
> driver = pipe
> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
> message_prefix =
> message_suffix =
> delivery_date_add
> envelope_to_add
> return_path_add
> log_output
> user = MAILUSER
> group = MAILUSER
>
> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
> MAILUSER are makros which get the email-adress and the mailuser for the
> receiving emailadress.
>
> GET_LOCAL_MAIL could be...
2019 Aug 28
0
LMTP Post login script for acl_groups
...es to GET_LOCAL_MAIL"
>>> driver = pipe
>>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL"
>>> message_prefix =
>>> message_suffix =
>>> delivery_date_add
>>> envelope_to_add
>>> return_path_add
>>> log_output
>>> user = MAILUSER
>>> group = MAILUSER
>>>
>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and
>>> MAILUSER are makros which get the email-adress and the mailuser for the
>>> rece...
2007 Mar 09
0
Vexim with LDA delivery
..._delivery
file_transport = dovecot_virtual_delivery
dovecot_virtual_delivery:
driver = pipe
command = /usr/local/libexec/dovecot/deliver -d \
$local_part@$domain
message_prefix =
message_suffix =
delivery_date_add
envelope_to_add
return_path_add
log_output
user = mailnull
dovecot-sql.conf:
================================
driver = mysql
connect = host=HOSTNAME dbname=vexim user=vexim password=PASSWORD
default_pass_scheme = CRYPT
password_query = SELECT crypt as password FROM users,domains \
WHERE users.username = '...
2006 Sep 15
0
help please with lda and exim transports
...and :
dovecot_delivery:
driver = pipe
debug_print = "T: ldap_maildir_home for $local_part@$domain"
command = /usr/local/libexec/dovecot/deliver -d $local_part@$domain
message_prefix =
message_suffix =
user = mailnull
group = mail
delivery_date_add
envelope_to_add
return_path_add
log_output
but in exim.log i received
2006-09-15 15:40:41 1GOCzo-0006ih-Vw ** xxx at xxxxx.Xx R=ldap_user
T=dovecot_delivery: Child process of dovecot_delivery transport returned
67 (could mean user nonexistent) from command:
/usr/local/libexec/dovecot/deliver
what it can be?
--
Usin...
2006 Nov 07
1
lda quota
...re :
...
dovecot_delivery:
driver = pipe
debug_print = "T: ldap_maildir_home for $local_part@$domain"
command = /usr/local/libexec/dovecot/deliver -d $local_part
message_prefix =
message_suffix =
user = mailnull
group = mail
delivery_date_add
envelope_to_add
return_path_add
log_output
...
dovecot.conf
...
protocol lda {
mail_plugins = quota
}
...
thanx
--
regards, Razorenov Alex