Displaying 20 results from an estimated 46 matches for "parthey".
2013 Feb 24
4
Deleted / read mails show up as new on remote imap clients
Hi,
I've one problem:
Mails, which I already read or deleted via my IMAP client (Thunderbird)
on the same machine running the server (it runs behind DynDNS on my
local machine, thanks to http://mein.homelinux.com/wiki/mailserver/)
show up again if I connect via IMAP from other client computers, i.e. my
notebook (Thunderbird again).
As you can see from the config below I have
2014 Jun 28
2
Procmail to Sieve translation
Hello,
I'm trying to move from procmail to dovecot sieve.
I found the translation script at
http://www.dovecot.org/tools/procmail2sieve.pl
It works well except the following use cases:
* ^From:.*myemail at mydomain.com.*
| formail -I"X-Priority: 2 (high)" -I"X-mydomain-com-seen: yes" |
$SENDMAIL -oi \
myemail at mydomain2.com \
myemail at mydomain3.com
:0c
*
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi,
the Drafts special folder is called "Entw?rfe" in German locale.
How should the special_use entry in the config file look like?
Would you recommended to use the encoded folder name...
mailbox "Entw&APw-rfe" {
special_use = \Drafts
}
...or rather the utf-8 Encoding in the dovecot config file?
mailbox "Entw?rfe" {
special_use = \Drafts
}
Regards
Daniel
2012 Jun 08
2
per user quota
Hello!
I activated quota
plugin {
quota = maildir:User quota
quota_rule = *:storage=1GB
# 10% of 1GB = 100MB
quota_rule2 = Trash:storage=+10%%
}
But when I want to do per user quota in the passwd-file
...vhosts/anup.de/anmeyer::userdb_mail=maildir:~/userdb_quota_rule=*:bytes=10G
I get this in the logfile and can't login:
Jun 08 22:25:52 imap(anmeyer at anup.de): Error:
2013 Feb 24
1
%{session} does not work with deliver_log_format
Hi,
# 2.1.10: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-45-server x86_64 Ubuntu 10.04.4 LTS
deliver_log_format = mailbox: deliver: session=<%{session}> msgid=%m from=%f: %$
produces log messages always containing "session=<session}>", like this one:
Feb 24 09:22:09 10.129.3.233 dovecot: lmtp(3484, user at example.org): mbnWK6/NKVGcDQAAiWCYmA: sieve: mailbox: deliver:
2013 Jun 20
1
Sieve Plugin Setup
I've got an existing setup that I want to add Sieve filtering to. I'm on QmailToaster:
qmailadmin-toaster-1.2.16-1.4.0
I using Dovecot version 2.0.11
I'm looking for a good tutorial for installing Sieve Rules functionality on an existing system. Anybody know of one? Anybody else done this? Do I just install the latest Dovecot-sieve plugin release with wget, etc? What kind of
2013 Jul 04
2
IMAP Cannot Delete (Mailbox Doesn't exist)
I am now at the next layer of the onion. I am able to retrieve mail but I
cannot delete mail from my inbox. My reader says the server is responding
with "mailbox does not exist." Any ideas? TIA.
--
View this message in context: http://dovecot.2317879.n4.nabble.com/IMAP-Cannot-Delete-Mailbox-Doesn-t-exist-tp43149.html
Sent from the Dovecot mailing list archive at Nabble.com.
2013 Jul 06
1
Right way to share some global mailboxes
Hello,
i'm using Dovecot since a long time but now I need to share folders for
global mail adresses like info@ and support@ between all users.
What is the right way to share this mailboxes between many users (everyone
with own read flag).
My config for location is:
mail_location = maildir:/home/vmail/%d/%n:INDEX=/home/vmail-indexes/%d/%n
And now i have a folder like /home/vmail/bar.com/foo
2013 Dec 07
2
pigeonhole openssl s_client
Hi!
I'm trying to get information about a server certificate from a
pigeonhole sieve server.
Various connection attempts show only "wrong version number" or "unknown
protocol" errors from openssl:
$ openssl s_client -connect example.com:4190 { -tls1, -tls1_1, -tls1_2 } [ -starttls { imap, pop3 } ]
None of these work. I'm trying to see who signed the server cert. How
2013 Dec 10
0
Index issue? - SOLVED
They were subscribed in Outlook, but there's no option to set that on the
iPad.
The solution was to edit the mail account settings on the iPad and specify
a root folder "INBOX" (minus quotes).
-Mark
On 10 December 2013 13:15, Daniel Parthey <d.parthey at metaways.de> wrote:
> Are all the subfolders subscribed?
>
> For example Thunderbird doesn't show unsubscribed folders by default.
>
> Regards
> Daniel
2014 Apr 08
1
Dovecot Director and MasterUsers
Hi,
the Dovecot Director determines the backend host in some way by hashing the username:
http://wiki2.dovecot.org/Director
For normal logins username at example.org, the director always gets the same hash
for the same username and ensures that the login is always proxied to the same backend.
But what about MasterUsers in combination with Dovecot Director?
2014 May 21
2
Sieve fileinto extension and redirect action
Hello,
Is there any way to limit the use of the "redirect" action (local user
only or silent ignore) as provisioned by the RFC in the Pigeonhole
implementation ?
The only way I found for the moment is to completely disable the
fileinto extension which hardly beat the users experience.
"redirect" is forbidden by my organization policy.
Regards,
Emmanuel.
2013 Jul 10
2
avoid log message when using nagios check
Hello,
I'm using a nagios check to monitor dovecot status, since dovecot v2 I
see those syslog messages on every nagios check:
pop3-login: Aborted login (no auth attempts in 0 secs)
imap-login: Aborted login (no auth attempts in 0 secs)
I tried to avoid those messages sending a logout string:
check_imap -H localhost -e 'OK' -s 'a logout'
check_pop -H localhost -e
2007 Apr 18
1
[Bridge] recent 2.6 kernels hang on bridge shutdown
With recent 2.6 kernels, the command
brctl delbr br0
hangs during shutdown, and the kernel prints this message again and again:
unregister_netdevice: waiting for br0 to become free. Usage count = 1
I was able to reproduce this problem with several kernels between
(and including) 2.6.9-rc1 and 2.6.11-rc2-bk9.
I haven't tried later versions than 2.6.11-rc2-bk9 yet.
2.6.8.1-bk2 still works
2013 Apr 07
5
dovecot 2 variables
Hi,
I am trying to use separate configurations for ldap authentication thus
providing users
with the ability to only use username without domain part. Now according to
documentation this should be possible
http://wiki2.dovecot.org/AuthDatabase/PasswdFile
but I keep getting error in my dovecot.log like this
auth: Error: Can't open configuration file
/etc/dovecot/%l/dovecot-ldap.conf: No such
2012 Nov 18
3
users mail folders have to be subscribed
Hi,
I did a migration from cyrus 2.2 to dovecot (fresh installation, details
below) via cyrus2dovecot from FU Berlin. That worked, but I first was
missing mails in subfolders ander Inbox. No I detected that they are in the
users Maildir in folders in his directory. They are listed when using
telnet:
* LIST (\HasChildren) "." "INBOX.ebay"
* LIST (\HasNoChildren) "."
2012 Oct 11
3
per-user quotas
Hello,
I've got quotas set up on an all-user basis on my system, it's a
Postfix, Dovecot, Mysql virtual users setup. Currently I have each
user getting a 1GB quota with these settings in 90-quota.conf:
plugin {
quota_rule = *:storage=1G
quota_rule2 = Trash:storage=+100M
}
plugin {
quota = maildir:User quota
}
While this works it's not what I want for all users. Say I add a
2012 Apr 21
2
How to remove duplicate GUID messages from storage?
Hi,
I tried to import messages like this:
doveadm import -u username at example.org mdbox:/mail/dovecot/example.org/username/mail mbox:/root/mail.txt all
This seemed to have imported the same messages in the mail storage,
as they were already there. And now I have got a lot of duplicates.
Then I deleted the mbox:/root/mail mail stuff from "mailboxes" folder
and the storage remained,
2014 Jan 27
1
post-login scripting failing with "denied access to user" v2.1.7
I am trying to have a default sieve rule for new mailboxes that can be
edited by users using the round cube sieve plugin.
It would actually be better executed when a new user is created but my postfixadmin runs on a separate machine so that's a bit tricky.
The "sieve-default =" setting won't quite achieve what I want as I want users to be able to edit the default rule (to
2013 Dec 14
2
Postfix + Dovecot & mail-stack-delivery Outlook Problem
Hello all readers of the list,
I wish to get Microsoft Outlook 2010 workin with mail-stack-delivery setup.
Logs when trying to setup accaunt in Microsoft Outlook 2010:
ec 14 22:38:31 ip-172-31-7-147 dovecot: imap-login: Disconnected: Too
many invalid commands (no auth attempts):
rip=2001:470:28:743:4923:c01c:c89a:567a, lip=2001:470:1f08:ddd::2
Dec 14 22:38:31 ip-172-31-7-147 dovecot: