Displaying 20 results from an estimated 5000 matches similar to: "How to log POP3 events"
2005 Dec 14
1
Best way to upgrade from 1.0a4 to 1.0a5
Hello all,
I have 1.0 Alpha 4. Is it better to shut down sendmail, uninstall dovecot
1.0a4 then install 1.0a5, or just install 1.0a5 over the top of 1.0a4?
Thanks,
Cliff
2006 Dec 06
2
rc15 'configure' fails at "unexpected token `SSL,'"
i'm building dovecot-1.0.rc15 on osx.
when i,
./configure --with-ssl=openssl --with-ssldir=/etc/ssl_certs
--disable-static --enable-shared --disable-maintainer-mode
--disable-ipv6 --with-mysql --with-sql-drivers=mysql --with-deliver
--with-pop3d --with-storages=maildir,mbox --disable-debug
it fails at,
...
checking how to hardcode library paths into programs... immediate
appending
2005 Nov 03
0
FW: How to log POP3 events
Ok, I think I have that figured out.
I made the following mods:
disable_plaintext_auth = no
pop3_uidl_format = %08Xu%08Xv
and it seems to work.
Now...about those enhanced logging capabilities. As promised, I see the
enhanced logging.
What does TOP and RETR mean? (I checked the manual first)
Cliff
-----Original Message-----
From: Cliff Hayes [mailto:chayes at afo.net]
Sent: Thursday,
2006 Oct 18
2
Dovecot-auth stand alone
Since you have to have a SASL implementation with Postfix, either Cyrus or
Dovecot, would it be feasable to have autoconf options to build only those parts
required?
Currently I attempt to disable most things, except for LDAP which we want to use:
./configure --with-ldap --without-pop3d --without-passwd --without-passwd-file
--without-shadow --without-pam --without-checkpassword
2005 Nov 16
2
Mailbox isn't a valid mbox file
Hello all,
I have a new installation of Fedora 4 and Dovecot 1.4.Alpha4
A small percentage of my users are getting unable to pop mail from a client
(ie: Outlook), they get continually prompted for username/password. The
error they get is: Mailbox isn't a valid mbox file.
When I look in the file, I don't see anything unusual. There's not much
info on the Internet about this
2006 May 05
1
different login_greeting for pop3 & imap?
Hi,
I have a tiny feature request for Dovecot: could it optionally have
different login_greetings for pop3 and imap connections? e.g. I want
it to say "Dovecot on pop.mycompany.com ready" on pop3 connections and
"Dovecot on imap.mycompany.com ready" on imap connections. Would that
be possible?
TIA,
Geert
2005 Aug 29
2
Running pop3 on more than one port
Hi All
This is possibly a silly question but after reading some of the docs and
hunting a bit I could not find an answer.
I need to run my pop3 service on both the standard 110 port and another
(not really sure which yet) port.
My ISP is doing shaping on port 110 destined traffic causing a nightmare
with some of my machines pulling only some of their mail then crashing
(and no its not anything
2007 Feb 03
2
IMAP/POP3 server with proxy feature
We are currently evaluating the migration from a proprietary, legacy
mail server onto Dovecot for 20,000+ virtual domains. This is a big job
and we intend to do it by initially proxying connections through to the
legacy server, and moving customers over in batches by turning off the
proxy feature for them.
In the manual it states "This model is still a bit unfinished in current
code"
2005 May 30
2
Migration from pop3 to imapd
Dear list,
I am planing to set up dovecot-imapd on my production-mail server
which currently only runs pop3 via qpopper on debian-sarge.
It would be best, if I could only use imapd and use the existing pop3-
server (qpopper) as it is.
Is this possible?
Can the user both use pop3 (qpopper) and imapd (dovecot) in
parallel then?
Where does dovecot-imapd store its mails? Does it store its mail in
2008 Jun 19
3
Compile failure on Dovecot 1.1-rc12
I am getting this failure when trying to compile dovecot on Sparc Solaris 8:
make[4]: Entering directory
`/home/systems/looneytr/dovecot-1.1.rc12/src/lib'
source='str-find.c' object='str-find.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/bash ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/openssl/include -g
-O2 -Wall -W -Wmissing-prototypes
2005 Mar 15
2
Read-only mail folders
Is it possible to have folders on read-only partitions in Dovecot
1.0-stable?
We have a NetApp fileserver which would probably be accessed via NFS
(though iSCSI is possible) and which stores readonly "snapshots" of
every directory accessible as .snapshot (but usually hidden from the
operating system). It would be very nice to set up a "snapshot"
namespace something like
2005 May 05
1
1.0-stable loses flag changes sometimes?
I've been struggling with an odd bug in the latest 1.0-stable
(20050427) release. Sometimes Dovecot seems to forget that a message
has been read or deleted and marks it unread (or not deleted).
As far as I've been able to determine, it seems to happen when
1) There have been several recent deliveries
2) Possibly some of those deliveries are of multiple messages
3) Possibly they are read
2006 Jan 14
2
20060114 snapshot compilation warnings
Timo,
I've noticed a couple of extra compilation errors in last night's
snapshot compared to the snapshot I downloaded on Tuesday, probably due
to the int -> bool change :- (gcc 3.3.2 on Solaris 8)
mbox-sync.c: In function `mbox_sync':
mbox-sync.c:1568: warning: comparison is always false due to limited
range of data type
index-search.c: In function `search_index_arg':
2005 Mar 17
1
Namespaces and subscriptions
I've got a problem with subscriptions in 1.0-stable when migrating from
UW-IMAP.
I've modified the SUBSCRIPTION_FILE_NAME entries as suggested in the
Wiki http://wiki.dovecot.org/Migration and included the "~/mail/" etc.
hidden namespaces.
The .mailboxlist files contain entries like "~/mail/somefolder" and the
clients have "~/mail/" set as a prefix.
In
2005 May 27
2
imap disconnects on my account only
Talk about personal problems!
I am using dovecot-0.99.13-4.FC2, and everything has been going fine
for months. Earlier this afternoon, Thunderbird's status pane would
say 'Sending authenticate login information...' and I would no longer
receive email.
When I checked with others, they were fine and dandy.
I tried kmail, evolution, and even tried webmail. All had connection errors.
2005 Sep 21
1
Another address-spec problem
I've had complaints from users about "MISSING_DOMAIN" in header fields
and I've tracked it down to having "." in an unquoted display name.
By my reading of RFC2822 (especially section 4.1)
A N Other <a.n.other at somewhere.org>
"A. N. Other" <a.n.other at somewhere.org>
are legal, but
A. N. Other <a.n.other at somewhere.org>
is
2005 Mar 22
2
Address with whitespace shows as ""@MISSING_DOMAIN
It seems that Dovecot gets confused when presented with a header like:
From: someone at somewhere.org
i.e. with leading whitespace and no "friendly name"
This shows up as ""@MISSING_DOMAIN in clients, such as Pine, that
believe what Dovecot tells them rather than parsing the headers
themselves (e.g. Thunderbird).
Here's a sample IMAP session:
xyz FETCH 728 ENVELOPE
2005 Aug 19
1
Weird series of errors with dovecot-stable
I'm using the dovecot-stable from 7/30, authenticating against an
OpenLDAP server. From time to time, dovecot stops responding to new
queries. It seems to be a self-correcting problem, lasting about 20
minutes.
Here's how it starts:
Aug 18 19:38:23 cliff dovecot: imap-login: Disconnected: Inactivity
[150.253.42.12]
Aug 18 19:38:36 cliff dovecot: pop3-login: Disconnected: Inactivity
2009 Nov 15
2
FW: Panic: Message unexpectedly expunged from index
Nevermind. I figured it out. I left off the INDEX command. Sorry to spam
the mail list :(
Here is my mail_location for future reference / searches:
mail_location =
mbox:/var/spool/mail:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u
-----Original Message-----
From: dovecot-bounces+chayes=afo.net at dovecot.org
[mailto:dovecot-bounces+chayes=afo.net at dovecot.org]On Behalf Of Cliff
Hayes
2005 Apr 20
3
Why is "UIDVALIDITY changed" fatal?
I've got several users testing Dovecot IMAP at the moment, but some of
them are also accessing their mail via UW-IMAP at other times. (I've
warned them about accessing the same folder simultaneously via
UW-IMAP and Dovecot!) In addition, we have special folders "AutoSpam"
and "Trash" that pruned using Washington's "mailutil" automatically
every so