Displaying 20 results from an estimated 2000 matches similar to: "UID/GID changed"
2007 Oct 08
1
Migration Issues UW-POP3
I am migrating from UW's POP3 server (mbox), to Dovecote (mbox -> maildir).
Anyway, I am concerned about the Logging details offered by Dovecot, as
I manage several details from the logging information provided by UW's
Syslog information. Here's a sample of the UW information:
Oct 7 22:08:39 ns6 ipop3d[15432]: pop3 service init from 66.207.133.233
Oct 7 22:08:39 ns6
2008 Oct 24
1
Maildir connection issues
I recently am attempting a mbox to Maildir conversion, initially for a
single email address, and then for everyone.
To further this diagnostic here is the dovecot -n:
dovecot -n
# 1.1.4: /etc/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap pop3
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
2008 Oct 26
3
cannot use password-file for userdb
OK, I am attempting to use the userdb connection to facilitate per user
migration to Maildir format from mbox. Here's the first user:
more /home/dovecot.passwd
health:$1$MCtvt/Tz$FmKqU/cbWlBhKnhc5W.Ko.:1152:1152:/home/health:userdb_mail=maildir:~/Maildir
The configuration was set up as:
userdb passwd {
}
I changed this to:
userdb passwd-file {
args = /home/dovecot.conf
}
2008 Oct 06
1
File_lock_dotlock error
Oct 5 22:51:59 ns6 dovecot: POP3(aewhale): file_lock_dotlock() failed
with mbox file /var/spool/mail/aewhale: Permission denied
Any suggestions?
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc. <http://www.ABS-CompTech.com> - Email,
2011 Oct 27
1
Configuring mbox and maildir formats - dovecot-1.2.15
I am transitioning an existing server from using exclusively mbox, to
being able to support both mbox and then fully maildir formats.
I need to support the mbox format until I can get everyone switched over
to maildir.
What do I need to to use in the config of /etc/dovecot.conf to support
the default of mbox, and then the new Maildir format (users will get
upgraded individually from mbox to
2008 Oct 29
3
Authentication Error Message formats
I have been using UW's IMAP server and I am converting to Dovecot for
Maildir support.
When a user fails authentication, or a user does not exist, it appears
that the same message is used for these events.
Is there a way to indicate that the user does not exist (Invalid user),
and authentication Failure (Failed Password)?
Clearly these two failures indicate a different error in the system.
2008 Oct 27
2
mail_location: mbox: mkdir failed
Is there an automatic solution to this?
Oct 27 08:00:48 192.168.50.5 dovecot: POP3(evelina2): mail_location:
mbox: mkdir(/home/popuser_evelina2/mail) failed: Permission denied
Oct 27 08:00:48 192.168.50.5 dovecot: Fatal: POP3(evelina2): Namespace
initialization failed
Oct 27 08:00:51 192.168.50.5 dovecot: POP3(evelina2): mail_location:
mbox: mkdir(/home/popuser_evelina2/mail) failed: Permission
2008 Oct 12
2
Can I translate the userid to match the UW-POP3 server?
OK, I have been running the UW-POP3 server which currently translates
all login ids as lowercase (i.e. Anthony becomes anthony).
Now the Dovecot server is very flexible and currently I have not found
how to translate the upper case characters to lowercase.
What configuration setting will translate the userids to lowercase?
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk
2008 Oct 06
1
Dovecot 1.1.3 / 1.1.4 - not deleteing
Not sure what happened here, but today, all of a sudden, pop3 emails are
not being deleted. I was using the 1.1.3 version then upgraded to 1.1.4
now it no longer deletes emails.
Suggestions?
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
------------------------------------------------------------------------
ABS Computer Technology, Inc.
2008 Oct 23
3
mbox to Maildir conversion
I've been running a mbox solution using UW's IMAP server. I've run it
for years.
Now do to heavy message volumes, I've decided to to take the plunge to
convert to the Maildir format.
I am currently testing a single user, and have successfully converted
the mail messages from mbox to Maildir format, and now I am setting up
the procmail tool to place the messages into the correct
2002 Oct 17
1
NT_STATUS_ACCESS_DENIED - Samba on Mandrake 8.2
I am attempting to integrate a Linux Samba Server with an NT 4.0 PDC.
Ideally I am looking to authenticate the users on the PDC, and then
permit access to the Samba Shares on the Linux Box. I have several
issues, but the one which is presenting itself currently is when I
attempt to Browse the PDC using smbclient. I get the following:
smbclient -L dumbo
added interface ip=192.168.0.11
2012 Aug 11
2
IPv6 on Centos 6
We've been running ipv6 for a year or so now, but some of our newer
instances (all on an ESX cluster) are not working. It looks like it's
all of our Centos 6 instances. I'm hoping someone can point me in the
right direction...
tshark indicates that it's neighbor discovery that's failing:
<centos666.peak.org> [26] # cat ../network
NETWORKING=yes
2014 Oct 08
2
named log entries - Are any of these a problem?
Hello everyone -
I run bind version 9.8.2 on CentOS 6.5. The daily logwatch run sends me the
following items. Are any of these a real problem?
============
checkhints: extra NS 'A.ROOT-SERVERS.NET' in hints: 170 Time(s)
checkhints: extra NS 'B.ROOT-SERVERS.NET' in hints: 170 Time(s)
checkhints: extra NS 'C.ROOT-SERVERS.NET' in hints: 170 Time(s)
2008 May 06
1
Question about Maildir automatic cleanup.
Hi!
I want to automatically delete old messages from one user's Maildir, and I was thinking on running something like this:
find /home/user/Maildir/cur/ /home/user/Maildir/new/ -daystart -mtime +15 -delete
but I'm not sure if by deleting messages "manually" I will break the dovecot.index* files.
What do you think?
Thanks!
Ildefonso.
2008 May 30
1
Dovecot 1.1 significantly faster than 1.0
It appears to be that 1.1 is a lot faster that 1.0. And server load
levels have dropped.
2008 Nov 17
1
OT: Counting emails in IMAP folders
Greetings
I have a customer who has mail server running dovecot with an IMAP
account (Customers) which contains hundreds of folders (one per customer).
Looks like this:
Customers
Fred Smith and Co
Joe Blogss
Cust-1
Cust-n
They have a requirement to report monthly on the total number of emails
added to each customers' folder during the month.
Basically I need to be
2008 Dec 15
1
Performance issue about maildir path.
Hi, all.
Normally, i use 'domain.ltd/username/Maildir' as users' maildir path, if
i change them to hash style, e.g. 'A0/B0/domain.ltd/C0/D0/username/Maildir',
will it speed up the index operation for MDA? If we have 10000 users,
which maildir path style will improve performance?
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for
2008 Dec 25
2
download IMAP folders via POP3
Hi,
I know my question might sound a little bit strange, but is it
possible to download IMAP folders via POP3? I have clients who use
POP3 on their main machines and IMAP on their "on the road" notebooks.
It would be good to download all folders created on the notebook via
POP3 to the main desktop.
Googling brought up some results, but I don't know how to implement...
Thanks
Jakob
2009 Jan 28
2
Trash for lda
Hi,
I was wondering if there is a solution to the case when the user can't recieve emails
because of being over quota, something like http://wiki.dovecot.org/Plugins/Trash, but for
the lda, not the imap?
Thanks,
-------------------------
You can never find the chance to be the first to know about the newest movies showing in
Arab theatres until you visit Maktoob Movies!
2009 Mar 05
1
verbose_proctitle doesn't work?
How is verbose_proctitle supposed to work? I set it in the
config but I don't see anything particularly verbose while
the mailbox is connected. This is while the connection is
open, immediately after deleting a message, before closing
the connection. Same for IMAP and POP tests.
# `ps axu | grep dove`
# root 20392 0.0 0.0 1888 540 ? Ss 12:45 0:00 /usr/sbin/dovecot
#