Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C532.1485D710]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive
doveadm mailbox status [-u <user>|-A] [-S
# doveadm mailbox status -u archive Maildir
# doveadm mailbox status [-u <user>|-A] [-S
The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive
doveadm mailbox status [-u <user>|-A] [-S
# doveadm mailbox status -u archive Maildir
# doveadm mailbox status [-u <user>|-A] [-S
The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
Still not quite got my head around what you are expecting to see. Presumably folders for other dates in September. Depending on how and why those folders were created they may not exist.
I do note that you used an ls to show the folders, and I'm assuming from the config below you are using Maildir, so try an ls -a to show the hidden folders too (those starting with a .). This should show you directories:
.16Sep19 .25Sep19 .26Sep19
each with a cur, new and tmp directory in, along with some other Dovecot / IMAP files such as:
dovecot.index.cache dovecot.index.log dovecot-uidlist maildirfolder
If there are no directories for other dates then Dovecot is showing you what is there. If there are checking the permissions are correct is a good starting point.
** Phillip Bruce Phillip.Bruce@deem.com [2020-01-07 16:59]:
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] # doveadm mailbox status -u archive Maildir # doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] r# doveadm mailbox status -u archive INBOX @doveadm mailbox status [-u <user>|-A] [-S ] <fields> <mailbox> [...] The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
** end quote [Phillip Bruce]
-- Paul Tansom | Aptanet Ltd. | https://www.aptanet.com/ | 023 9238 0001
Registered in England | Company No: 4905028 | Registered Office: Ralls House, Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP
We should be seeing folders for everyday so missing folders from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19. That what should be there but isn't that my understanding.
I am trying to understand where on the system it get that info. I don't see it in the configs so It not making any sense right now.
Phillip
From: dovecot dovecot-bounces@dovecot.org On Behalf Of Paul Tansom Sent: Tuesday, January 7, 2020 9:15 AM To: dovecot@dovecot.org Subject: [EXTERNAL] Re: Thunderbird Subscription missing
Still not quite got my head around what you are expecting to see. Presumably folders for other dates in September. Depending on how and why those folders were created they may not exist.
I do note that you used an ls to show the folders, and I'm assuming from the config below you are using Maildir, so try an ls -a to show the hidden folders too (those starting with a .). This should show you directories:
.16Sep19 .25Sep19 .26Sep19
each with a cur, new and tmp directory in, along with some other Dovecot / IMAP files such as:
dovecot.index.cache dovecot.index.log dovecot-uidlist maildirfolder
If there are no directories for other dates then Dovecot is showing you what is there. If there are checking the permissions are correct is a good starting point.
** Phillip Bruce
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.orgmailto:dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] # doveadm mailbox status -u archive Maildir # doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] r# doveadm mailbox status -u archive INBOX @doveadm mailbox status [-u <user>|-A] [-S ] <fields> <mailbox> [...] The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
** end quote [Phillip Bruce]
-- Paul Tansom | Aptanet Ltd. | https://www.aptanet.com/https://www.aptanet.com/ | 023 9238 0001
Registered in England | Company No: 4905028 | Registered Office: Ralls House, Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
Phillip> We should be seeing folders for everyday so missing folders Phillip> from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19.
Why do you think you should be seeing folders for every single day? Do your users create a new folder each day and migrate mails in there? Do you have a sieve script that is filtering incoming mail into daily folders?
Phillip> That what should be there but isn’t that my understanding.
It's not clear how these are created. Have you looked at the dovecot logs?
Phillip> I am trying to understand where on the system it get that Phillip> info. I don’t see it in the configs so It not making any Phillip> sense right now.
It's not making sense to me why you think these should be automatically created. You need to read the dovecot FAQ and the debugging hints and give us more details.
John
Phillip> From: dovecot dovecot-bounces@dovecot.org On Behalf Of Paul Tansom Phillip> Sent: Tuesday, January 7, 2020 9:15 AM Phillip> To: dovecot@dovecot.org Phillip> Subject: [EXTERNAL] Re: Thunderbird Subscription missing
Phillip> Still not quite got my head around what you are expecting to see. Phillip> Presumably folders for other dates in September. Depending on how and Phillip> why those folders were created they may not exist.
Phillip> I do note that you used an ls to show the folders, and I'm assuming from Phillip> the config below you are using Maildir, so try an ls -a to show the Phillip> hidden folders too (those starting with a .). This should show you Phillip> directories:
Phillip> .16Sep19 Phillip> .25Sep19 Phillip> .26Sep19
Phillip> each with a cur, new and tmp directory in, along with some other Dovecot Phillip> / IMAP files such as:
Phillip> dovecot.index.cache Phillip> dovecot.index.log Phillip> dovecot-uidlist Phillip> maildirfolder
Phillip> If there are no directories for other dates then Dovecot is showing you Phillip> what is there. If there are checking the permissions are correct is a Phillip> good starting point.
Phillip> ** Phillip Bruce Phillip.Bruce@deem.com [2020-01-07 16:59]:
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] # doveadm mailbox status -u archive Maildir # doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] r# doveadm mailbox status -u archive INBOX @doveadm mailbox status [-u <user>|-A] [-S ] <fields> <mailbox> [...] The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you.
Phillip> ** end quote [Phillip Bruce]
Phillip> -- Phillip> Paul Tansom | Aptanet Ltd. | https://www.aptanet.com/ | 023 9238 0001 Phillip> ============================================================================= Phillip> Registered in England | Company No: 4905028 | Registered Office: Ralls House, Phillip> Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP
Phillip> This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you.
I ask this question to the user and they seem to think should have been more maybe not everyday but certainly more than folders.
# doveadm log errors Jan 07 08:23:27 Error: director: Empty server list Jan 07 08:23:27 Fatal: director: Invalid value for director_mail_servers setting
I maybe getting this as I may have the wrong syntax.
Phillip
From: dovecot dovecot-bounces@dovecot.org On Behalf Of John Stoffel Sent: Tuesday, January 7, 2020 12:35 PM To: Dovecot Mailing List dovecot@dovecot.org Cc: Paul Tansom paul@aptanet.com Subject: RE: [EXTERNAL] Re: Thunderbird Subscription missing
Phillip> We should be seeing folders for everyday so missing folders Phillip> from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19.
Why do you think you should be seeing folders for every single day? Do your users create a new folder each day and migrate mails in there? Do you have a sieve script that is filtering incoming mail into daily folders?
Phillip> That what should be there but isn’t that my understanding.
It's not clear how these are created. Have you looked at the dovecot logs?
Phillip> I am trying to understand where on the system it get that Phillip> info. I don’t see it in the configs so It not making any Phillip> sense right now.
It's not making sense to me why you think these should be automatically created. You need to read the dovecot FAQ and the debugging hints and give us more details.
John
Phillip> From: dovecot
Phillip> Still not quite got my head around what you are expecting to see. Phillip> Presumably folders for other dates in September. Depending on how and Phillip> why those folders were created they may not exist.
Phillip> I do note that you used an ls to show the folders, and I'm assuming from Phillip> the config below you are using Maildir, so try an ls -a to show the Phillip> hidden folders too (those starting with a .). This should show you Phillip> directories:
Phillip> .16Sep19 Phillip> .25Sep19 Phillip> .26Sep19
Phillip> each with a cur, new and tmp directory in, along with some other Dovecot Phillip> / IMAP files such as:
Phillip> dovecot.index.cache Phillip> dovecot.index.log Phillip> dovecot-uidlist Phillip> maildirfolder
Phillip> If there are no directories for other dates then Dovecot is showing you Phillip> what is there. If there are checking the permissions are correct is a Phillip> good starting point.
Phillip> ** Phillip Bruce
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.orgmailto:dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] # doveadm mailbox status -u archive Maildir # doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] r# doveadm mailbox status -u archive INBOX @doveadm mailbox status [-u <user>|-A] [-S ] <fields> <mailbox> [...] The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you.
Phillip> ** end quote [Phillip Bruce]
Phillip> -- Phillip> Paul Tansom | Aptanet Ltd. | https://www.aptanet.com/https://www.aptanet.com/ | 023 9238 0001 Phillip> ============================================================================= Phillip> Registered in England | Company No: 4905028 | Registered Office: Ralls House, Phillip> Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP
Phillip> This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you. This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
John,
Users don’t create these folder. The system does based on the configuration which is what I have to figure out.
Phillp
From: dovecot dovecot-bounces@dovecot.org On Behalf Of John Stoffel Sent: Tuesday, January 7, 2020 12:35 PM To: Dovecot Mailing List dovecot@dovecot.org Cc: Paul Tansom paul@aptanet.com Subject: RE: [EXTERNAL] Re: Thunderbird Subscription missing
Phillip> We should be seeing folders for everyday so missing folders Phillip> from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19.
Why do you think you should be seeing folders for every single day? Do your users create a new folder each day and migrate mails in there? Do you have a sieve script that is filtering incoming mail into daily folders?
Phillip> That what should be there but isn’t that my understanding.
It's not clear how these are created. Have you looked at the dovecot logs?
Phillip> I am trying to understand where on the system it get that Phillip> info. I don’t see it in the configs so It not making any Phillip> sense right now.
It's not making sense to me why you think these should be automatically created. You need to read the dovecot FAQ and the debugging hints and give us more details.
John
Phillip> From: dovecot
Phillip> Still not quite got my head around what you are expecting to see. Phillip> Presumably folders for other dates in September. Depending on how and Phillip> why those folders were created they may not exist.
Phillip> I do note that you used an ls to show the folders, and I'm assuming from Phillip> the config below you are using Maildir, so try an ls -a to show the Phillip> hidden folders too (those starting with a .). This should show you Phillip> directories:
Phillip> .16Sep19 Phillip> .25Sep19 Phillip> .26Sep19
Phillip> each with a cur, new and tmp directory in, along with some other Dovecot Phillip> / IMAP files such as:
Phillip> dovecot.index.cache Phillip> dovecot.index.log Phillip> dovecot-uidlist Phillip> maildirfolder
Phillip> If there are no directories for other dates then Dovecot is showing you Phillip> what is there. If there are checking the permissions are correct is a Phillip> good starting point.
Phillip> ** Phillip Bruce
I notice to use this command but does tell me a lot either.
# doveconf -n # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS disable_plaintext_auth = no mail_location = maildir:~/Maildir namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } protocols = " imap" ssl = no userdb { driver = passwd } #
Phillip
From: Phillip Bruce Sent: Tuesday, January 7, 2020 8:26 AM To: dovecot@dovecot.orgmailto:dovecot@dovecot.org Subject: Thunderbird Subscription missing
Hello,
I have an usual isshere we are using thunderbird for client. The version of dovecot is as followed:
# dovecot --version 2.2.22 (fe789d2)
The dovecot service is runnon on VERSION="16.04.6 LTS (Xenial Xerus)"
Thunderbird version 68.3.1 (32 bit) version.
What happening when managing subscription there seems to be folders that are missing. They were not purged nor did anything happen like an outage.
If you look at this below Sep19 (for September 2019), It list only the following folders: 16Sep19, 25Sep19 26Sep19
[cid:image002.png@01D5C536.5A7C7770]
To me this looks like some indexing gone south. I've tried this
# doveadm mailbox status -u arhive doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] # doveadm mailbox status -u archive Maildir # doveadm mailbox status [-u <user>|-A] [-S
] <fields> <mailbox> [...] r# doveadm mailbox status -u archive INBOX @doveadm mailbox status [-u <user>|-A] [-S ] <fields> <mailbox> [...] The user is archive
The user home folder is this: # pwd /home/mail/archive/Maildir
This what in it. # ls cur dovecot.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.50ca19bb tmp dovecot.index dovecot.index.log.2 dovecot-uidlist dovecot-uidvalidity.50ca19bc dovecot.index.cache dovecot-keywords dovecot-uidvalidity dovecot-uidvalidity.50ca1b2d dovecot.index.cache.gz dovecot-keywords.gz dovecot-uidvalidity.50ca1990 new dovecot.index.cache.gz.2 dovecot.mailbox.log dovecot-uidvalidity.50ca19ab subscriptions
# doveadm log errors #
I don't see in errors. I tried to reload dovecot. # doveadm instance list path name last used running /var/run/dovecot dovecot 2020-01-06 22:41:46 yes root@dc3-ops-prod-vserv-archive01:~#
There nothing in the logs that I can see.
# doveadm user -u archive userdb: archive user : archive system_groups_user: archive uid : 1011 gid : 1011 home : /home/archive root@dc3-ops-prod-vserv-archive01:~#
Any suggestions would be helpful.
Thanks,
Phillip Bruce Sr. System Engineer 415-590-8491 office "The answer to your Traveling Solution" [Deem Demo]
This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you.
Phillip> ** end quote [Phillip Bruce]
Phillip> -- Phillip> Paul Tansom | Aptanet Ltd. | https://www.aptanet.com/https://www.aptanet.com/ | 023 9238 0001 Phillip> ============================================================================= Phillip> Registered in England | Company No: 4905028 | Registered Office: Ralls House, Phillip> Parklands Business Park, Forrest Road, Denmead, Waterlooville, Hants, PO7 6XP
Phillip> This message and any files or text attached to it are intended only for the recipients named Phillip> above, and contain information that may be confidential or privileged. If you are not an intended Phillip> recipient, or you have reason to believe that you received this message in error, you must not Phillip> read, copy, use or disclose this communication. Please also notify the sender by replying to this Phillip> message, and then delete all copies of it from your system. Thank you. This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
Phillip> Users don’t create these folder. The system does based on the Phillip> configuration which is what I have to figure out.
Then post your configuration details!
And details on how email gets into the system and into Dovecot.
John,
Below is configuration of dovecot.
The SMTP transport is postix There nothing outgoing only incoming. These are coming from outside provider to our system. So there no outbound email.
~# doveadm config # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS # NOTE: Send doveconf -n output instead when asking for help. auth_anonymous_username = anonymous auth_cache_negative_ttl = 1 hours auth_cache_size = 0 auth_cache_ttl = 1 hours auth_debug = no auth_debug_passwords = no auth_default_realm = auth_failure_delay = 2 secs auth_gssapi_hostname = auth_krb5_keytab = auth_master_user_separator = auth_mechanisms = plain auth_proxy_self = auth_realms = auth_socket_path = auth-userdb auth_ssl_require_client_cert = no auth_ssl_username_from_cert = no auth_stats = no auth_use_winbind = no auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@ auth_username_format = %Lu auth_username_translation = auth_verbose = no auth_verbose_passwords = no auth_winbind_helper_path = /usr/bin/ntlm_auth auth_worker_max_count = 30 base_dir = /var/run/dovecot config_cache_size = 1 M debug_log_path = default_client_limit = 1000 default_idle_kill = 1 mins default_internal_user = dovecot default_login_user = dovenull default_process_limit = 100 default_vsz_limit = 256 M deliver_log_format = msgid=%m: %$ dict_db_config = director_consistent_hashing = no director_doveadm_port = 0 director_mail_servers = director_servers = director_user_expire = 15 mins director_user_kick_delay = 2 secs director_username_hash = %u disable_plaintext_auth = no dotlock_use_excl = yes doveadm_allowed_commands = doveadm_api_key = doveadm_password = doveadm_port = 0 doveadm_socket_path = doveadm-server doveadm_username = doveadm doveadm_worker_count = 0 dsync_alt_char = _ dsync_remote_cmd = ssh -l%{login} %{host} doveadm dsync-server -u%u -U first_valid_gid = 1 first_valid_uid = 500 haproxy_timeout = 3 secs haproxy_trusted_networks = hostname = imap_capability = imap_client_workarounds = imap_hibernate_timeout = 0 imap_id_log = imap_id_send = name * imap_idle_notify_interval = 2 mins imap_logout_format = in=%i out=%o imap_max_line_length = 64 k imap_metadata = no imap_urlauth_host = imap_urlauth_logout_format = in=%i out=%o imap_urlauth_port = 143 imapc_cmd_timeout = 5 mins imapc_features = imapc_host = imapc_list_prefix = imapc_master_user = imapc_max_idle_time = 29 mins imapc_password = imapc_port = 143 imapc_rawlog_dir = imapc_sasl_mechanisms = imapc_ssl = no imapc_ssl_verify = yes imapc_user = import_environment = TZ CORE_OUTOFMEM CORE_ERROR LISTEN_PID LISTEN_FDS info_log_path = instance_name = dovecot last_valid_gid = 0 last_valid_uid = 0 lda_mailbox_autocreate = no lda_mailbox_autosubscribe = no lda_original_recipient_header = libexec_dir = /usr/lib/dovecot listen = *, :: lmtp_address_translate = lmtp_hdr_delivery_address = final lmtp_proxy = no lmtp_rcpt_check_quota = no lmtp_save_to_detail_mailbox = no lmtp_user_concurrency_limit = 0 lock_method = fcntl log_path = syslog log_timestamp = "%b %d %H:%M:%S " login_access_sockets = login_greeting = Dovecot ready. login_log_format = %$: %s login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c session=<%{session}> login_plugin_dir = /usr/lib/dovecot/modules/login login_plugins = login_proxy_max_disconnect_delay = 0 login_source_ips = login_trusted_networks = mail_access_groups = mail_always_cache_fields = mail_attachment_dir = mail_attachment_fs = sis posix mail_attachment_hash = %{sha1} mail_attachment_min_size = 128 k mail_attribute_dict = mail_cache_fields = flags mail_cache_min_mail_count = 0 mail_chroot = mail_debug = no mail_fsync = optimized mail_full_filesystem_access = no mail_gid = mail_home = mail_location = maildir:~/Maildir mail_log_prefix = "%s(%u): " mail_max_keyword_length = 50 mail_max_lock_timeout = 0 mail_max_userip_connections = 10 mail_never_cache_fields = imap.envelope mail_nfs_index = no mail_nfs_storage = no mail_plugin_dir = /usr/lib/dovecot/modules mail_plugins = mail_prefetch_count = 0 mail_privileged_group = mail_save_crlf = no mail_server_admin = mail_server_comment = mail_shared_explicit_inbox = no mail_temp_dir = /tmp mail_temp_scan_interval = 1 weeks mail_uid = mailbox_idle_check_interval = 30 secs mailbox_list_index = no mailbox_list_index_very_dirty_syncs = no maildir_broken_filename_sizes = no maildir_copy_with_hardlinks = yes maildir_empty_new = no maildir_stat_dirs = no maildir_very_dirty_syncs = no master_user_separator = mbox_dirty_syncs = yes mbox_dotlock_change_timeout = 2 mins mbox_lazy_writes = yes mbox_lock_timeout = 5 mins mbox_md5 = apop3d mbox_min_index_size = 0 mbox_read_locks = fcntl mbox_very_dirty_syncs = no mbox_write_locks = fcntl dotlock mdbox_preallocate_space = no mdbox_purge_preserve_alt = no mdbox_rotate_interval = 0 mdbox_rotate_size = 2 M mmap_disable = no namespace inbox { disabled = no hidden = no ignore_on_failure = no inbox = yes list = yes location = mailbox Drafts { auto = no autoexpunge = 0 comment = driver = special_use = \Drafts } mailbox Junk { auto = no autoexpunge = 0 comment = driver = special_use = \Junk } mailbox Sent { auto = no autoexpunge = 0 comment = driver = special_use = \Sent } mailbox "Sent Messages" { auto = no autoexpunge = 0 comment = driver = special_use = \Sent } mailbox Trash { auto = no autoexpunge = 0 comment = driver = special_use = \Trash } order = 0 prefix = separator = subscriptions = yes type = private } passdb { args = default_fields = deny = no driver = pam master = no name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } pop3_client_workarounds = pop3_delete_type = default pop3_deleted_flag = pop3_enable_last = no pop3_fast_size_lookups = no pop3_lock_session = no pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s pop3_no_flag_updates = no pop3_reuse_xuidl = no pop3_save_uidl = no pop3_uidl_duplicates = allow pop3_uidl_format = %08Xu%08Xv pop3c_host = pop3c_master_user = pop3c_password = pop3c_port = 110 pop3c_quick_received_date = no pop3c_rawlog_dir = pop3c_ssl = no pop3c_ssl_verify = yes pop3c_user = %u postmaster_address = protocols = " imap" quota_full_tempfail = no recipient_delimiter = + rejection_reason = Your message to <%t> was automatically rejected:%n%r rejection_subject = Rejected: %s replication_dsync_parameters = -d -N -l 30 -U replication_full_sync_interval = 1 days replication_max_conns = 10 replicator_host = replicator replicator_port = 0 sendmail_path = /usr/sbin/sendmail service aggregator { chroot = . client_limit = 0 drop_priv_before_exec = no executable = aggregator extra_groups = fifo_listener replication-notify-fifo { group = mode = 0600 user = } group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener replication-notify { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service anvil { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = anvil extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 1 protocol = service_count = 0 type = anvil unix_listener anvil-auth-penalty { group = mode = 0600 user = } unix_listener anvil { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service auth-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = auth -w extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 1 type = unix_listener auth-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service auth { chroot = client_limit = 0 drop_priv_before_exec = no executable = auth extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener auth-client { group = mode = 0600 user = $default_internal_user } unix_listener auth-login { group = mode = 0600 user = $default_internal_user } unix_listener auth-master { group = mode = 0600 user = } unix_listener auth-userdb { group = mode = 0666 user = $default_internal_user } unix_listener login/login { group = mode = 0666 user = } unix_listener token-login/tokenlogin { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service config { chroot = client_limit = 0 drop_priv_before_exec = no executable = config extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = config unix_listener config { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service dict-async { chroot = client_limit = 0 drop_priv_before_exec = no executable = dict extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dict-async { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service dict { chroot = client_limit = 1 drop_priv_before_exec = no executable = dict extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dict { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service director { chroot = . client_limit = 0 drop_priv_before_exec = no executable = director extra_groups = fifo_listener login/proxy-notify { group = mode = 00 user = } group = idle_kill = 4294967295 secs inet_listener { address = haproxy = no port = 0 reuse_port = no ssl = no } privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener director-admin { group = mode = 0600 user = } unix_listener director-userdb { group = mode = 0600 user = } unix_listener login/director { group = mode = 00 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service dns_client { chroot = client_limit = 1 drop_priv_before_exec = no executable = dns-client extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dns-client { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service doveadm { chroot = client_limit = 1 drop_priv_before_exec = no executable = doveadm-server extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 1 type = unix_listener doveadm-server { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service imap-hibernate { chroot = client_limit = 0 drop_priv_before_exec = no executable = imap-hibernate extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 0 type = unix_listener imap-hibernate { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service imap-login { chroot = login client_limit = 0 drop_priv_before_exec = no executable = imap-login extra_groups = group = idle_kill = 0 inet_listener imap { address = haproxy = no port = 143 reuse_port = no ssl = no } inet_listener imaps { address = haproxy = no port = 993 reuse_port = no ssl = yes } privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 1 type = login user = $default_login_user vsz_limit = 18446744073709551615 B } service imap-urlauth-login { chroot = token-login client_limit = 0 drop_priv_before_exec = no executable = imap-urlauth-login extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 1 type = login unix_listener imap-urlauth { group = mode = 0666 user = } user = $default_login_user vsz_limit = 18446744073709551615 B } service imap-urlauth-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap-urlauth-worker extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener imap-urlauth-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service imap-urlauth { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap-urlauth extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener token-login/imap-urlauth { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service imap { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener imap-master { group = mode = 0600 user = } unix_listener login/imap { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service indexer-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = indexer-worker extra_groups = group = idle_kill = 0 privileged_group = process_limit = 10 process_min_avail = 0 protocol = service_count = 0 type = unix_listener indexer-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service indexer { chroot = client_limit = 0 drop_priv_before_exec = no executable = indexer extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener indexer { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service ipc { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = ipc extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener ipc { group = mode = 0600 user = } unix_listener login/ipc-proxy { group = mode = 0600 user = $default_login_user } user = $default_internal_user vsz_limit = 18446744073709551615 B } service lmtp { chroot = client_limit = 1 drop_priv_before_exec = no executable = lmtp extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = lmtp service_count = 0 type = unix_listener lmtp { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service log { chroot = client_limit = 0 drop_priv_before_exec = no executable = log extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = log unix_listener log-errors { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service pop3-login { chroot = login client_limit = 0 drop_priv_before_exec = no executable = pop3-login extra_groups = group = idle_kill = 0 inet_listener pop3 { address = haproxy = no port = 110 reuse_port = no ssl = no } inet_listener pop3s { address = haproxy = no port = 995 reuse_port = no ssl = yes } privileged_group = process_limit = 0 process_min_avail = 0 protocol = pop3 service_count = 1 type = login user = $default_login_user vsz_limit = 18446744073709551615 B } service pop3 { chroot = client_limit = 1 drop_priv_before_exec = no executable = pop3 extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = pop3 service_count = 1 type = unix_listener login/pop3 { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service replicator { chroot = client_limit = 0 drop_priv_before_exec = no executable = replicator extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener replicator-doveadm { group = mode = 00 user = $default_internal_user } unix_listener replicator { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service ssl-params { chroot = client_limit = 0 drop_priv_before_exec = no executable = ssl-params extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = startup unix_listener login/ssl-params { group = mode = 0666 user = } unix_listener ssl-params { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service stats { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = stats extra_groups = fifo_listener stats-mail { group = mode = 0600 user = } fifo_listener stats-user { group = mode = 0600 user = } group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener stats { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service tcpwrap { chroot = client_limit = 1 drop_priv_before_exec = no executable = tcpwrap extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = user = $default_internal_user vsz_limit = 18446744073709551615 B } shutdown_clients = yes ssl = no ssl_ca = ssl_cert = ssl_cert_username_field = commonName ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL ssl_client_ca_dir = ssl_client_ca_file = ssl_client_cert = ssl_client_key = ssl_crypto_device = ssl_dh_parameters_length = 1024 ssl_key = ssl_key_password = ssl_options = ssl_parameters_regenerate = 0 ssl_prefer_server_ciphers = no ssl_protocols = !SSLv2 ssl_require_crl = yes ssl_verify_client_cert = no state_dir = /var/lib/dovecot stats_command_min_time = 1 mins stats_domain_min_time = 12 hours stats_ip_min_time = 12 hours stats_memory_limit = 16 M stats_session_min_time = 15 mins stats_user_min_time = 1 hours submission_host = syslog_facility = mail userdb { args = default_fields = driver = passwd name = override_fields = result_failure = continue result_internalfail = continue result_success = return-ok skip = never } valid_chroot_dirs = verbose_proctitle = no verbose_ssl = no version_ignore = no root@dc3-ops-prod-vserv-archive01:~#
This how the archive user home looks like: This is where I though all the folder are
root@dc3-ops-prod-vserv-archive01:/home/archive/Maildir# ls -la total 71771 drwx------ 101 archive archive 124 Jan 7 13:02 . drwxr-xr-x 4 archive root 7 Jul 13 2017 .. drwxr-xr-x 5 archive archive 9 Nov 27 06:28 .Apr19.28Apr19 drwx------ 5 archive archive 9 Dec 23 06:03 .Archives.2018 drwxr-xr-x 5 archive archive 10 Dec 16 12:49 .Aug19.28Aug19 drwxr-xr-x 5 archive archive 10 Nov 27 06:26 .Aug19.29Aug19 drwxr-xr-x 5 archive archive 10 Dec 2 11:47 .Aug19.30Aug19 drwxr-xr-x 5 archive archive 10 Nov 27 06:28 .Aug19.31Aug19 drwx------ 2 archive archive 15998 Jan 7 13:02 cur drwxr-xr-x 5 archive archive 10 Dec 10 10:13 .Dec19.01Dec19 drwxr-xr-x 4 archive archive 4 Dec 3 00:00 .Dec19.02Dec19 drwxr-xr-x 4 archive archive 4 Dec 4 00:00 .Dec19.03Dec19 drwxr-xr-x 5 archive archive 9 Dec 18 07:37 .Dec19.04Dec19 drwxr-xr-x 4 archive archive 4 Dec 6 00:00 .Dec19.05Dec19 drwxr-xr-x 5 archive archive 10 Dec 11 14:23 .Dec19.06Dec19 drwxr-xr-x 5 archive archive 10 Dec 19 15:01 .Dec19.07Dec19 drwxr-xr-x 5 archive archive 9 Dec 16 13:44 .Dec19.08Dec19 drwxr-xr-x 5 archive archive 9 Dec 19 14:58 .Dec19.09Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 13:02 .Dec19.10Dec19 drwxr-xr-x 4 archive archive 4 Dec 12 00:00 .Dec19.11Dec19 drwxr-xr-x 4 archive archive 4 Dec 13 00:00 .Dec19.12Dec19 drwxr-xr-x 5 archive archive 10 Dec 18 07:38 .Dec19.13Dec19 drwxr-xr-x 4 archive archive 4 Dec 15 00:00 .Dec19.14Dec19 drwxr-xr-x 4 archive archive 4 Dec 16 00:00 .Dec19.15Dec19 drwxr-xr-x 4 archive archive 4 Dec 17 00:00 .Dec19.16Dec19 drwxr-xr-x 4 archive archive 4 Dec 18 00:00 .Dec19.17Dec19 drwxr-xr-x 4 archive archive 4 Dec 19 00:00 .Dec19.18Dec19 drwxr-xr-x 4 archive archive 4 Dec 20 00:00 .Dec19.19Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 13:02 .Dec19.20Dec19 drwxr-xr-x 4 archive archive 4 Dec 22 00:00 .Dec19.21Dec19 drwxr-xr-x 4 archive archive 4 Dec 23 00:00 .Dec19.22Dec19 drwxr-xr-x 4 archive archive 4 Dec 24 00:00 .Dec19.23Dec19 drwxr-xr-x 4 archive archive 4 Dec 25 00:00 .Dec19.24Dec19 drwxr-xr-x 4 archive archive 4 Dec 26 00:00 .Dec19.25Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 12:22 .Dec19.26Dec19 drwxr-xr-x 4 archive archive 4 Dec 28 00:00 .Dec19.27Dec19 drwxr-xr-x 4 archive archive 4 Dec 29 00:00 .Dec19.28Dec19 drwxr-xr-x 4 archive archive 4 Dec 30 00:00 .Dec19.29Dec19 drwxr-xr-x 4 archive archive 4 Dec 31 00:00 .Dec19.30Dec19 drwxr-xr-x 4 archive archive 4 Jan 1 00:00 .Dec19.31Dec19 -rw------- 1 archive archive 383488 Jan 7 13:01 dovecot.index -rw------- 1 archive archive 9742476 Jan 7 13:02 dovecot.index.cache -rw------- 1 archive archive 33711116 Feb 17 2012 dovecot.index.cache.gz -rw------- 1 archive archive 32087653 Mar 25 2009 dovecot.index.cache.gz.2 -rw------- 1 archive archive 4800 Jan 7 13:02 dovecot.index.log -rw------- 1 archive archive 37552 Jan 7 13:01 dovecot.index.log.2 -rw------- 1 archive archive 17 May 26 2009 dovecot-keywords -rw------- 1 archive archive 50 Jan 17 2009 dovecot-keywords.gz -rw------- 1 archive archive 1872 Jan 3 12:05 dovecot.mailbox.log -rw------- 1 archive archive 4128 Dec 2 09:11 dovecot.mailbox.log.2 -rw------- 1 archive archive 1290129 Jan 7 13:02 dovecot-uidlist -rw------- 1 archive archive 8 Jan 3 12:05 dovecot-uidvalidity -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca1990 -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19ab -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19bb -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19bc -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca1b2d drwxr-xr-x 5 archive archive 9 Jan 6 06:09 .Jan20.01Jan20 drwxr-xr-x 5 archive archive 9 Jan 7 09:54 .Jan20.02Jan20 drwxr-xr-x 4 archive archive 4 Jan 4 00:00 .Jan20.03Jan20 drwxr-xr-x 4 archive archive 4 Jan 5 00:00 .Jan20.04Jan20 drwxr-xr-x 4 archive archive 4 Jan 6 00:00 .Jan20.05Jan20 drwxr-xr-x 4 archive archive 4 Jan 7 00:00 .Jan20.06Jan20 drwx------ 2 archive archive 6313 Jan 7 18:47 new -rw------- 1 archive archive 419728 Mar 15 2018 .nfs0000000000101f5e00007608 -rw------- 1 archive archive 514576 Mar 15 2018 .nfs0000000000101f6000007e6b -rw------- 1 archive archive 193480 Jul 5 2018 .nfs000000000023d3a50003c4e0 -rw------- 1 archive archive 262144 Mar 16 2018 .nfs00000000003c5861000098a3 -rw------- 1 archive archive 691000 Mar 17 2018 .nfs00000000003c58660000b210 drwxr-xr-x 5 archive archive 10 Dec 17 07:54 .Nov19.01Nov19 drwxr-xr-x 5 archive archive 10 Dec 23 05:26 .Nov19.02Nov19 drwxr-xr-x 5 archive archive 10 Dec 23 05:26 .Nov19.03Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 12:48 .Nov19.04Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 12:35 .Nov19.05Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 08:32 .Nov19.06Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 06:23 .Nov19.07Nov19 drwxr-xr-x 4 archive archive 4 Nov 9 00:00 .Nov19.08Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 13:11 .Nov19.09Nov19 drwxr-xr-x 5 archive archive 10 Dec 2 12:22 .Nov19.10Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 09:23 .Nov19.11Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 07:46 .Nov19.12Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 05:54 .Nov19.13Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 12:29 .Nov19.14Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 06:19 .Nov19.15Nov19 drwxr-xr-x 4 archive archive 4 Nov 17 00:00 .Nov19.16Nov19 drwxr-xr-x 4 archive archive 4 Nov 18 00:00 .Nov19.17Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 10:25 .Nov19.18Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 06:01 .Nov19.19Nov19 drwxr-xr-x 4 archive archive 4 Nov 21 00:00 .Nov19.20Nov19 drwxr-xr-x 4 archive archive 4 Nov 22 00:00 .Nov19.21Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 08:21 .Nov19.22Nov19 drwxr-xr-x 5 archive archive 11 Dec 2 12:23 .Nov19.23Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 10:23 .Nov19.24Nov19 drwxr-xr-x 5 archive archive 10 Dec 2 10:54 .Nov19.25Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 07:48 .Nov19.26Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 07:34 .Nov19.27Nov19 drwxr-xr-x 5 archive archive 10 Dec 11 09:59 .Nov19.28Nov19 drwxr-xr-x 5 archive archive 9 Dec 23 05:43 .Nov19.29Nov19 drwxr-xr-x 5 archive archive 9 Dec 11 10:00 .Nov19.30Nov19 drwxr-xr-x 5 archive archive 9 Nov 20 06:41 .Oct19.07Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.08Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 09:23 .Oct19.11Oct19 drwxr-xr-x 5 archive archive 9 Nov 26 12:57 .Oct19.12Oct19 drwxr-xr-x 5 archive archive 9 Dec 18 07:33 .Oct19.13Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.14Oct19 drwxr-xr-x 5 archive archive 10 Dec 2 12:10 .Oct19.16Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 09:14 .Oct19.17Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.20Oct19 drwxr-xr-x 5 archive archive 9 Dec 23 05:49 .Oct19.21Oct19 drwxr-xr-x 5 archive archive 9 Dec 16 12:27 .Oct19.22Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 12:10 .Oct19.23Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:38 .Oct19.24Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:33 .Oct19.25Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:35 .Oct19.26Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:35 .Oct19.27Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:36 .Oct19.28Oct19 drwxr-xr-x 5 archive archive 10 Nov 27 06:39 .Oct19.29Oct19 drwxr-xr-x 5 archive archive 9 Dec 10 10:38 .Oct19.30Oct19 drwxr-xr-x 5 archive archive 10 Dec 18 07:37 .Sep19.16Sep19 drwxr-xr-x 5 archive archive 9 Dec 16 13:34 .Sep19.25Sep19 drwxr-xr-x 5 archive archive 9 Nov 27 06:28 .Sep19.26Sep19 -rw------- 1 archive archive 1212 Jan 3 12:05 subscriptions drwx------ 2 archive archive 3 Jan 7 18:47 tmp drwx------ 5 archive archive 8 Dec 17 12:27 .Trash
For obvious reason I will not provide server info. I hope the above is enough To go on. I think that all that was done and as I only See those folder of Sep19.16, 25 and 26. Which is all I see I believe this is why there NOTHING but those there.
That what I think?
Thoughts?
Phillip
-----Original Message----- From: John Stoffel john@stoffel.org Sent: Tuesday, January 7, 2020 4:35 PM To: Phillip Bruce Phillip.Bruce@deem.com Cc: John Stoffel john@stoffel.org; Dovecot Mailing List dovecot@dovecot.org; Paul Tansom paul@aptanet.com Subject: RE: [EXTERNAL] Re: Thunderbird Subscription missing
Phillip> Users don’t create these folder. The system does based on the Phillip> configuration which is what I have to figure out.
Then post your configuration details!
And details on how email gets into the system and into Dovecot.
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
John,
I believe this resolved and was never an issue. Just end user not understanding how it works. I've look and see their python scripts that run in cron that Create these structures.
Thanks for offering your help. If you see anything in the config that Might be helpful. I would appreciate the feedback.
Phillip
-----Original Message----- From: Phillip Bruce Sent: Tuesday, January 7, 2020 6:53 PM To: John Stoffel john@stoffel.org Cc: Dovecot Mailing List dovecot@dovecot.org; Paul Tansom paul@aptanet.com Subject: RE: [EXTERNAL] Re: Thunderbird Subscription missing
John,
Below is configuration of dovecot.
The SMTP transport is postix There nothing outgoing only incoming. These are coming from outside provider to our system. So there no outbound email.
~# doveadm config # 2.2.22 (fe789d2): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.13 (7b14904) # OS: Linux 4.4.0-130-generic x86_64 Ubuntu 16.04.6 LTS # NOTE: Send doveconf -n output instead when asking for help. auth_anonymous_username = anonymous auth_cache_negative_ttl = 1 hours auth_cache_size = 0 auth_cache_ttl = 1 hours auth_debug = no auth_debug_passwords = no auth_default_realm = auth_failure_delay = 2 secs auth_gssapi_hostname = auth_krb5_keytab = auth_master_user_separator = auth_mechanisms = plain auth_proxy_self = auth_realms = auth_socket_path = auth-userdb auth_ssl_require_client_cert = no auth_ssl_username_from_cert = no auth_stats = no auth_use_winbind = no auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@ auth_username_format = %Lu auth_username_translation = auth_verbose = no auth_verbose_passwords = no auth_winbind_helper_path = /usr/bin/ntlm_auth auth_worker_max_count = 30 base_dir = /var/run/dovecot config_cache_size = 1 M debug_log_path = default_client_limit = 1000 default_idle_kill = 1 mins default_internal_user = dovecot default_login_user = dovenull default_process_limit = 100 default_vsz_limit = 256 M deliver_log_format = msgid=%m: %$ dict_db_config = director_consistent_hashing = no director_doveadm_port = 0 director_mail_servers = director_servers = director_user_expire = 15 mins director_user_kick_delay = 2 secs director_username_hash = %u disable_plaintext_auth = no dotlock_use_excl = yes doveadm_allowed_commands = doveadm_api_key = doveadm_password = doveadm_port = 0 doveadm_socket_path = doveadm-server doveadm_username = doveadm doveadm_worker_count = 0 dsync_alt_char = _ dsync_remote_cmd = ssh -l%{login} %{host} doveadm dsync-server -u%u -U first_valid_gid = 1 first_valid_uid = 500 haproxy_timeout = 3 secs haproxy_trusted_networks = hostname = imap_capability = imap_client_workarounds = imap_hibernate_timeout = 0 imap_id_log = imap_id_send = name * imap_idle_notify_interval = 2 mins imap_logout_format = in=%i out=%o imap_max_line_length = 64 k imap_metadata = no imap_urlauth_host = imap_urlauth_logout_format = in=%i out=%o imap_urlauth_port = 143 imapc_cmd_timeout = 5 mins imapc_features = imapc_host = imapc_list_prefix = imapc_master_user = imapc_max_idle_time = 29 mins imapc_password = imapc_port = 143 imapc_rawlog_dir = imapc_sasl_mechanisms = imapc_ssl = no imapc_ssl_verify = yes imapc_user = import_environment = TZ CORE_OUTOFMEM CORE_ERROR LISTEN_PID LISTEN_FDS info_log_path = instance_name = dovecot last_valid_gid = 0 last_valid_uid = 0 lda_mailbox_autocreate = no lda_mailbox_autosubscribe = no lda_original_recipient_header = libexec_dir = /usr/lib/dovecot listen = *, :: lmtp_address_translate = lmtp_hdr_delivery_address = final lmtp_proxy = no lmtp_rcpt_check_quota = no lmtp_save_to_detail_mailbox = no lmtp_user_concurrency_limit = 0 lock_method = fcntl log_path = syslog log_timestamp = "%b %d %H:%M:%S " login_access_sockets = login_greeting = Dovecot ready. login_log_format = %$: %s login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c session=<%{session}> login_plugin_dir = /usr/lib/dovecot/modules/login login_plugins = login_proxy_max_disconnect_delay = 0 login_source_ips = login_trusted_networks = mail_access_groups = mail_always_cache_fields = mail_attachment_dir = mail_attachment_fs = sis posix mail_attachment_hash = %{sha1} mail_attachment_min_size = 128 k mail_attribute_dict = mail_cache_fields = flags mail_cache_min_mail_count = 0 mail_chroot = mail_debug = no mail_fsync = optimized mail_full_filesystem_access = no mail_gid = mail_home = mail_location = maildir:~/Maildir mail_log_prefix = "%s(%u): " mail_max_keyword_length = 50 mail_max_lock_timeout = 0 mail_max_userip_connections = 10 mail_never_cache_fields = imap.envelope mail_nfs_index = no mail_nfs_storage = no mail_plugin_dir = /usr/lib/dovecot/modules mail_plugins = mail_prefetch_count = 0 mail_privileged_group = mail_save_crlf = no mail_server_admin = mail_server_comment = mail_shared_explicit_inbox = no mail_temp_dir = /tmp mail_temp_scan_interval = 1 weeks mail_uid = mailbox_idle_check_interval = 30 secs mailbox_list_index = no mailbox_list_index_very_dirty_syncs = no maildir_broken_filename_sizes = no maildir_copy_with_hardlinks = yes maildir_empty_new = no maildir_stat_dirs = no maildir_very_dirty_syncs = no master_user_separator = mbox_dirty_syncs = yes mbox_dotlock_change_timeout = 2 mins mbox_lazy_writes = yes mbox_lock_timeout = 5 mins mbox_md5 = apop3d mbox_min_index_size = 0 mbox_read_locks = fcntl mbox_very_dirty_syncs = no mbox_write_locks = fcntl dotlock mdbox_preallocate_space = no mdbox_purge_preserve_alt = no mdbox_rotate_interval = 0 mdbox_rotate_size = 2 M mmap_disable = no namespace inbox { disabled = no hidden = no ignore_on_failure = no inbox = yes list = yes location = mailbox Drafts { auto = no autoexpunge = 0 comment = driver = special_use = \Drafts } mailbox Junk { auto = no autoexpunge = 0 comment = driver = special_use = \Junk } mailbox Sent { auto = no autoexpunge = 0 comment = driver = special_use = \Sent } mailbox "Sent Messages" { auto = no autoexpunge = 0 comment = driver = special_use = \Sent } mailbox Trash { auto = no autoexpunge = 0 comment = driver = special_use = \Trash } order = 0 prefix = separator = subscriptions = yes type = private } passdb { args = default_fields = deny = no driver = pam master = no name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } pop3_client_workarounds = pop3_delete_type = default pop3_deleted_flag = pop3_enable_last = no pop3_fast_size_lookups = no pop3_lock_session = no pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s pop3_no_flag_updates = no pop3_reuse_xuidl = no pop3_save_uidl = no pop3_uidl_duplicates = allow pop3_uidl_format = %08Xu%08Xv pop3c_host = pop3c_master_user = pop3c_password = pop3c_port = 110 pop3c_quick_received_date = no pop3c_rawlog_dir = pop3c_ssl = no pop3c_ssl_verify = yes pop3c_user = %u postmaster_address = protocols = " imap" quota_full_tempfail = no recipient_delimiter = + rejection_reason = Your message to <%t> was automatically rejected:%n%r rejection_subject = Rejected: %s replication_dsync_parameters = -d -N -l 30 -U replication_full_sync_interval = 1 days replication_max_conns = 10 replicator_host = replicator replicator_port = 0 sendmail_path = /usr/sbin/sendmail service aggregator { chroot = . client_limit = 0 drop_priv_before_exec = no executable = aggregator extra_groups = fifo_listener replication-notify-fifo { group = mode = 0600 user = } group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener replication-notify { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service anvil { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = anvil extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 1 protocol = service_count = 0 type = anvil unix_listener anvil-auth-penalty { group = mode = 0600 user = } unix_listener anvil { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service auth-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = auth -w extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 1 type = unix_listener auth-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service auth { chroot = client_limit = 0 drop_priv_before_exec = no executable = auth extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener auth-client { group = mode = 0600 user = $default_internal_user } unix_listener auth-login { group = mode = 0600 user = $default_internal_user } unix_listener auth-master { group = mode = 0600 user = } unix_listener auth-userdb { group = mode = 0666 user = $default_internal_user } unix_listener login/login { group = mode = 0666 user = } unix_listener token-login/tokenlogin { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service config { chroot = client_limit = 0 drop_priv_before_exec = no executable = config extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = config unix_listener config { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service dict-async { chroot = client_limit = 0 drop_priv_before_exec = no executable = dict extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dict-async { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service dict { chroot = client_limit = 1 drop_priv_before_exec = no executable = dict extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dict { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service director { chroot = . client_limit = 0 drop_priv_before_exec = no executable = director extra_groups = fifo_listener login/proxy-notify { group = mode = 00 user = } group = idle_kill = 4294967295 secs inet_listener { address = haproxy = no port = 0 reuse_port = no ssl = no } privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener director-admin { group = mode = 0600 user = } unix_listener director-userdb { group = mode = 0600 user = } unix_listener login/director { group = mode = 00 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service dns_client { chroot = client_limit = 1 drop_priv_before_exec = no executable = dns-client extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = unix_listener dns-client { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service doveadm { chroot = client_limit = 1 drop_priv_before_exec = no executable = doveadm-server extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 1 type = unix_listener doveadm-server { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service imap-hibernate { chroot = client_limit = 0 drop_priv_before_exec = no executable = imap-hibernate extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 0 type = unix_listener imap-hibernate { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service imap-login { chroot = login client_limit = 0 drop_priv_before_exec = no executable = imap-login extra_groups = group = idle_kill = 0 inet_listener imap { address = haproxy = no port = 143 reuse_port = no ssl = no } inet_listener imaps { address = haproxy = no port = 993 reuse_port = no ssl = yes } privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 1 type = login user = $default_login_user vsz_limit = 18446744073709551615 B } service imap-urlauth-login { chroot = token-login client_limit = 0 drop_priv_before_exec = no executable = imap-urlauth-login extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = imap service_count = 1 type = login unix_listener imap-urlauth { group = mode = 0666 user = } user = $default_login_user vsz_limit = 18446744073709551615 B } service imap-urlauth-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap-urlauth-worker extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener imap-urlauth-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service imap-urlauth { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap-urlauth extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener token-login/imap-urlauth { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service imap { chroot = client_limit = 1 drop_priv_before_exec = no executable = imap extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = imap service_count = 1 type = unix_listener imap-master { group = mode = 0600 user = } unix_listener login/imap { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service indexer-worker { chroot = client_limit = 1 drop_priv_before_exec = no executable = indexer-worker extra_groups = group = idle_kill = 0 privileged_group = process_limit = 10 process_min_avail = 0 protocol = service_count = 0 type = unix_listener indexer-worker { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service indexer { chroot = client_limit = 0 drop_priv_before_exec = no executable = indexer extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener indexer { group = mode = 0666 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service ipc { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = ipc extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener ipc { group = mode = 0600 user = } unix_listener login/ipc-proxy { group = mode = 0600 user = $default_login_user } user = $default_internal_user vsz_limit = 18446744073709551615 B } service lmtp { chroot = client_limit = 1 drop_priv_before_exec = no executable = lmtp extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = lmtp service_count = 0 type = unix_listener lmtp { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service log { chroot = client_limit = 0 drop_priv_before_exec = no executable = log extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = log unix_listener log-errors { group = mode = 0600 user = } user = vsz_limit = 18446744073709551615 B } service pop3-login { chroot = login client_limit = 0 drop_priv_before_exec = no executable = pop3-login extra_groups = group = idle_kill = 0 inet_listener pop3 { address = haproxy = no port = 110 reuse_port = no ssl = no } inet_listener pop3s { address = haproxy = no port = 995 reuse_port = no ssl = yes } privileged_group = process_limit = 0 process_min_avail = 0 protocol = pop3 service_count = 1 type = login user = $default_login_user vsz_limit = 18446744073709551615 B } service pop3 { chroot = client_limit = 1 drop_priv_before_exec = no executable = pop3 extra_groups = group = idle_kill = 0 privileged_group = process_limit = 1024 process_min_avail = 0 protocol = pop3 service_count = 1 type = unix_listener login/pop3 { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service replicator { chroot = client_limit = 0 drop_priv_before_exec = no executable = replicator extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener replicator-doveadm { group = mode = 00 user = $default_internal_user } unix_listener replicator { group = mode = 0600 user = $default_internal_user } user = vsz_limit = 18446744073709551615 B } service ssl-params { chroot = client_limit = 0 drop_priv_before_exec = no executable = ssl-params extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = startup unix_listener login/ssl-params { group = mode = 0666 user = } unix_listener ssl-params { group = mode = 0666 user = } user = vsz_limit = 18446744073709551615 B } service stats { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = stats extra_groups = fifo_listener stats-mail { group = mode = 0600 user = } fifo_listener stats-user { group = mode = 0600 user = } group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 0 protocol = service_count = 0 type = unix_listener stats { group = mode = 0600 user = } user = $default_internal_user vsz_limit = 18446744073709551615 B } service tcpwrap { chroot = client_limit = 1 drop_priv_before_exec = no executable = tcpwrap extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 0 protocol = service_count = 0 type = user = $default_internal_user vsz_limit = 18446744073709551615 B } shutdown_clients = yes ssl = no ssl_ca = ssl_cert = ssl_cert_username_field = commonName ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL ssl_client_ca_dir = ssl_client_ca_file = ssl_client_cert = ssl_client_key = ssl_crypto_device = ssl_dh_parameters_length = 1024 ssl_key = ssl_key_password = ssl_options = ssl_parameters_regenerate = 0 ssl_prefer_server_ciphers = no ssl_protocols = !SSLv2 ssl_require_crl = yes ssl_verify_client_cert = no state_dir = /var/lib/dovecot stats_command_min_time = 1 mins stats_domain_min_time = 12 hours stats_ip_min_time = 12 hours stats_memory_limit = 16 M stats_session_min_time = 15 mins stats_user_min_time = 1 hours submission_host = syslog_facility = mail userdb { args = default_fields = driver = passwd name = override_fields = result_failure = continue result_internalfail = continue result_success = return-ok skip = never } valid_chroot_dirs = verbose_proctitle = no verbose_ssl = no version_ignore = no root@dc3-ops-prod-vserv-archive01:~#
This how the archive user home looks like: This is where I though all the folder are
root@dc3-ops-prod-vserv-archive01:/home/archive/Maildir# ls -la total 71771 drwx------ 101 archive archive 124 Jan 7 13:02 . drwxr-xr-x 4 archive root 7 Jul 13 2017 .. drwxr-xr-x 5 archive archive 9 Nov 27 06:28 .Apr19.28Apr19 drwx------ 5 archive archive 9 Dec 23 06:03 .Archives.2018 drwxr-xr-x 5 archive archive 10 Dec 16 12:49 .Aug19.28Aug19 drwxr-xr-x 5 archive archive 10 Nov 27 06:26 .Aug19.29Aug19 drwxr-xr-x 5 archive archive 10 Dec 2 11:47 .Aug19.30Aug19 drwxr-xr-x 5 archive archive 10 Nov 27 06:28 .Aug19.31Aug19 drwx------ 2 archive archive 15998 Jan 7 13:02 cur drwxr-xr-x 5 archive archive 10 Dec 10 10:13 .Dec19.01Dec19 drwxr-xr-x 4 archive archive 4 Dec 3 00:00 .Dec19.02Dec19 drwxr-xr-x 4 archive archive 4 Dec 4 00:00 .Dec19.03Dec19 drwxr-xr-x 5 archive archive 9 Dec 18 07:37 .Dec19.04Dec19 drwxr-xr-x 4 archive archive 4 Dec 6 00:00 .Dec19.05Dec19 drwxr-xr-x 5 archive archive 10 Dec 11 14:23 .Dec19.06Dec19 drwxr-xr-x 5 archive archive 10 Dec 19 15:01 .Dec19.07Dec19 drwxr-xr-x 5 archive archive 9 Dec 16 13:44 .Dec19.08Dec19 drwxr-xr-x 5 archive archive 9 Dec 19 14:58 .Dec19.09Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 13:02 .Dec19.10Dec19 drwxr-xr-x 4 archive archive 4 Dec 12 00:00 .Dec19.11Dec19 drwxr-xr-x 4 archive archive 4 Dec 13 00:00 .Dec19.12Dec19 drwxr-xr-x 5 archive archive 10 Dec 18 07:38 .Dec19.13Dec19 drwxr-xr-x 4 archive archive 4 Dec 15 00:00 .Dec19.14Dec19 drwxr-xr-x 4 archive archive 4 Dec 16 00:00 .Dec19.15Dec19 drwxr-xr-x 4 archive archive 4 Dec 17 00:00 .Dec19.16Dec19 drwxr-xr-x 4 archive archive 4 Dec 18 00:00 .Dec19.17Dec19 drwxr-xr-x 4 archive archive 4 Dec 19 00:00 .Dec19.18Dec19 drwxr-xr-x 4 archive archive 4 Dec 20 00:00 .Dec19.19Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 13:02 .Dec19.20Dec19 drwxr-xr-x 4 archive archive 4 Dec 22 00:00 .Dec19.21Dec19 drwxr-xr-x 4 archive archive 4 Dec 23 00:00 .Dec19.22Dec19 drwxr-xr-x 4 archive archive 4 Dec 24 00:00 .Dec19.23Dec19 drwxr-xr-x 4 archive archive 4 Dec 25 00:00 .Dec19.24Dec19 drwxr-xr-x 4 archive archive 4 Dec 26 00:00 .Dec19.25Dec19 drwxr-xr-x 5 archive archive 9 Jan 7 12:22 .Dec19.26Dec19 drwxr-xr-x 4 archive archive 4 Dec 28 00:00 .Dec19.27Dec19 drwxr-xr-x 4 archive archive 4 Dec 29 00:00 .Dec19.28Dec19 drwxr-xr-x 4 archive archive 4 Dec 30 00:00 .Dec19.29Dec19 drwxr-xr-x 4 archive archive 4 Dec 31 00:00 .Dec19.30Dec19 drwxr-xr-x 4 archive archive 4 Jan 1 00:00 .Dec19.31Dec19 -rw------- 1 archive archive 383488 Jan 7 13:01 dovecot.index -rw------- 1 archive archive 9742476 Jan 7 13:02 dovecot.index.cache -rw------- 1 archive archive 33711116 Feb 17 2012 dovecot.index.cache.gz -rw------- 1 archive archive 32087653 Mar 25 2009 dovecot.index.cache.gz.2 -rw------- 1 archive archive 4800 Jan 7 13:02 dovecot.index.log -rw------- 1 archive archive 37552 Jan 7 13:01 dovecot.index.log.2 -rw------- 1 archive archive 17 May 26 2009 dovecot-keywords -rw------- 1 archive archive 50 Jan 17 2009 dovecot-keywords.gz -rw------- 1 archive archive 1872 Jan 3 12:05 dovecot.mailbox.log -rw------- 1 archive archive 4128 Dec 2 09:11 dovecot.mailbox.log.2 -rw------- 1 archive archive 1290129 Jan 7 13:02 dovecot-uidlist -rw------- 1 archive archive 8 Jan 3 12:05 dovecot-uidvalidity -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca1990 -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19ab -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19bb -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca19bc -rw------- 1 archive archive 0 Dec 13 2012 dovecot-uidvalidity.50ca1b2d drwxr-xr-x 5 archive archive 9 Jan 6 06:09 .Jan20.01Jan20 drwxr-xr-x 5 archive archive 9 Jan 7 09:54 .Jan20.02Jan20 drwxr-xr-x 4 archive archive 4 Jan 4 00:00 .Jan20.03Jan20 drwxr-xr-x 4 archive archive 4 Jan 5 00:00 .Jan20.04Jan20 drwxr-xr-x 4 archive archive 4 Jan 6 00:00 .Jan20.05Jan20 drwxr-xr-x 4 archive archive 4 Jan 7 00:00 .Jan20.06Jan20 drwx------ 2 archive archive 6313 Jan 7 18:47 new -rw------- 1 archive archive 419728 Mar 15 2018 .nfs0000000000101f5e00007608 -rw------- 1 archive archive 514576 Mar 15 2018 .nfs0000000000101f6000007e6b -rw------- 1 archive archive 193480 Jul 5 2018 .nfs000000000023d3a50003c4e0 -rw------- 1 archive archive 262144 Mar 16 2018 .nfs00000000003c5861000098a3 -rw------- 1 archive archive 691000 Mar 17 2018 .nfs00000000003c58660000b210 drwxr-xr-x 5 archive archive 10 Dec 17 07:54 .Nov19.01Nov19 drwxr-xr-x 5 archive archive 10 Dec 23 05:26 .Nov19.02Nov19 drwxr-xr-x 5 archive archive 10 Dec 23 05:26 .Nov19.03Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 12:48 .Nov19.04Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 12:35 .Nov19.05Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 08:32 .Nov19.06Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 06:23 .Nov19.07Nov19 drwxr-xr-x 4 archive archive 4 Nov 9 00:00 .Nov19.08Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 13:11 .Nov19.09Nov19 drwxr-xr-x 5 archive archive 10 Dec 2 12:22 .Nov19.10Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 09:23 .Nov19.11Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 07:46 .Nov19.12Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 05:54 .Nov19.13Nov19 drwxr-xr-x 5 archive archive 10 Dec 17 12:29 .Nov19.14Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 06:19 .Nov19.15Nov19 drwxr-xr-x 4 archive archive 4 Nov 17 00:00 .Nov19.16Nov19 drwxr-xr-x 4 archive archive 4 Nov 18 00:00 .Nov19.17Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 10:25 .Nov19.18Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 06:01 .Nov19.19Nov19 drwxr-xr-x 4 archive archive 4 Nov 21 00:00 .Nov19.20Nov19 drwxr-xr-x 4 archive archive 4 Nov 22 00:00 .Nov19.21Nov19 drwxr-xr-x 5 archive archive 10 Dec 16 08:21 .Nov19.22Nov19 drwxr-xr-x 5 archive archive 11 Dec 2 12:23 .Nov19.23Nov19 drwxr-xr-x 5 archive archive 10 Dec 10 10:23 .Nov19.24Nov19 drwxr-xr-x 5 archive archive 10 Dec 2 10:54 .Nov19.25Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 07:48 .Nov19.26Nov19 drwxr-xr-x 5 archive archive 10 Dec 18 07:34 .Nov19.27Nov19 drwxr-xr-x 5 archive archive 10 Dec 11 09:59 .Nov19.28Nov19 drwxr-xr-x 5 archive archive 9 Dec 23 05:43 .Nov19.29Nov19 drwxr-xr-x 5 archive archive 9 Dec 11 10:00 .Nov19.30Nov19 drwxr-xr-x 5 archive archive 9 Nov 20 06:41 .Oct19.07Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.08Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 09:23 .Oct19.11Oct19 drwxr-xr-x 5 archive archive 9 Nov 26 12:57 .Oct19.12Oct19 drwxr-xr-x 5 archive archive 9 Dec 18 07:33 .Oct19.13Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.14Oct19 drwxr-xr-x 5 archive archive 10 Dec 2 12:10 .Oct19.16Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 09:14 .Oct19.17Oct19 drwxr-xr-x 5 archive archive 9 Nov 27 06:39 .Oct19.20Oct19 drwxr-xr-x 5 archive archive 9 Dec 23 05:49 .Oct19.21Oct19 drwxr-xr-x 5 archive archive 9 Dec 16 12:27 .Oct19.22Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 12:10 .Oct19.23Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:38 .Oct19.24Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:33 .Oct19.25Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:35 .Oct19.26Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:35 .Oct19.27Oct19 drwxr-xr-x 5 archive archive 9 Dec 2 11:36 .Oct19.28Oct19 drwxr-xr-x 5 archive archive 10 Nov 27 06:39 .Oct19.29Oct19 drwxr-xr-x 5 archive archive 9 Dec 10 10:38 .Oct19.30Oct19 drwxr-xr-x 5 archive archive 10 Dec 18 07:37 .Sep19.16Sep19 drwxr-xr-x 5 archive archive 9 Dec 16 13:34 .Sep19.25Sep19 drwxr-xr-x 5 archive archive 9 Nov 27 06:28 .Sep19.26Sep19 -rw------- 1 archive archive 1212 Jan 3 12:05 subscriptions drwx------ 2 archive archive 3 Jan 7 18:47 tmp drwx------ 5 archive archive 8 Dec 17 12:27 .Trash
For obvious reason I will not provide server info. I hope the above is enough To go on. I think that all that was done and as I only See those folder of Sep19.16, 25 and 26. Which is all I see I believe this is why there NOTHING but those there.
That what I think?
Thoughts?
Phillip
-----Original Message----- From: John Stoffel john@stoffel.org Sent: Tuesday, January 7, 2020 4:35 PM To: Phillip Bruce Phillip.Bruce@deem.com Cc: John Stoffel john@stoffel.org; Dovecot Mailing List dovecot@dovecot.org; Paul Tansom paul@aptanet.com Subject: RE: [EXTERNAL] Re: Thunderbird Subscription missing
Phillip> Users don’t create these folder. The system does based on the Phillip> configuration which is what I have to figure out.
Then post your configuration details!
And details on how email gets into the system and into Dovecot.
This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, or you have reason to believe that you received this message in error, you must not read, copy, use or disclose this communication. Please also notify the sender by replying to this message, and then delete all copies of it from your system. Thank you.
participants (3)
-
John Stoffel
-
Paul Tansom
-
Phillip Bruce