Hi,
I have a strange issue here. I have a large message of a svn commit and the
message is cloning itself more and more. I've deleted it several time
completely but it doesn't go away.
http://www.cynapses.org/tmp/dovecot.png
How can I debug it?
Thanks,
-- andreas
milliways:~ # dovecot -n
# 1.0.5: /etc/dovecot/dovecot.conf
base_dir: /var/run/dovecot/
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps managesieve
listen(default): *
listen(imap): *
listen(managesieve): *:2000
ssl_ca_file: /etc/ssl/certs/cacert.pem
ssl_cert_file: /etc/ssl/certs/milliways.pem
ssl_key_file: /etc/ssl/private/milliways.key
login_dir(default): /var/run/dovecot//login
login_dir(imap): /var/run/dovecot//login
login_dir(managesieve): login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
first_valid_uid: 150
last_valid_uid: 150
mail_extra_groups: mail
mail_location: maildir:/srv/mail/%u
maildir_copy_with_hardlinks: yes
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_plugins(default): dspam
mail_plugins(imap): dspam
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib64/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/modules/imap
mail_plugin_dir(managesieve): /usr/lib64/dovecot/modules/managesieve
auth default:
passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: mail
plugin:
dspam_spamfolder: Junk
--
http://www.cynapses.org/ - cybernetic synapses
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
URL:
<http://dovecot.org/pipermail/dovecot/attachments/20071002/73e08c06/attachment-0002.bin>
On Tue, 2007-10-02 at 00:41 +0200, Andreas Schneider wrote:> Hi, > > I have a strange issue here. I have a large message of a svn commit and the > message is cloning itself more and more. I've deleted it several time > completely but it doesn't go away.Find the duplicated message files in maildir and check their hard link count. If hard link count is more than one, it's most likely your IMAP client that's doing the duplication by COPYing the message. You can verify this with e.g. rawlog. If hard link count is 1, then the message is probably being redelivered for some reason. Check the received headers to see if they're different. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071006/04bef6fc/attachment-0002.bin>
Timo Sirainen wrote:> On Tue, 2007-10-02 at 00:41 +0200, Andreas Schneider wrote: >> Hi, >> >> I have a strange issue here. I have a large message of a svn commit and the >> message is cloning itself more and more. I've deleted it several time >> completely but it doesn't go away. > > Find the duplicated message files in maildir and check their hard link > count. > > If hard link count is more than one, it's most likely your IMAP client > that's doing the duplication by COPYing the message. You can verify this > with e.g. rawlog. > > If hard link count is 1, then the message is probably being redelivered > for some reason. Check the received headers to see if they're different. >Hello, the problem was postfix. The message was always delivered by the local postfix. Thanks for the hints. -- andreas