Displaying 20 results from an estimated 34 matches for "envelope_to_add".
2018 Mar 16
4
cyrus: socket options
...cmd="lmtpd -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 hav...
2018 Feb 21
2
exim dovecot sieve
...transport:
dovecot_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
...ery
dovecot_delivery:?????????????
? 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@$...
2019 Aug 28
5
LMTP Post login script for acl_groups
...elivery_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...
2018 Mar 16
0
cyrus: socket options
...uot;
> prefork=4
> [...]
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
> sr...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...= dovecot_lda
and 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...
2007 Mar 20
2
Wiki needs updating: Dovecot LDA + Dovecot Sieve + Exim
...example for using 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...
2013 Mar 04
2
lda: duplicate prefix?
...package.
# You may 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...
2019 Aug 28
1
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 ar...
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
...t;>> 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...
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
...ot;
>>>>>> 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_M...
2017 Oct 19
2
quota only for oungoing
...eject incoming messages? 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
...transport:
dovecot_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/attachme...
2019 Aug 28
0
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...
2019 Aug 28
0
LMTP Post login script for acl_groups
...r $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...
2007 Mar 09
0
Vexim with LDA delivery
...#file_transport = virtual_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 \
WHE...
2006 Sep 15
0
help please with lda and exim transports
...so i looked wikki 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 i...
2006 Nov 07
1
lda quota
...uot;.
exim configure :
...
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
2019 Aug 29
1
[SOLVED] Re: LMTP Post login script for acl_groups
...ot;
>>>>>> 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_...
2011 Jun 08
0
deliver doesn't find adress/inbox
.../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
log_output
user = dovecotvmail
temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78