Displaying 20 results from an estimated 8000 matches similar to: "Multiple authentication backends"
2009 Aug 13
3
Upgrade question from 1.1 to 1.2
Good afternoon,
I am considering to upgrade from Dovecot 1.1.18 to 1.2.x and was reading
your Wiki regarding any changes and found: "If you were using e.g.
mail_location = maildir:/var/mail/%h, just change it to mail_location =
maildir:%h and add /var/mail/ prefix to home dirs."
I am currently using: "mail_location = maildir:~/Maildir" in combination
with vpopmail. Does
2009 Aug 15
2
Dovecot LDA
Good morning,
Still not having luck to get the LDA to work, using Qmail + Vpopmail and read the wiki. I'm using:
auth default {
mechanisms = plain
passdb vpopmail {
}
userdb vpopmail {
}
user = vpopmail
count = 1
ssl_require_client_cert = no
}
Which work well for authenticating users, however when using the following in a .qmail file:
|/var/qmail/bin/preline -f
2008 Nov 27
3
UIDL question
Hi all,
I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot
1.4 with Maildirs and encounter the following the problem.
Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can
relatively succesfully convert the mbox to a Maildir. The problem, however
is that clients with "leave mail on server" set to on retrieve all email a
2nd time.
I
2008 Nov 30
1
Relay-Ctrl, error message
Hi all,
I'm trying to get Relay-Ctrl to work (as explained on
http://wiki.dovecot.org/HowTo/PopBSMTPAndDovecot), however when i add:
mail_executable: /usr/local/bin/envdir /etc/relay-ctrl
/usr/local/bin/relay-ctrl-chdir /usr/local/bin/dovecot-settcpremoteip
/usr/local/bin/relay-ctrl-allow /usr/local/libexec/dovecot/imap
to /usr/local/etc/dovecot.conf I get the following error message
2012 Mar 12
0
Dovecot LDA breaking .qmail forwarding?
Good morning all,
I've a problem, I'm using the Dovecot LDA in my .qmail file:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
However when I add a forward, such as:
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d $EXT@$USER
<mailto:&wouter at vdschagt.com> &wouter at vdschagt.com
The mail isn't forwarded
2011 Dec 12
2
Prevent re-download mails
Hi,
today we have a problem our mail server about user accounts. (something
about prefetch) anyway i corrected, but some clients re-download emails
again.
how can i stop this .I've read about some forums about UIDVALIDITY ?
is it posibble prevent clients redownload emails with pop3 ?
thanks in advance.
--
Sel?uk YAZAR
2012 May 15
2
Maildir filename has wrong S value
Hello folks,
This morning I tried to open an old archive mail folder using Mutt.
However, while fetching headers it aborted.
Checking the dovecot log gave me this:
@400000004fb21996267d37d4 imap(benv): Error: Cached message size smaller than expected (9115 < 9420)
@400000004fb21996267e8bac imap(benv): Error: Maildir filename has wrong S value, renamed the file from
2009 Aug 05
0
Deliver LDA versus vdelivermail
Good morning all,
I have a question. Due to my interest in the Sieve plug-in. I'm considering to change the LDA on my production servers from 'vdelivermail' from vpopmail to 'deliver' from Dovecot. However I'm not sure how to go about doing this or whether there are any conversion issues that I should be aware of.
Currently my /var/qmail/control/defaultdelivery is set to
2012 Mar 13
2
problems with SSH-based clustering dovecot 2.1.1
Hello,
I'm using dovecot 2.1.1 with vpopmail 5.4.30 with multiples domains and I
have problems setting up synchronization in between multiple computers.
All act like master (my clients can connect to any of the them and read
their emails either via POP3 either via IMAP, inbound email gets on any of
the machines). Each machine is on a different continent, there is no
shared drive in between
2009 Aug 03
2
Creating a "default" domain
Hello,
I'm setting up a test server to work through the issues involved in
bringing a bunch of vpopmail/qmail/courier users into a postfix/dovecot
server. So far I'm seeing lots of info to aid in the transition.
One thing I'm lost on is that since Dovecot is providing all the auth
mechanisms rather than vpopmail, I'm not sure how to emulate a particular
vpopmail behavior we
2012 May 09
1
Client got empty email from dovecot
Hi,
I built a mail server with qmail + vpopmail + dovecot , the qmail and
vpopmail worked well, until the dovecot was installed.
Client always get empty email, I have try some solutions from
google, neither of then can solve the problem.
Here is the detailed information of logs, version, and output of
'dovecot -n', please help, thanks.
2003 Jun 16
3
crash on LIST command
Hello,
I'm experiencing a reproducable crash in the imap daemon of dovecot
0.99.9.1 when running the next commands (sniffed from a sylpheed session):
[cocaine:~] telnet ice 143
Trying 192.168.196.1...
Connected to ice.
Escape character is '^]'.
* OK dovecot ready.
1 NOOP
1 OK NOOP completed.
2 LOGIN wouter password
2 OK Logged in.
3 NAMESPACE
3 BAD Error in IMAP command: Unknown
2001 Dec 10
1
Font problem with delphi application
Hi all,
I am having a problem with a small Delphi address database application.
When attempting to display the address details from one of a list of
addresses, an empty text area is displayed instead of a text area
containing address details. Screenshots of the app in windows and wine
can be found here:
http://www.blub.net/~wouter/wine/windows.png
http://www.blub.net/~wouter/wine/wine.png
The
2016 Jun 07
2
Potential bug report: Cannot use ":args" option via Pigeonhole Sieve pipe plugin
Hi all,
Following the instructions noted at
http://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe , I am trying to
make use of the Pigeonhole sieve pipe plugin to execute an application with
custom arguments via my test sieve script:
require ["vnd.dovecot.pipe"];
if address :is "to" "test at example.com" {
pipe :args [ "first-arg",
2015 Mar 14
2
Released Pigeonhole v0.4.7.rc2 for Dovecot v2.2.16
Hello Dovecot users,
The rc1 release showed a few problems with the up-to-date checking of
on-disk binary files. The binary files contain some metadata about the
script these were compiled from. If this doesn't match the current
script anymore, the script is recompiled. One of these metadata items is
the script location. However, this location wasn't normalized, so when
the binary would
2015 Mar 14
2
Released Pigeonhole v0.4.7.rc2 for Dovecot v2.2.16
Hello Dovecot users,
The rc1 release showed a few problems with the up-to-date checking of
on-disk binary files. The binary files contain some metadata about the
script these were compiled from. If this doesn't match the current
script anymore, the script is recompiled. One of these metadata items is
the script location. However, this location wasn't normalized, so when
the binary would
2004 Jul 12
1
dovecot-1.0-test27 crash on FETCH
Hello,
I've got a crash with -test27 on a FETCH, just after logging in. Attached
are the mailbox (1 message only), logs, sniffed session, testcase and core
dump backtrace. If the dovecot.conf is needed, just ask (it's pretty much
the default configuration).
Maybe this has just been fixed in -test28, in which case you can just
delete this email. :)
Btw, it's rather irrelevant, but
2013 Oct 10
1
cached message size errors
Hello,
We recently moved from courier to dovecot, and I'm seeing a handful
of errors that prevent people from retrieving email.
Below is a snippet of the log sequence I see when this happens:
Oct 10 13:44:24 mbox dovecot: imap(xxx at bway.net): Error: Cached message size smaller than expected (1759 < 1830)
Oct 10 13:44:24 mbox dovecot: imap(xxx at bway.net): Error: Maildir filename has
2006 Mar 06
3
break a vector into classes
Hi,
I'm looking for a function which divides a vector into n classes and
returns the breaks as well as the number of values in each class.
This is actually what hist(vector, breaks=n) does, but in hist() n is a
suggestion only, and is a suggestion only and cannot be enforced (as
far as I know...)
It is not so difficult to do it yourself, but a ready made function would
be nice...
2002 Apr 26
3
different data series on one graph
Hello,
I'm looking for a way to plot different data series on one graph.
I have a series of hourly rainfall and quarterly flow
measurements (i.e. 4 times an hour) of a catchment. The rainfall
should be plotted in bars, the flow as a line. Both on the same X
axe (time) but with different Y axes.
The problem is the plot() function does not support add=TRUE...
Furthermore I'm not sure