Displaying 20 results from an estimated 20000 matches similar to: "dovecot lda and postfix"
2009 May 27
1
A few easy pam and virtual domains questions
I am using dovecot with postfix, which was setup to do virtual
domains. Dovecot is setup to authenticate against pam (I know, I know)
and knows to look for email in /var/spool/vmail/:
virtual_mailbox_base = /var/spool/vmail
I also have virtual_mailbox_maps defined as
virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
where I currently only have one account,
% cat /etc/postfix/vmaps.txt
raub
2007 Jun 13
1
postfix+dovecot delivering to wrong (/var/mail/%u) place
(Dovecot 1.0.rc15)
Hello I'm tring to configure postfix+dovecot on debian etch.
In dovecot I use passdb pam and userdb passwd-file. I can connect pop3
clients and reveice mails
and connect smtp clients and send mails, but it is delivered to
/var/mail/%u instead the configured
mailboxes in /var/local/dovecot/%u.
I`ve configured postfix as say http://wiki.dovecot.org/LDA/Postfix.
2019 Aug 26
4
User found but password failure
Trying to figure out which step is causing me not to be able to
login. I am using a password file,
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the password I will be using to login below. I
crank the debugging mode,
auth_debug_passwords = yes
2019 Sep 06
4
smbldap-showuser and ldapsearch can't show groups user belongs to.
Quick-n-easy questions:
Let's say user raub is added to group nosy using smbldap-groupmod
smbldap-groupmod -m raub nosy
Now, according to ol' ldapsearch,
ldapsearch -vvv -H "ldaps://ldap.example.com" -D
"uid=admin,ou=People,dc=example,dc=com" -W -b "dc=example,dc=com" -s
sub "(cn-nosy)"
group nosy has a dn attribute that looks like this
dn:
2009 Jul 23
1
Problem with sieve scripts including sieve scripts
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run (virtual)
as defined in the lda session of dovecot.conf:
global-spam.script ======================================
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Level" "********************" {
fileinto
2011 Apr 25
1
dovecot lda aliases doesn't work
Hi,
I am trying to use dovecot as lda.
I have put this line in my .qmail-default file:
#|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda -d
$EXT@$USER
It is working correct with real addresses but couldn't find forwarding
addresses.
This is my /usr/local/etc/dovecot-sql.conf:
driver = mysql
connect = host=localhost user=vpopmailuser password=vpopmailpassword
2004 Feb 18
5
ownership & ssh
Here's another easy rsync question (I am trying to make sense of
some stuff): Let's say I have this burp file, which I set the follow
uid/gid:
raub@kushana-13>ls -l burp
-rw-r--r-- 1 nobody4 noaccess 44800 Feb 18 13:07 burp
raub@kushana-14>
When I move it to katri, since it does not have those uid/gid defined, it
just spits them out as the appropriate numbers (that were
2005 Dec 27
2
postfix, dovecot, sasl deliver error
Hi,
I am receiving an error when trying to send mail. I am using FreeBSD 6
and dovecot 1.0.alpha5 and postfix 2.3-20051223 which includes the
dovecot sasl patch.
I am getting:
Dec 26 17:26:45 example postfix/pipe[612]: DC90D5C30:
to=<tep@example.com>, relay=dovecot, delay=14, delays=14/0.05/0/0.08,
dsn=4.3.0, status=deferred (temporary failure. Command output: Error:
2019 Aug 26
1
User found but password failure
On Mon, Aug 26, 2019 at 4:36 PM Joseph Tam via dovecot
<dovecot at dovecot.org> wrote:
>
> On Sun, 25 Aug 2019, Mauricio Tavares wrote:
>
> > Per [1] I decided to see what the response (base64-reply) I am
> > submitting to dovecot looks like:
> >
> > echo 'base64-reply' | base64 -d
> > raub at example.compassword
>
> I think there's a
2008 Sep 08
2
Sieve, and logging.
Hi All,
Relatively new to Dovecot - converting from courier-imap. So far, I've
got it working with virtual users (postfixadmin tables), and it seems to
be working. I'm trying to get sieve working. It's not, so I tried
turning up the logging, and putting it into a separate log file to get
it out of the syslog for now. I can get the main dovecot to log, but
I cannot get any log
2009 Aug 15
11
Postfix : lda problem
Hi,
I come back with my problem:
On debian lenny, using dovecot 1.1.13-2~bpo50+1 I try to configure my
setup (with Postfix virtual
domains) to use dovecot as lda but nothing happens, as if postfix not
delegate to dovecot
I am using the contreol panel alternc (http://www.alternc.org).
All the maildir are in the format
/var/alternc/mail/i/info_domainepublic.net for info at domainepublic.net
The
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users
against ldap(authorizing)+kerberos(authentication). And I now would
like to have sudo be able to allow admins (netgroup chinbeards) to
sudo about. I am not using sssd though (yet).
Here is the output of me trying sudo (debug on):
[raub at centos5-x64 ~]$ sudo pwd
LDAP Config Summary
===================
uri
2006 May 10
4
LDA not being called by postfix?
Hello,
I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS
LDA. I've set up postfix to use the LDA for maildir delivery and defined
a global sieve script.
-- master.cf --
...
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d
${recipient}
...
-- main.cf --
smtpd_banner =
2012 Nov 20
2
Need help for configure sieve
Hello,
i just did set up a mail server with postfix+dovecot+mysql+roundcube
everything work fine.
Now i'm trying to configure dovecot to get sieve working, and i
probably missing something, cause i can not get it to fall in work...
Thanks in advance, if you can help me a bit...
here is my dovecot (2.1.10) conf :
20:07 root at curzio /home/mathieu # dovecot -n
# 2.1.10:
2019 Dec 13
5
systemctl behaves like it is being piped to less in centos 8?
Comparing the output of systemctl between centos 7 and 8:
[root at mail ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
[root at mail ~]# systemctl status firewalld
? firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled;
vendor preset: enabled)
Active: active (running) since Fri 2019-10-25 00:24:24 UTC; 1
2010 Sep 23
3
execvp /usr/local/libexec/dovecot/dovecot-lda: Permission denied
I'm trying to follow the instructions for configuring Dovecot LMTP with
postfix for virtual domains but whenever mail arrives, in /var/log/maillog,
I see
Sep 23 16:01:20 mybox postfix/pipe[572]: 999C83206C6: to=<
user at mytest.domain.com>, relay=dovecot, delay=0.08, delays=0.04/0.01/0/0.03,
dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal:
pipe_command: execvp
2019 Mar 16
4
testing dovecot LMTP with postfix/spamassassin
:-)
My postfix configuration is quite complex with a lot of special cases
and rules. However I'd like to make an anti-spam configuration as simple
and lightweight as possible (KISS).
/etc/postfix/master.cf
------------------------------------------------------------------------
smtp inet n - n - - smtpd
-o content_filter=spamassassin
spamassassin unix
2017 Mar 15
4
Postfix Ignoring lmtp, delivering straight to maildir
First I'd like to thank all the developers and contributors to dovecot.
I've been using it for many years, and deeply appreciate your fine work. :)
dovecot --version
2.2.22 (fe789d2)
I have a working installation with postfix and dovecot, and I want to
add sieve to it, so I am trying to configure postfix to use lmtp instead
of 'virtual' for its delivery service. However it is
2008 May 02
2
FAQ: setting thunderbird to talk to dovecot
Let's say I have a postfix box, named mail.thespider.com, which is
setup to handle virtual mailbox domains. One of these domains will
handle is, thespider.com, and my email address in that domain is
boris at thespider.com. As I setup dovecot, I can telnet to the pop3 port
(110) and test it by logging in as boris at thespider.com (I would try
the imap port but I do not know how to login to imap
2015 Jan 23
2
sieve filter not working
HI,
> You could set
>
> syslog_facility = local5
>
> and have all the log messages in the messages file.
According to the output of command
# doveadm log find
every type of message goes to the file I was looking at, "/var/spool/maillog".
>> So, is it postfix doing the local mail delivery, not dovecot?
>>
> To answer this question please post relevant