Hi All,
I am getting frequent errors of the form below. In most
cases the path has spaces in it.
Oct 24 07:27:08 mailstore03 dovecot:
imap(sam at userdomain.com.au): Error:
rename(/home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations -
ABC, /home8/rs7-username/mail/xyzmortgages.com.au/sam/.Valuations -
ABC/Subfolder) failed: Invalid argument
The user home directories are
on NFSv3 and are the user attributes are stored in ldap. My config is
below.
Any ideas what is causing these errors?
Thanks
Murray
#
doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
doveconf: Warning:
service auth { client_limit=40960 } is lower than required under max.
load (41280)
doveconf: Warning: service anvil { client_limit=40970 } is
lower than required under max. load (41183)
# OS: Linux
3.14-0.bpo.2-amd64 x86_64 Debian 7.5
auth_cache_size = 64
M
auth_cache_ttl = 2 hours
auth_failure_delay = 0
auth_mechanisms plain login
auth_username_chars
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!#$-=?^_{}~./@+%"
auth_username_translation
= +@
auth_worker_max_count = 256
base_dir /var/run/dovecot/
disable_plaintext_auth = no
first_valid_gid 1001
first_valid_uid = 1001
mail_fsync = always
mail_location maildir:~/
maildir_very_dirty_syncs = yes
managesieve_notify_capability
= mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave
mmap_disable = yes
namespace {
inbox yes
location prefix = INBOX.
type = private
}
passdb {
args /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
acl vfile
quota = maildir
quota_rule = INBOX.Trash:ignore
}
protocols = "
imap lmtp sieve pop3"
service anvil {
client_limit = 40970
}
service
auth-worker {
user = dovecot
}
service auth {
client_limit = 40960
unix_listener auth-userdb {
group = mail
mode = 0666
user = dovecot
}
}
service imap-login {
chroot = login
inet_listener imap {
address
= *, [::]
port = 143
}
inet_listener imaps {
address = *
port 993
ssl = yes
}
process_limit = 20480
process_min_avail = 32
service_count = 0
user = dovecot
vsz_limit = 256 M
}
service imap {
process_limit = 40960
vsz_limit = 512 M
}
service lmtp {
inet_listener
lmtp {
address = 27.54.95.43
port = 24
}
process_min_avail 32
}
service managesieve-login {
client_limit = 40960
process_limit 120
process_min_avail = 5
service_count = 0
vsz_limit = 64
M
}
service managesieve {
process_limit = 4096
vsz_limit = 256
M
}
service pop3-login {
chroot = login
inet_listener pop3 {
address
= *, [::]
port = 110
}
inet_listener pop3s {
address = *
port 995
ssl = yes
}
process_limit = 20480
process_min_avail = 32
service_count = 0
user = dovecot
vsz_limit = 256 M
}
service pop3 {
process_limit = 40960
vsz_limit = 256 M
}
ssl_cert =