similar to: Bounce vs. Defer

Displaying 20 results from an estimated 8000 matches similar to: "Bounce vs. Defer"

2007 May 17
1
deliver exit codes?
Before switching to dovecot deliver for all local deliveries, I'm calling deliver from maildrop (yes, don't laugh). Snippet from my global /etc/maildroprc: # Store maillist & junk messages directly /^Precedence: ?list/ if ( $MATCH ) { exception { log "Bulk message: $MATCH" #to "$DEFAULT" to "|$DELIVER" } } I replaced to
2009 May 24
2
Some questions about deliver
While investigating Dovecot's deliver with Postfix, I encountered some behaviors making me wonder whether I really understand the purpose of that binary. So, if you allow... This is from Postfix' main.cf: mailbox_command = /usr/local/dovecot/libexec/dovecot/deliver -e -n This is my quick setup for Dovecot: # 1.2.rc4: /usr/local/etc/dovecot.conf # OS: Darwin 9.7.0
2013 Nov 18
1
Calling dovecot-lda from maildrop/shell
Hello, I want to make final delivery for some of my mailboxes using dovecot-lda, since I'm interested in using sieve. My usual MDA which is called from postfix is and will be maildrop. First try was to call dovecot-lda from command line: /usr/lib/dovecot/dovecot-lda -d spam at xgm.de < testmail which gave return code 75 (EX_TEMPFAIL) and logged: dovecot: auth-worker(3533):
2006 Oct 09
2
Dovecot LDA
On Sun, Oct 08, 2006 at 10:25:53PM +0300, Timo Sirainen wrote: > On Fri, 2006-10-06 at 21:00 -0500, Steven F Siirila wrote: > > I am running Dovecot 1.0-rc6 along with dovecot-sieve from 2006-10-05 CVS. > > I am calling dovecot deliver from Postfix (main.cf): > > > > mailbox_command = /opt/dovecot/libexec/dovecot/deliver > > > > Upon switching to dovecot
2018 Jul 31
1
uid problem
hi, contacting this mailing list is my last-ditch effort to somehow come to a working configuration where postfix "ends in" dovecot, IE for special LDAP-based users, featured in the virtual mailbox delivery, dovecot would act as LDA. here's the deal. i've set up dovecot's access to the LDAP server, and for the purposes of being an IMAP server and a SASL auth backend,
2009 Apr 25
2
Dovecot auth user lookup patch for maildrop
Hi, recently I started using maildrop as a MDA doing lightweight filtering in a Postfix/Dovecot mail server combo. Only thing missing was the fact that maildrop couldn't perform user lookups against a user database that was already being served by Dovecot (for smtp auth in Postfix and for imap access obviously) in order to easily determinate proper mailbox location and home directory of
2012 Jun 22
2
LDA vs maildrop... LDA *and* maildrop?
We're considering a move from Courier to Dovecot.? So far, looks like it's not too bad, but the most challenging obstacle is what to do about our local delivery.? Factors: 1. we use a lot of maildrop "features" that are impossible in sieve without piping to an external program (would rather not re-write our working maildrop scripts in another language) 2. would love to try
2009 Sep 02
2
maildrop index update
Hi, I?m using a multi-storage architecture in my email environment and maildrop as deliver command at mta. But to this deliver the mx servers mount nfs partitions - we need to use maildrop because many patches we inserted. How can I insert a piece of code at maildrop allowing it to update the dovecot indexes (which lib and/or function from dovecot I need to use ?) Best Regards, Fernando
2011 Feb 06
2
maildrop and multi-dbox
Hi there, I'm using Dovecot 2.0.9-1 under Arch Linux. Currently, I have Maildir configured, and I move all my emails into dovecot by using this sequence: 1) cron starts fetchmail periodically under user manfred to collect my mails from various email accounts. 2) In ~/.fetchmailrc I have configured /usr/bin/maildrop as MDA. 3) In ~/.mailfilter (used by maildrop) I have extensive filtering in
2019 Sep 24
2
Can't Get SASL to Work
I have been fighting with this for almost 2 days. I can't seem to get the SMTP server to authenticate through SASL. I have turned so many things off and on, I don't remember what I've done, anymore. Can someone look at these and tell me what I'm missing. I get this in the log, anytime postfix tries to authenticate. Sep 24 19:48:14 ubuntu postfix/smtpd[14464]: warning: SASL:
2008 Apr 30
2
deliver: handling of quota_full_tempfail and -e
Hi, while testing out dovecot 1.1, I found that when you set quota_full_tempfail = yes in dovecot.conf and use the deliver -e command line flag, no deferral reason is printed, thus breaking my fancy quota_exceeded_message. This appears to be because of the if() block in lines 1003-1009 in src/deliver/deliver.c, and should be easily fixable (if it is indeed a bug, and not intended behavior).
2006 Dec 11
2
Problem in Postfix
hi to all, im using my box as mail server (CENTOS 4.4) with postfix 2.3.4 when i try to send message i got this message in my mail log any idea with my problem, thank you very much in advanced,hope you can help me. Dec 11 18:35:33 support postfix/lmtp[3341]: CCB9B40698: to=<personal at xxx.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.95, delays=0.13/0.03/0.01/0.78, dsn=2.6.0,
2006 Nov 28
5
considering dovecot
Hi all. I'm making a case to use Dovecot over Courier and would like some feedback. I've searched the web extensively and have been unable to find any hard information regarding Dovecot's IMAP performance. I've got some pressure to use Courier but my gut tells me that Dovecot should be much faster. In particular, I will have typical users with mailboxes exceeding 10,000
2008 Jan 19
2
Maildrop script to sieve
Hi, I'm working on a system that have about 350K e-mail users and 100k users that uses maildrop scripts to make filters on their delivery. So, changing scripts by hand can't be a choice. I "googled" so much and I wasn't able to find any script that converts maildrop scripts to sieve. Does anyone knows where can I find it? By the way, does anyone uses dovecot-1.1-beta on a
2003 Dec 18
2
Maildir quotas support in Dovecot and 2 other newbie questions
I am not familiar with all the features that Dovecot has, but I am familiar with Courier IMAP using Maildir. Does Dovedot have a software based Maildir supporting quota program like Courier IMAP ? Can maildrop be used with Dovecot for quotas ? Courier IMAP has maildrop integrated. - If maildrop support is turned on in Courier IMAP, then a user will get a quota warning mail message
2008 Jul 14
1
Postfix+maildrop+deliver?
Hello, I currently use procmail without the deliver LDA but would like to switch to using deliver. I also would like to get away from procmail for various reasons. Otherwise I could use the procmail-patch from http://dovecot.org/pipermail/dovecot/2006-July/014656.html AFAICS. I don't want to use sieve because it's too limited and can't see a similar patch like the one for
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
Hello, I just migrated from Postfix/Courier/Maildrop to Postfix/Dovecot/Deliver/Sieve and don't unterstand the right syntax for sieve :( I searched and found many small examples and many links to the RFC, but nothing was usefull for me (or i didn't unterstand it) I installed the latest Dovecot-Sieve (hg). Examples from my maildrop config: # Filter FROM if($E =~ /name at domain1\.tld/)
2006 Mar 31
3
C programmers, please help. need dovecot patch
Hi all. Can any C programmers out there tell me how to fix Dovecot to default to Maildir format when autodecting can't find anything? I don't know C, but it seems like it would be a simple thing. Right now, I use the autodetect mailbox feature because we want users to choose to optionally be able to use Mbox format (we have some diehard unix users with non-maildir clients). I have
2012 Oct 19
3
LDA without lookup as non-root?
Hello, I'm having some problems getting LDA to work without userdb lookups and have a few related questions. This system has all users in MySQL, each user with unique UID/GID, no local users at all.? Installation is from apt-get. 1) If LDA is invoked without lookups, is it correct to assume that the "service auth" and "service auth-worker" can be completely removed
2006 Jul 13
1
maildir++ quota bug...
Running RC2 with maildrop and MDA: dovecot writes a positive quota count, then the negative quota count on messages delivered with maildrop. For example, message #1 arrives via maildrop: 4488236 1 message is deleted via dovecot: 4488236 1 -4488236 -1 This does not happen when the user accesses the message, only when it is deleted. The user never gets credit for deleting