Displaying 20 results from an estimated 200 matches similar to: "dovecot Digest, Vol 124, Issue 4"
2017 Nov 25
1
Mark message as read when moved to Trash
Den 25. nov. 2017 11:36, skrev Peter Chiochetti:
> Am 2017-11-25 um 10:12 schrieb Felix Rubio Dalmau:
>> Hi all,
>>
>> ????When I send a message to trash, without previously reading it
>> (just with the subject is enough to say I do not want to read it), it
>> remains as "unread". Then, clients (I am using Kmail) report there are
>> unread message,
2013 Jan 14
1
sieve reject to wrong address?
Hi all,
I have succeed in setting up postfix (to send/receive emails), dovecot to
access the folders via IMAP, all using TLS and sieve under dovecot to manage
filters. I have also set up a sieve rule to reject those mails whose size exceeds
2 MB... and I'm really proud of everything, because it is my first time!!
However, when rejecting the mail, instead of sending a mail saying
2013 Jan 14
1
I can not receive any mail
Hi everybody
I'm trying to set-up an IMAPS mail server using dovecot (version 2.1.7)
with virtual email accounts for my family. I have already ran through the mysql
phase of the virtual email configuration (and I'm quite confident it works well,
because I can send mails from the server using postfix to gmail, e.g.).
However, I am stucked configuring dovecot. I don't know why is
2020 Jul 16
1
How to fully remove entries to dead windows server
Thank you! I thought remove-other-dead-server was only for linux servers
that had died.
That did the trick though.
It didn't, however, fix the weird replication reports, and I just noticed
that the Outbound ones are also weird - in that they don't have any
timestamps at all.
C=ForestDnsZones,DC=my,DC=domain
Default-First-Site-Name\DC2 via RPC
DSA object GUID:
2017 Nov 25
0
Mark message as read when moved to Trash
Am 2017-11-25 um 10:12 schrieb Felix Rubio Dalmau:
> Hi all,
>
> When I send a message to trash, without previously reading it (just with the subject is enough to say I do not want to read it), it remains as "unread". Then, clients (I am using Kmail) report there are unread message, when all of them are in Trash. The question, then is: Is there any way to automatically mark a
2017 Nov 25
4
Mark message as read when moved to Trash
Hi all,
When I send a message to trash, without previously reading it (just with the subject is enough to say I do not want to read it), it remains as "unread". Then, clients (I am using Kmail) report there are unread message, when all of them are in Trash. The question, then is: Is there any way to automatically mark a message as read, when that message is moved to Trash?
Thank you!
2020 Jul 16
2
How to fully remove entries to dead windows server
To save the whole back story, I borked everything and had to restore from
backups.
DC1 and DC2 (Samba DC's) came back fine
DC3 (Windows 2008 DC) did not come back. Which is fine, I wanted to
decommission it anyway.
I have seized all the FSMO roles (because DC3 previously held them all) and
replication SEEMS to be OK (users created on each machine replicate across
instantly, although
2013 Aug 09
4
prevent dovecot from modifying maildirs
Hi all,
Is there any possibility to ask dovecot to write nothing to disk, something like a "read only" state, without shutting it down? I have set up a ZFS+postfix+dovecot mail server, and I need both postfix (postsuper -h ALL) and dovecot (??) to stop modifying the disk to create the snapshot to be saved.
Does anybody has any idea on how to achieve this?
Regards!
Felix
2014 Aug 05
2
Migrating from maildir to mdbox
Hi everybody,
I have a virtual user setup that is using maildir, and I'd like to migrate it to mdbox. Following directions from
http://wiki2.dovecot.org/Migration/MailFormat
and keeping in mind that my maildir is in maildir:/mnt/vmail/%d/%u, after having updated 10-mail.conf I have tried to execute:
dsync -u "user at domain.org" mirror maildir:/mnt/vmail/domain.org/user
2013 Aug 01
2
misconception in uid and gid
Hi,
I'm using a SQL database to store the usernames and passwords of my users. However, I have found that I must explicitly return the uid and gid with every query, even though all virtual users use the same uid and gid. The query, that works, is:
user_query = SELECT mail, 'vmail' AS uid, 'vmail' AS gid, home, CONCAT('*:storage=', quota_MB*1024) AS quota_rule \
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
Bernhard Schmidt <berni at birkenwald.de> wrote:
Hi,
> Axel Luttgens <AxelLuttgens at swing.be> wrote:
>
> Hi Axel,
>
>> Le 11 f?vr. 2014 ? 08:34, Bernhard Schmidt a ?crit :
>>
>>> [...]
>>> so Dovecot should reject in RCPT TO phase, but according to the logs of the
>>> upstream Postfix it does so after END-OF-DATA
>>>
2013 Aug 03
1
problems with expire plugin
Hi all,
I'm experiencing problems to set-up the expire plugin in dovecot. This is the relevant part of my dovecot configuration
dict {
expire = mysql:/etc/dovecot/dovecot-dict-expire.conf.ext
}
plugin {
expire = Trash 15 Junk 15
expire_dict = proxy::expire
}
protocol imap {
mail_plugins = quota zlib expire imap_quota
}
File dovecot-dict-expire.conf.ext looks
2014 Aug 05
1
Set an archive folder for every user
Hi everybody,
I have a running postfix+dovecot installation, running flawlessly. The machine this setup is running onto has 2 mirrored SSD disks (in which dovecot stores the mails) and 2 mirrored regular HD. I'd like to keep the fresh emails in the SSD, and move them to an Archive folder after some days/weeks. Is there any way in dovecot to set up a folder for every user, that points to an
2015 Jul 02
0
Dovecot auth username mapping
It?s actually unbelievable how much slower LDAP auth is than PAM. Does anyone have any suggestions how I can improve Dovecot LDAP auth? I have tried caching authentications and that doesn?t help either.
~ Laz Peterson
Paravis, LLC
Ph: 951.319.3240 x201
> On Jul 1, 2015, at 4:41 PM, Laz C. Peterson <laz at paravis.net> wrote:
>
> Thank you for the response Axel. I will look
2016 Jan 29
2
Disable Client Certificate Authentication for Unencrypted Connections?
> On 27 Jan 2016, at 21:55, Axel Luttgens <axel.luttgens at skynet.be> wrote:
>
> Hello Haravikk,
>
> Perhaps could you try to devise an exception based on one (or more) "remote" section(s), as in:
>
> remote ip.of.webmail.server {
> ssl_verify_client_cert = no
> [other settings, if needed]
> }
>
> But I guess you would need to combine
2008 May 12
2
Fonts in Quartz Devices
Hi,
I'm new to R. I'm using a Mac OS X 10.5 and R 2.7.0. I'm trying to
change the font family for a plot in a quartz device.
Simply passing the desired font by using the family argument works
with other devices, but not with quartz. Am I missing anything? I've
already checked the docs for quartz and quartzFonts, but didn't find a
solution.
Any help much appreciated.
2004 Oct 03
1
"#" sending
Hi all,
I've problems sending the "#" key to the asterisk server extensions, for
example to login agents, I can do it fine with grandstream or cisco
phones, but I can't do it with cisco ata 186 connected phones or X-lite
softphones...
I tried with login agents, zapbarge, authenticate , etc...
Thank you in advance...
--
2006 Feb 05
8
sha1 or md5?
I''m building a site that requires user log-in and i have seen the Agile
book using sha1 for password hashing while R-Forum uses md5.
Is there any compelling argument to use one over the other?
--
Posted via http://www.ruby-forum.com/.
2008 Nov 06
4
mean computation for external data
I have an external data (.txt) for
annual peak flood. The first column is the year, second column is the
observation date, and the last is the observed discharge. My task is to
calculate the mean, skewness and kurtosis of the said data. I was advised to use
read.table() to read the entire data. Please help me on how to perform the
required computation. I am obviously a new user of this statistical
2014 Jun 11
4
Bootstrap
Hola! Tengo que hacer un proyecto acerca del paquete bootstrap de R, alguien podría facilitarme información completa (y en español a ser posible) acerca de este paquete?
Muchas gracias de antemano, y un saludo.
[[alternative HTML version deleted]]