Displaying 20 results from an estimated 300 matches similar to: "Some questions about deliver"
2004 Aug 12
2
MagiC PC installer doesn't like wine
I've wine installed as part of SuSE Linux 9.1 Pro and it works fine for several windows prgs.
I try to install the Atari emulator Magic PC (because it is better than STonX).
Wine starts the installer of MagiC, Setup.exe, which gives the message "can't open ...
Setup.ex_".
Setup.exe works under win98 but under wine it looks for itself with the wrong extension .ex_
MagiC PC test
2007 Apr 14
3
LDA problem
Hi,
I am using dovecot deliver as lda for sendmail. My problem is that when
a user account is over quota, deliver program sends message in the logs,
but the message is not bounced back to sender informing that their is
disk quota problem at the recipient side. Further message remains in the
mail queue. Details are below. Plz suggest how to figure out the problems:
1. Message should be
2007 May 09
2
PATCH: Deliver looses mail and DSN if Return-Path is missing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
Dovecot v1.0.0
if there is no Return-Path in the message and Deliver cannot deliver the
message, no DSN is sent _and_ the MTA is returned 0 (aka success) return
code, which leads to mail loss.
This is not the case, when the message actually finds a Return-Path, but
fails to invoke the MTA.
- --- src/deliver/mail-send.c (revision 47)
+++
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
2007 May 09
3
PATCH: sendmail-like DSNs in Dovecot deliver (EX_TEMPFAIL always)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I've put together an always tempfail & sendmail-like DSN report back
patch.
Because I don't know how to transform the rejection reason into sysexit.h
codes, it always tempfails.
The hooks are so that:
a) config file setting:
lda_mode = mode
b) command line:
deliver --mode mode
where mode is default or sendmail.
When no
2007 Sep 25
1
deliver w/quotas - MDN after accept mail?
I'm testing deliver with sendmail and fs quotas.
On an over quota condition, deliver accepts the mail, deletes it, then
issues a MDN immediately.
Is there a way to get deliver to soft fail like procmail does with a 400
error and queue the mail, then let sendmail handle the MDN, following
it's "confTO_QUEUEWARN" and "confTO_QUEUERETURN" ?
Thanks,
Ken
--
Ken
2001 Mar 27
2
IMPRINTS: mkprintpkg.pl unable to expand microsoft cab file
Jerry,
Perhaps you could help me with a problem building a Samba print package.
I've downloaded the drivers files I need from HP. I run the appropriate
mkprintpkg.pl command, but it dies with the following output:
[root@tux designjet]# /usr/local/imprints/bin/mkprintpkg.pl
--name="hp1050c" --version=1.00
--display-name="HP DesignJet 1050c" -d "HP DesignJet 1050C
2006 May 04
1
dovecot LDA and pop3 session lock question
If pop3_lock_session = yes, how does Dovecot LDA handle the situation
when the pop3 mbox is locked?
Does it requeue mail for later delivery immediately (EX_TEMPFAIL), or
wait until mbox_lock_timeout?
Thanks,
Ken A.
Pacific.Net
2007 Feb 09
5
resilience suggestion
On the whole we are pleased with our trials of dovecot to replace UW-IMAP.
But (ah!) we have hit one particular problem, in which we think dovecot
could probably benefit from a resilience improvement.
We're running dovecot on Fedora Core 5 (FC5), with passwd map details
supplied by NIS. We have found that "nscd" sometimes thinks that a
username is invalid, even though it is valid.
2009 Jun 28
3
System users, mbox format and global ACLs
I need some help here... ;-)
I'm experimenting with global ACLs, but just fail to understand very
basic behaviors.
So, before digging into the source code, I would really be delighted
if someone could immediately point a mistake I'm making and miserably
overlooking.
The output of dovecot -n is provided at the end of this email.
Just in case, conforming to the suggestion made in
2012 Apr 19
3
dovecot LDA with sendmail
Hi,
Im configuring sendmail with dovecot for virtual users using
password file and file for user name. on centos.
dovecot-1.0.7-7.el5
sendmail-8.13.8-2.el5
dovecot ?n
# 1.0.7: /etc/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot.log
ssl_disable: yes
login_dir: /var/run/dovecot/login
login_executable(default):
2010 Jul 12
3
deliver and root user
On RHEL5, dovecot 1.0.7, I have set up sendmail to use `deliver` for
my local mda. It keeps giving me this error for the root user though:
Jul 12 12:51:29 mail sendmail[4105]: o699225f001348:
to=<root at localhost.localdomain>, ctladdr=<root at localhost.localdomain>
(0/0), delay=3+08:49:26, xdelay=00:00:00, mailer=local, pri=7502879,
dsn=4.0.0, stat=Deferred: local mailer
2008 Jan 07
2
do not lose mail when dovecot is dead
Hi!
Recently I've experienced problems with dovecot. Dovecot died silently,
what means is that there are no core files, nor any indication in the
log files, just the "kevent(): Invalid argument" messages. Dovecot just
died, so deliver could not connect to the auth-master socket, which
means that messages couldn't been delivered. The problem is that
postfix thought that the
2013 Sep 23
1
doveadm mailbox create error codes
Hello,
I'm trying to find out what the different 'doveadm mailbox create' error
codes are. I've been looking through the source, but I can't seem to
find them.
I did determine that '65' happens when "Error: Can't create mailbox x:
Mailbox already exists", but I've also received error 67, and the more
mysterious error code 16640.
Thanks for any
2008 Mar 24
4
dovecot dead
Hi,
I am a new linux user.I jz setting up a mail server.Downloaded &
Configured the components:CentOS,OpenLDAP,pam,dovecotMailServer,s
endmial,squireelmail etc....
But wehn i want to check whether it works or not, so i open up my
clientmail, wchi is Netscape 7.2. in Edit > Mail & Newsgroups Account
Setting > server setting... i had put the ip address for the
machine... but error pop
2015 Jan 26
1
LDA input validation
St?phane Cottin writes:
>> You're stilling going to lose contents. If dspam fails, the mail
>> is dumped, the LDA returns exit code 75, and the MTA will probably
>> issue a bounce Email to the sender.
>
> from dovecot-lda man page :
>
> 75 A temporary failure. This is returned for almost all failures. See the log file for
> details.
2014 Nov 14
1
Using dovecot-lda with sendmail
Hello:
I'm trying to get dovecot-lda to work with sendmail on a CentOS 7
server. I've tried following the instructions at the wiki,
http://wiki2.dovecot.org/LDA/Sendmail, by adding the lines to
/etc/mail/sendmail.mc, recompiling to /etc/mail/sendmail.cf and
restarting sendmail -- the process for any sendmail config change.
However it is still not working and in the maillog, it
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):
2010 Sep 17
2
v2.0.3 released
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
* dovecot-lda: Removed use of non-standard Envelope-To: header as a
default for -a. Set lda_original_recipient_header=Envelope-To to
returns the old behavior.
+ Added support for reverse quota warnings (i.e. when quota goes back
under the limit). This is enabled by adding
2010 Sep 17
2
v2.0.3 released
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz
http://dovecot.org/releases/2.0/dovecot-2.0.3.tar.gz.sig
* dovecot-lda: Removed use of non-standard Envelope-To: header as a
default for -a. Set lda_original_recipient_header=Envelope-To to
returns the old behavior.
+ Added support for reverse quota warnings (i.e. when quota goes back
under the limit). This is enabled by adding