Displaying 20 results from an estimated 30 matches for "message_suffix".
2018 Feb 21
2
exim dovecot sieve
...ally like that. How do you guys deal with that? Here my 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
...this transport
in exim for local delivery
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...
2019 Aug 28
5
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
> > MAI...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...= +*
local_part_suffix_optional
transport = 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....
2007 Mar 20
2
Wiki needs updating: Dovecot LDA + Dovecot Sieve + Exim
...(which it doesn't do
by default). The current 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 head...
2013 Mar 04
2
lda: duplicate prefix?
.../usr/lib/dovecot/dovecot-lda if using Debian's 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...
2019 Aug 28
1
LMTP Post login script for acl_groups
...nt = "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 sophistica...
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
...g_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...
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
...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
>>>>>>
&g...
2017 Oct 19
2
quota only for oungoing
...s it possible to congi dovecot to not reject 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
...ally like that. How do you guys deal with that? Here my 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/...
2019 Aug 28
0
LMTP Post login script for acl_groups
...ry
>
> 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 a...
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...
2007 Mar 09
0
Vexim with LDA delivery
...vecot_virtual_delivery
virtual_domains_catchall:
#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_quer...
2006 Sep 15
0
help please with lda and exim transports
...o All
i am trying to fix the dovecot quotas and red that LDA helps...
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 n...
2006 Nov 07
1
lda quota
...informatic message for users like "your recipient box is
overquoted".
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
...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
>>>>>>
&...
2011 Jun 08
0
deliver doesn't find adress/inbox
...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
log_output
user = dovecotvmail
temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
2005 Aug 17
2
Dovecot Deliver Problem
Trying to use the deliver utility and getting this error:
error: net_connect(/var/run/dovecot/auth-master) failed: No such file or
directory
--
Marc Perkel - marc at perkel.com
Spam Filter: http://www.junkemailfilter.com
My Blog: http://marc.perkel.com
2008 Jun 14
1
Caseless folder delivery?
...vecot_virtual_delivery:
driver = pipe
command = /usr/local/libexec/dovecot/deliver \
-f $return_path \
-a $local_part$local_part_suffix@$domain \
-d ${extract{user}{$address_data}} \
-m "${extract{folder}{$address_data}}" -n
message_prefix =
message_suffix =
log_output
return_path_add
user = vmail