Displaying 20 results from an estimated 1000 matches similar to: "dovecot LDA w/ exim: "dyld: Library not loaded" & "trace trap" errors"
2005 Sep 24
1
using local-part delimiters in LDA delivery?
hi all,
i've exim 4.53RC2 + dovecot-cvs on OSX 10.4.2.
i'm working on implementing recipient-delimiters for delivery from exim to a
user's imap store using dovecot's cvs-lda.
reading on the wiki (Jakob's latest comments?):
" ... the part after the delimiter is passed to the lda as an additional
parameter. so dovecot-lda should handle that parameter and leave the
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
2016 Nov 21
0
Exim still accepting emails to nonexistent users
Hi Marti,
(Please do not send CC to my private account)
Marti Markov <marti1234 at gmail.com> (Mo 21 Nov 2016 03:52:54 CET):
>
> Here is the router:
>
> virtual_aliases:
?
> hide data = CHECK_VIRTUAL_ALIASES
> local_user:
> debug_print = "R: local_user for $local_part@$domain"
> driver = accept
> domains = +local_domains
>
2007 Jan 26
1
Ubuntu, Exim, deliver: permissions/setgid problem
Hello all,
I have a little problem. I'm trying to set up Dovecot deliver (1.0 beta
3) as the LDA for Exim4 on Ubuntu 6.06 with MBOX, and I'm running into
permissions problems. Exim typically wants to run pipes as the user to
whom the mail is being delivered (as per the "check_local_user").
deliver needs access to the auth socket and needs to be able to create
files in /var/mail.
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
2016 Nov 23
0
Exim still accepting emails to nonexistent users
Hi Heiko,
Sorry for using your private email address. :/
I managed to get this working using local_user changes by adding ldap user
verification there:
local_user:
debug_print = "R: local_user LDAP lookup for $local_part@$domain"
driver = accept
domains = +local_domains
condition = CHECK_VIRTUAL_USER
transport = dovecot_lmtp
cannot_route_message = Unknown user
Where
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
2013 Jul 30
2
Calling dovecot-lda correctly from exim for virtual user setup
Hi,
I'm running Dovecot 2.1.7 on Debian. Exim is the MTA. I was recently
made aware of the fact that the way in which Exim invokes dovecot-lda is
prone to code injection:
dovecot_virtual_delivery:
driver = pipe
command = HOME=/home/vmail/\$local_part /usr/lib/dovecot/dovecot-lda
-f \$sender_address
use_shell
..
I.e. a command is executed via the shell, and Exim uses
2007 Mar 20
2
Wiki needs updating: Dovecot LDA + Dovecot Sieve + Exim
So as to make sure that Dovecot Sieve's vacation system works Exim has to be
forced to generate a "Reply-To:" header in the message (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 =
2008 Feb 29
2
different mail_locations
Hi all
I've mounted a cluster ACTIVE-PASIVE, with the mailbox in a SAN. The
user's home are:
/Correo/mail/foo/home
I use: Postfix, dovecot and dovecot_lda.
The folder /san/mail is only show in the active node (switch the virtual
ip, filesystem and daemons).
How i configure dovecot mail_location?? Now i have:
mail_location: maildir:/Correo/mail/%n
The problem is that the admin mails
2008 May 05
1
dovecot + exim + verify recipient / reject bad recipient at SMTP time
hello,
I'm quite new to dovecot. My instalation is working good
Debian Etch
- exim: 4.63-17
- dovecot: 1.0.rc15
I'm using virtual user setup, with LDA delivery method. There is no database backend at this
time.
Is there any way to configure exim to reject non-existing user /asking dovecot lda/
at SMTP time. The standard exim configuration in ACL section do not work:
--- cut ---
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
2005 Oct 02
0
can't access dovecot IMAP account w/TBird ... ok w/ other clients
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi all,
i'm using
dovecot --version
1.0.alpha3
dovecot --build-options
Build options: ioloop=poll openssl postgresql
Passdb: checkpassword pam passwd passwd-file sql
Userdb: checkpassword passdb passwd passwd-file sql static
on OSX 10.4.2.
i've set up for
maildir: format
PLAIN text AUTH, w/ "disable_plaintext_auth =
2008 Feb 13
2
Access denied when setting permissions
I have a windows 2003 AD domain and a server joined to that domain.
Winbind is being used as an idmap. Most everything seems to work fine.
Winbind gets user info correctly:
[root@samba ~]# wbinfo -u
TESTDOMAIN\administrator
TESTDOMAIN\guest
TESTDOMAIN\support_388945a0
TESTDOMAIN\krbtgt
TESTDOMAIN\swhaley
TESTDOMAIN\test
[root@samba ~]# wbinfo -g
BUILTIN\administrators
BUILTIN\users
2008 Nov 27
3
SMBD not authenticating against Active Directory
Hi,
Iam trying to setup Samba version 3.2.3 on Redhat (RHEL5) server to use
Active Directory for authentication. I followed the instructions from
article in following website:
http://technet.microsoft.com/en-au/magazine/dd228986.aspx
Setup Winbind + Samba + Kerberos and it seems to work fine. I can see the
users in Active Directory through winbind as well as authenticate users
using NTLM
2008 Dec 04
1
Join multiple CTDB managed Samba servers into Active Directory
Hi ,
I have set up a 2-node CTDB cluster serving NFS and CIFS authenticating
Windows and Linux users via Active Directory.
The setup works fine, except only one server in the CTDB-cluster is able to
join the AD domain at a given instance. If you manually add the other server
into AD, the already connected server gets disconnected. There is no
specific error message logged in /var/log/message or
2006 Feb 21
1
Custom forms and fieldWithErrors tags
Hi,
(probably) A newbie questions:
I have a form where a user can choose an email address, but there are only
some choices for the domain, so I wrote a helper where the local part of the
email is a text field and the domains is a dropdown list, like:
Select Email: [ my_name ] @ <domain.com>
..which I defined as a helper:
def email_form(tagname, domain_list)
2018 Jul 16
0
Need advice on upgrading from 4.3.11 to 4.8.3
On Mon, 16 Jul 2018 08:03:22 +0000 (UTC)
Taner Tas <taner76 at gmail.com> wrote:
> > Hi all,
> >
> > We have a Samba AD DC service running on Ubuntu 16.0.4 with Samba
> > 4.3.11. We are planning to upgrade it to a recent version, probably
> > 4.8.3.
> >
> > I think that I have two options:
> >
> > a) Package upgrade via 3rd party
2005 Oct 10
1
Need help with SQL queries after updating to 1.0a3
I upgraded to 1.0a3 - i have everything in the config migrated over,
but I'm unsure about the way i should be querying postgres
my db handles virtual accounts only, and is set as such:
CREATE TABLE accounts (
local_part VARCHAR(64) NOT NULL,
domain VARCHAR(64) NOT NULL,
password VARCHAR(64) NULL,
home_dir VARCHAR(256) NOT NULL,
uid INTEGER DEFAULT
2018 Jul 16
2
Need advice on upgrading from 4.3.11 to 4.8.3
> Hi all,
>
> We have a Samba AD DC service running on Ubuntu 16.0.4 with Samba
> 4.3.11. We are planning to upgrade it to a recent version, probably
> 4.8.3.
>
> I think that I have two options:
>
> a) Package upgrade via 3rd party repositories (Louis Van Belle's repo)
> by following wiki.
>
> b) A fresh install of 4.8.3 on another VM then join it to