Displaying 6 results from an estimated 6 matches for "diyer".
Did you mean:
diter
2015 Jan 09
4
pop3 seen
Hi
Is there a way to know if a message has been dowloaded via pop3
and not seen via imap ?
2015 Jan 09
0
pop3 seen
> Hi
>
> Is there a way to know if a message has been dowloaded via pop3
> and not seen via imap ?
Hey,
Why don't you use only imap ? It would be so simpler.
Regards,
--
CHUNKZ.NET - dodgy DIYer and computer technician
Bertrand Caplet, Flers (FR)
Feel free to send encrypted/signed messages
Key ID: FF395BD9
GPG FP: DE10 73FD 17EB 5544 A491 B385 1EDA 35DC FF39 5BD9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signatu...
2015 Mar 31
2
Deleting empty folders
Hi Hardy, I had over 1600 folders, writing manually doveadm mailbox delete
would be a real pain. I guess I could script it but that's even more of a
pain. It would be nice if there was a command to remove empty mailboxes or
something similar.
On 22 March 2015 at 07:50, Hardy Flor <HFlor at gmx.de> wrote:
> Hello Samuel,
>
> with mdbox as Maildir no direct file operations
2015 Apr 01
0
Deleting empty folders
...f there was a command to remove empty mailboxes
> or
> something similar.
Hi Samuel,
you could do:
find -type d -name "* 1" -exec rmdir {} \;
instead of rm -r, this will delete only really empty directories (no
files, no hidden files).
Have a good day,
--
CHUNKZ.NET - dodgy DIYer and computer technician
Bertrand Caplet, Flers (FR)
Feel free to send encrypted/signed messages
Key ID: FF395BD9
GPG FP: DE10 73FD 17EB 5544 A491 B385 1EDA 35DC FF39 5BD9
2015 Apr 01
2
Deleting empty folders
On Apr 1, 2015, at 2:15 AM, Bertrand Caplet <bertrand.caplet at chunkz.net> wrote:
> Le 2015-04-01 01:16, Samuel Williams a ?crit :
>> Hi Hardy, I had over 1600 folders, writing manually doveadm mailbox delete
>> would be a real pain. I guess I could script it but that's even more of a
>> pain. It would be nice if there was a command to remove empty mailboxes or
2015 Feb 09
2
Geting mail quota exceeded with plenty of space
> that was it. Emptied trash and mail flowing. How is the message #
> quota managed? I never encountered it before.
>
> But don't have time today to dig into it. conference call coming up.
You might have messages quota configured somewhere.
And for :
> doveadm(root): Fatal: Unknown command 'quota', but plugin quota
>exists. Try to set mail_plugins=quota
See