Dimitrios Karapiperis
2009-May-12 11:13 UTC
[Dovecot] id:N13388 Disable storage of messages on server when read (pop3)
Hi there Is there any way in dovecot to disable the storage of messages on server when they are read/downloaded by the users (POP3). The server keeps the e-mail when users tick the option on their MUA to keep (leave) messages on server. dovecot 1.0.7 POP3 / maildir Thanks in advance Dimitrios Karapiperis postmaster [at] thessaloniki [dot] gr
Timo Sirainen
2009-May-13 16:43 UTC
[Dovecot] id:N13388 Disable storage of messages on server when read (pop3)
On Tue, 2009-05-12 at 14:13 +0300, Dimitrios Karapiperis wrote:> Is there any way in dovecot to disable the storage of messages on server when they are read/downloaded by the users (POP3).No. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <dovecot.org/pipermail/dovecot/attachments/20090513/1a76412f/attachment-0002.bin>
Steffen Kaiser
2009-May-14 07:17 UTC
[Dovecot] id:N13388 Disable storage of messages on server when read (pop3)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 13 May 2009, Timo Sirainen wrote:> On Tue, 2009-05-12 at 14:13 +0300, Dimitrios Karapiperis wrote: >> Is there any way in dovecot to disable the storage of messages on server when they are read/downloaded by the users (POP3). > > No.I remember some discussion some time ago about to or not to update IMAP flags when reading via POP. If your Dovecot POP server updates the "READ" flag, you could delete those "READ" messages via cron job. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSgvFbHWSIuGy1ktrAQKMRwf8CktRoO74kQHMIBCjElF9UL2OjWMr5qVS GPADm3wZ/mdHhHZLf0pazu/82BAlVNkah/k6BqKM29uOZhpoOoLu1KsUJtKIiEjH h7+bVfyN3/Avm6ViInYE/RTm+AxDnDcdEURDnFH7U4H9eIVp4rCKoMQv52qBCxEz A2EDHlsGtyqVWIV67XXZX0YLQzmKXcy72L/TTo6evlLZQR3kh7ugu7q6maAI7CaV tGBaJmiHfY/EmsI6mM1hQgCxFq0MtpkUighxNginsojcDj5mJSh3efxH1yc53GKi VUV8lGP/4IVefO+fx7KgSRPawJPs+4kXz8dn0WwZCCKWAzbv2xnXNQ==kpk5 -----END PGP SIGNATURE-----
Dimitrios Karapiperis
2009-May-14 07:29 UTC
[Dovecot] id:N13388 Disable storage of messages on server when read (pop3)
>> On Tue, 2009-05-12 at 14:13 +0300, Dimitrios Karapiperis wrote: >>> Is there any way in dovecot to disable the storage of messages on server >>> when they are read/downloaded by the users (POP3). >> >> No. > > I remember some discussion some time ago about to or not to update IMAP > flags when reading via POP. > > If your Dovecot POP server updates the "READ" flag, you could delete those > "READ" messages via cron job. >If I just clear the cur directory (maildir) via cron , is it ok?