Displaying 20 results from an estimated 195 matches for "drhu".
2011 Jan 18
2
Dovecor 1.2 : Command output: Fatal: Unknown argument: flags=DRhu Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>] [-f <envelope sender>] [-m <mailbox>] [-n] [-s] [-e] [-k] )
Hi there,
I changed postfix to pass email to spamassassin, and then deliver to
dovecot LDA. It fails to deliver.
The current entry in master.cf now reads:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d
${recipient}
smtp inet n - - - - smtpd
-o content_filter=spamassassin
spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e
/usr/sbin/sendmail -oi -f ${sender}...
2009 May 18
5
LDA and postfix with recipient delimiter: documentation
...fix version
postfix-2.7-20090511.
I have no local (unix) mailboxes, everything is delivered to dovecot,
so in postfix I have set mailbox_transport = dovecot.
In this case the following syntax taken from the docs
does not work:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
whereas the following does work:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${domain}
I think that ${domain} is a...
2016 Oct 12
3
sieve sending vacation message from vmail@ns1.domain.tld
I have a server running centos-release-7-2.1511.el7.centos.2.10.x86_64
with dovecot version 2.2.10. I am also using roundcube for webmail.
when a vacation filter (reply with message) is created in roundcube it
adds a rule to managesieve.sieve in the user's mailbox. everything
works fine except the reply comes from vmail at ns1.domain.tld instead of
user at domain.tld. ns1.domain.tld
2015 Apr 14
2
Dovecot and recipient_delimiter
...his
>> folder.
>>
>> what i have done yet:
>>
>> dovecot.conf:
>>
>> plugin {
>> recipient_delimiter = +
>> }
>>
>> postfix: master.cf
>>
>> dovecot unix - n n - - pipe
>> flags=DRhu user=vmail:vmail null_sender=
>> argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
>> -e -m ${extension}
>>
>> postfix: main.cf
>>
>> recipient_delimiter = +
>>
>>
>> what i get:
>>
>> Apr 14 13:46:50 mule postfix/...
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
...chreef Matthew Broadhead:
>>> hi, does anyone have any ideas about this issue? i have not had any
>>> response yet
>>>
>>> i tried changing /etc/postfix/master.cf line:
>>> dovecot unix - n n - - pipe
>>> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d
>>> ${recipient}
>>>
>>> to
>>> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/dovecot-lda -f
>>> ${sender} -d ${user}@${nexthop} -a ${original_recipient}
>>>
>>> and
>>...
2011 Sep 12
3
Sieve envelope :detail "to" "extention" does not deliver to fileinto destination
...l/sieve/lists.sieve
require ["fileinto", "subaddress", "envelope" ];
if envelope :detail "to" "pdnsusers" {
fileinto "Lists.pdnsusers";
}
###
postfix/master
###
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender}
-d ${user}@${nexthop} -a ${original_recipient}
# flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f
${sender} -d ${user}@${nexthop} -m ${extension} -a ${original_recipient}
###
Log
###
Sep 11 21:47:48 lvps46-163-74-15 postfi...
2011 Mar 09
1
Fatal: postmaster_address setting not given
...e on ubunto 9.10)
I note that in 10.10 their is no dovecot-postfix.conf so I made the
appropriate changes to dovecot.conf instead and changed master.cf
dovecot transport line since I saw someone recently had the same problem:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -c
/etc/dovecot/dovecot.conf -f ${sender} -d ${recipient}
I still have that problem however. Authentication seems ok but delivery
fails.
Any possibility of help on this one?
vecot?? unix? -?????? n?????? n?????? -?????? -?????? pipe<br>
?...
2012 May 17
1
Valid config for lda_mailbox_autosubscribe with dovecot 1.2?
...hat the -s parameter I used to autosubscribe to sieve folders
doesn't exist anymore in dovecot 2.x
The problem arises because (AFAIK) in postfix's master.cf you can only
specify one configuration, and I used to have this:
dovecot unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d
${recipient} -s
Is there any way to make the config compatible for both versions, achieving
the autosubscribe and not crashing dovecot?
2011 May 18
3
Dovecot deliver
...global-default.sieve
sieve: /var/sieve/%n.sieve
I use bsdauth to system users auth againts Active-Directory, and I use
dovecot to deliver the mails, in my postfix master.cf I have this:
## Deliver con Dovecot en
## Mailboxes
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver
-f ${sender} -d ${recipient}
The problem is I don't any process like this:
pipe -n dovecot -t unix flags=DRhu user=vmail
/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient}
And in the dovecot log I don't see anythin...
2015 May 19
0
Can't achieve alias working with SQL
...= mysql:mailbox_domains
virtual_mailbox_limit = 1024000000
virtual_mailbox_maps = mysql:mailbox_maps
virtual_minimum_uid = 2000
virtual_transport = dovecot
virtual_uid_maps = mysql:uid_maps
master.conf : (I tried several conf)
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/bin/sudo
/usr/lib/dovecot/deliver -d ${recipient} -a ${original_recipient}
#flags=DRhu user=vmail: argv=/usr/bin/sudo /usr/lib/dovecot/deliver
-f ${sender} -d ${user}@${nexthop} -a ${recipient}
#flags=DRhu user=vmail: argv=/usr/bin/sudo /usr/lib/dovecot/deliver
-...
2015 Apr 14
2
Dovecot and recipient_delimiter
...on my dovecot server and i'd like to use the
recipient_delimiter feature to get my spam/junk mails directly to this
folder.
what i have done yet:
dovecot.conf:
plugin {
recipient_delimiter = +
}
postfix: master.cf
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail null_sender=
argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -e
-m ${extension}
postfix: main.cf
recipient_delimiter = +
what i get:
Apr 14 13:46:50 mule postfix/pickup[22664]: 71ED53C05EE: uid=0
from=<testuser at testdomain.test>
Apr 14 13:46:50...
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
....
Regards,
Stephan.
Op 19-10-2016 om 11:42 schreef Matthew Broadhead:
> hi, does anyone have any ideas about this issue? i have not had any
> response yet
>
> i tried changing /etc/postfix/master.cf line:
> dovecot unix - n n - - pipe
> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d
> ${recipient}
>
> to
> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/dovecot-lda -f
> ${sender} -d ${user}@${nexthop} -a ${original_recipient}
>
> and
> -d ${user}@${domain} -a {recipient} -f ${sender} -m ${exten...
2007 Jun 06
1
user lookups not working when using dovecot as lda
...s anyone an idea where my mistake is?
Here is my actual configuration:
dovecot version: 1.0.beta9
postfix version: 2.2.10
system: FreeBSD 6.1-STABLE
The system is using maildirs.
I changed my postfix/master.cf to the following:
dovecot unix - n n - - pipe
flags=DRhu user=dovecot:dovecot
argv=/usr/local/libexec/dovecot/deliver -d ${recipient} -m ${extension}
In my postfix/main.cf I use the following:
dovecot_destination_recipient_limit = 1
local_transport = dovecot
lda & auth specific settings from my dovecot.conf:
protocol lda {
postmaster_addre...
2018 Jan 24
3
problem with lda
...ot v2.2.23 to 2.3.0. I have a strange problem with lda.
We use bounce mails for internal users if they try to send virus/spammails. The exact same config works with 2.2.23, but not with 2.3.0.
The relevant postfix/master.cf part:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/opt/dovecot/libexec/dovecot/deliver -d ${recipient} -f ${sender}
On the same machine, with 2.2.23 I get a bounce mail when trying to send a virus, with the subject "VIRUS in message apparently from you (Eicar-Test-Signature)", to both the users inbox as well as to...
2011 Oct 25
3
Temporary Failure that's Permanent!
...???? n?????? n?????? -?????? -?????? virtual
lmtp????? unix? -?????? -?????? n?????? -?????? -?????? lmtp
anvil???? unix? -?????? -?????? n?????? -?????? 1?????? anvil
scache??? unix? -?????? -?????? n?????? -?????? 1?????? scache
maildrop? unix? -?????? n?????? n?????? -?????? -?????? pipe
? flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp????? unix? -?????? n?????? n?????? -?????? -?????? pipe
? flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail??? unix? -?????? n?????? n?????? -?????? -?????? pipe
? flags=F user=ftn argv=/usr/lib/ifmail/...
2014 May 16
2
Pigeonhole and Dovecot deliver
...in 15-lda.conf recommented
protocol lda {
# Space separated list of plugins to load (default is global
mail_plugins).
mail_plugins = $mail_plugins sieve
log_path =
info_log_path =
}
after that,
in master.cf i added
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/dovecot-lda -f
${sender} -a ${recipient} -d ${user}@${nexthop}
in main.cf
mailbox_command = /usr/libexec/dovecot/dovecot-lda -a "$RECIPIENT"
dovecot_destination_recipient_limit = 1
virtual_transport = dovecot
virtual_mailbox_domains = ldap:doma...
2016 Oct 19
3
sieve sending vacation message from vmail@ns1.domain.tld
Op 19-10-2016 om 13:47 schreef Matthew Broadhead:
> i am not 100% sure how to give you the information you require.
>
> my current setup in /etc/postfix/master.cf is
> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d
> ${recipient}
> so recipient would presumably be user at domain.tld? or do you want the
> real email address of one of our users? is there some way i can
> output this information directly e.g. in logs?
I am no Postfix expert....
2009 Feb 19
1
LDA dovecot with Postfix not workin :-(
...s and dovecot
imaps/imap pop3/pop3s workin fine lokal smtp too,
but a remote host is not able to send mail
Debian Etch
uname -a Linux mail 2.6.18-6-xen-amd64
#virtual user
vmail:x:5000:8::/home/vmail:/bin/sh
#master.cf added
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d ${recipient}
#/var/log/mail.info
Feb 19 12:37:51 mail postfix/master[6082]: daemon started -- version 2.3.8,
configuration /etc/postfix
Feb 19 12:37:58 mail postfix/smtpd[6106]: connect from XXX [XXX]
Feb 19 12:37:58 mail postfix/smtpd[6106]: 9D1501...
2012 Jun 02
1
postfix+dovecat: virtual domains with imap+lmtp
...n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# The Cyrus deliver program has changed incompatibly, multiple times.
#
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m
${extension} ${user}
# Cyrus 2.1.5 (Amo...
2009 Aug 15
11
Postfix : lda problem
...r message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
#
# Other external delivery methods.
#
if...