Displaying 20 results from an estimated 4000 matches similar to: "local delivery agent"
2009 Sep 29
3
Problem with dict-quota, deliver killed by delivery attempt
Hi,
I can't get quota lda plugin working...
When I enable quota plugin, the emails (delivered by exim + dovecot-lda) are
instantly rejected:
2009-09-29 16:36:12 1MsdoI-0000aJ-2L ** jacek at my-domain.pl R=mysql_localuser
T=dovecot_delivery: Child process of dovecot_delivery transport (running
command "/usr/lib64/dovecot/deliver -d $local_part@$domain -f
$sender_address -a
2010 Mar 17
1
dovecot 2.0beta3 installation
Hello,
I tried to install dovecot 2.0 beta3 and deliver seems to look for its
config file in unusual places.
In my exim logs, I get:
010-03-17 13:39:24 [31257] 1NrsWt-0004T0-1K <email at example.com>:
dovecot_delivery transport output: lda: Fatal: User lookup failed:
net_connect_unix(/opt/dovecot/etc/dovecot/dovecot.conf) failed: No such
file or directory
2010-03-17 13:39:24 [31257]
2006 Sep 15
0
help please with lda and exim transports
hello 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
2018 Jun 01
0
Dovecot LDA errors
Hi list,
I'm having an issue on a server thats been running ok for years, its
running Exim 4.91 onto of FreeBSD 10.4 with Dovecot 2.3.1.
Recently I've started seeing messages getting stuck in the queue for
local delivery and upon checking the Exim log I see this:
2018-06-01 17:31:09.339 [48228] 1fOmxJ-000CXp-3s
<a.smith at ldexgroup.co.uk>: dovecot_delivery transport output:
2018 Jun 01
2
Dovecot LDA errors
I moved from the LDA to LMTP and a lot of ?weird? things stopped.
Let me know if you?d like to see my exim setup. (I?m also on FreeBSD, and the Dovecot maintainer and committer).
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
From: dovecot <dovecot-bounces
2018 Feb 21
2
exim dovecot sieve
Hello list.
I have just a generic question. Exim delivers fine to dovecot-lda. My
problems are the logfiles. Whenever I recieve a message
Exim writes to dovecot.log as the user who recieves the mail. This
forces me to have that logfile world writeable. I don't
really like that. How do you guys deal with that? Here my transport:
dovecot_delivery:
driver = pipe
# You may or may not
2015 Sep 26
2
v2.2.19 release candidate released
Hello,
I am trying out 2.2.19.rc1 on a lightly loaded server with no problems
so far. The reason I wanted to try 2.2.19.rc1 was to get access to the
%{listener} variable in the auth phase so I can modify the SQL
password_query according to which unix_listener is being queried.
According to the docs, "These variables work only in Dovecot-auth and
login_log_format_elements setting". I
2010 Dec 19
1
stat(/..../Maildir/cur) failed: No such file or directory
Hi!
I use dovecot 1 without any problems for years. Thanks for it!
Now I try to migrate to dovecot2.
I have small problem.
# dovecot --version
2.0.7
# dovecot -n
# 2.0.7: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.1-RELEASE i386
auth_verbose = yes
disable_plaintext_auth = no
first_valid_gid = 26
first_valid_uid = 26
lda_mailbox_autocreate = yes
login_greeting = imap/pop mailserver
2019 Aug 28
2
LMTP Post login script for acl_groups
I think, i had the same problem as you.
When dovecot runs lmtp, no user is logged in, so there is no user from
which you can get groups. So i think, my solution is (not really sure,
if this is right, it's a long time ago, i played around) this transport
in exim for local delivery
dovecot_delivery:?????????????
? debug_print = "T: dovecot_delivery_pipe for $local_part@$domain
translates
2010 Feb 06
2
pop3 quick question
Hello list,
I have found imap_allowed option in dovecot which do exactly what I need, for imap. Is there something similar for pop3 protocol?
The main goal for it - is to enable pop3 access to specific users.
Or maybe dovecot have some 'pop3=yes' or 'imap=no' args to userdb/passdb sections ?
I know future dovecot 2.* versions will support rewriting for protocols, but this is
2009 Jul 09
2
Dovecot fails to deliver big messages
Description of problem:
Hello, I am having problems with Dovecot not delivering 'big' emails. Small
email with 1-2 kb text delivered fine. If the message about 200kb long or more
it freezes. I am also getting "copy: i_stream_read() failed: Permission denied"
erros in Dovecot log files. I have tried switching off selinux and settings 777
permissions to my mail_location - it both
2013 Aug 24
1
Disable PAM username change?
Hi! I have a problem involving Samba4, exim4, fetchmail, Dovecot and PAM...
I am using Dovecot 2.1.7 on Debian Wheezy.
I have setup a "maildrop" machine, which fetches mail from an external POP3
server for multiple accounts using fetchmail, delivers to local users
mailboxes through exim4 and then serves them on the intranet via IMAP with
Dovecot.
This works great with local unix users,
2017 Nov 09
2
Postlogin script
Hi,
I would like to prepare postlogin a script that allow imap connection to
roundcube for all but restrict imap access for selected users.
My question is that:
Is possible in condition IF use IP addresses as range or with mask (because
I've more than one web servers) ?
My script:
#!/bin/sh
if [ "$IP" = "172.11.0.28" ] ; then
printf "* [ALERT] Access allowed from
2018 Feb 21
0
exim dovecot sieve
I use lmtp with exim.??
Sent from my T-Mobile 4G LTE Device
-------- Original message --------From: himbeere at shinymail.de Date: 2/21/18 11:59 AM (GMT-06:00) To: dovecot at dovecot.org Subject: exim dovecot sieve
Hello list.
I have just a generic question. Exim delivers fine to dovecot-lda. My
problems are the logfiles. Whenever I recieve a message
Exim writes to dovecot.log as the user
2019 Aug 28
1
LMTP Post login script for acl_groups
> On 28/08/2019 21:07 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>
>
> > Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
> >
> >
> >> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
> >>
> >>
> >>> Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via
2015 Sep 27
0
v2.2.19 release candidate released
On 26 Sep 2015, at 12:15, Greg Wildman <lists at itns.co.za> wrote:
>
> Hello,
>
> I am trying out 2.2.19.rc1 on a lightly loaded server with no problems
> so far. The reason I wanted to try 2.2.19.rc1 was to get access to the
> %{listener} variable in the auth phase so I can modify the SQL
> password_query according to which unix_listener is being queried.
>
>
2019 Aug 28
5
LMTP Post login script for acl_groups
> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>
>
> > Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
> >
> > I think, i had the same problem as you.
> >
> > When dovecot runs lmtp, no user is logged in, so there is no user from
> > which you can get groups. So i think, my
2007 Jun 08
6
Xen 3.1 - 32 vs 64 bit hypervisor
I''ve been experimenting with Xen 3.1.
My requirements are to run lots 32 bit paravirt domains on large
memory hosts (8GB or more).
Previously I''ve used a 32 bit Xen with PAE hypervisor which works
well. However I seen from the announcement that you can use a 64 bit
hypervisor and still run 32 bit PAE domains. I''ve tried this and it
works as advertised!
What
2017 Nov 10
1
Postlogin script
Thx, prips works as I expected, gr8 tool, not available in Gentoo repository
but after compilation Dovecot doing what I wanted.
Regards,
Jack
2017-11-09 21:19 GMT+01:00 Gedalya <gedalya at gedalya.net>:
> A bit clunky but perhaps you could find another command.
>
> https://packages.debian.org/stretch/netmask
>
> $ IP=172.11.0.28
> $ if [ "$(netmask -n $IP/24)"
2004 Aug 05
6
Dovecot Local Delivery Agent
Hi
I noticed in a post that Timo might start work on a LDA Great! If so,
here is something I would really like included.
Support for PAM
There is quite a lengthy reason behind this. In my organisation, user
accounts are created on ldap. It is up to the services to create home
directories whenever the user first uses them. For instance, Samba will
do this the first time they connect to their