Displaying 20 results from an estimated 1000 matches similar to: "Thunderbird Subscription missing"
2020 Jan 07
2
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
2020 Jan 07
3
[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
2020 Jan 07
0
Thunderbird Subscription missing
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 {
2020 Jan 07
0
[EXTERNAL] Re: Thunderbird Subscription missing
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 at dovecot.org> On Behalf Of
2020 Jan 07
0
[EXTERNAL] Re: Thunderbird Subscription missing
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 at dovecot.org> On Behalf Of John Stoffel
Sent: Tuesday, January 7, 2020 12:35 PM
To: Dovecot Mailing List <dovecot at dovecot.org>
Cc: Paul Tansom <paul at aptanet.com>
Subject: RE: [EXTERNAL] Re: Thunderbird Subscription
2020 Jan 08
2
[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.
2020 Jan 08
0
[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
2020 Jul 27
3
Migration from one server to 2 new servers
Fair enough but the command snippet I posted was taken directly from your earlier post dated Mon Jul 27 23:11:06 EEST 2020 and it does say ?production1??I just double-checked as well...
FWIW?the server order in the command you just pasted is the exact reverse from the Jul 27th post I mentioned above?
Here you appear to be exec?ing the command on prod2 and trying to pull from the remote of prod
2020 Jul 27
2
Migration from one server to 2 new servers
Well that option set still doesn?t look correct?
Here is the doveadm option set from my 2.2.2 server which is several weeks\months before 2.2.36?
[Jul-27 @ 15:25:09 ] > dovecot --version
2.2.2
[Jul-27 @ 15:26:53 ] > ls -l /usr/local/bin/doveadm
-rwxr-xr-x 1 root root 1379203 May 22 2013 /usr/local/bin/doveadm
[Jul-27 @ 15:25:12 ] > doveadm
usage: doveadm [-Dv] [-f
2020 Jul 27
2
Migration from one server to 2 new servers
I seem to recall a post a while back where, due to the age of the remote end, the remote side command had to be entered in the command executed on the local side.
Do you have dsync on the 2.0.9 machine?
> On Jul 27, 2020, at 4:16 PM, Kishore Potnuru <kishore.reachme at gmail.com> wrote:
>
> This is what my understanding. May be I am also wrong here.
>
> Backup option
2020 Jul 27
3
Migration from one server to 2 new servers
Hi,
But there is no "doveadm backup" option in dovecot 2.0.9 version.
[root at production ~]# doveadm -backup
doveadm: invalid option -- 'b'
[root at production ~]# dovecot --version
2.0.9
Copy the contents by using "scp", will that work?
Thanks,
Kishore Potnuru
On Mon, Jul 27, 2020 at 10:00 AM Aki Tuomi <aki.tuomi at open-xchange.com>
wrote:
>
> >
2020 Jul 28
2
Migration from one server to 2 new servers
Hi!
Kishore, you got the command wrong..
`doveadm backup -R -u username-goes-here imapc:`
for this to work, you need to configure following things:
imapc_host = old-host-name
imapc_password = master-password
imapc_master_user = master-user-name
and on the old host you need
passdb {
args = /etc/dovecot/passwd.masterusers
driver = passwd-file
master = yes
pass = yes
}
This should
2020 Jul 27
4
Migration from one server to 2 new servers
Hi
I am in the process/planning of moving from my existing dovecot imap/pop3
server to 2 new servers (for HA/Resilience). I will be implementing dovecot
replication on new servers. Please find my current and new servers
versions.
My Current Production Server details:
========================
Linux OS - Red Hat Enterprise Linux Server release 6.5 (Santiago)
Dovecot version - 2.0.9
2012 Jun 08
1
director and doveadm server
Hi,
I've been reading doc at http://wiki2.dovecot.org/Director to configure
my servers. My question is regarding configuration of doveadm server.
I have configured both, director and backend servers, as described in
that doc, but I don't know how to run doveadm commands in director servers.
doveadm is working, because I can run commands, but they are executed
in local (director)
2020 Jul 27
2
Migration from one server to 2 new servers
Not sure if this matters but the prompt when attempting the ?doveadm backup? command shows it to be a ?production" server?
[root at production1 <https://dovecot.org/mailman/listinfo/dovecot> test.org.com]# doveadm backup -R -u kishore at test.org.com <https://dovecot.org/mailman/listinfo/dovecot>
remote:vmail at production2.baplc.com
2020 Jul 27
2
Migration from one server to 2 new servers
I tried this command also. It didn't work. It shows syntax again. Please
see the supported commands in dovecot 2.0.9 version. This doesn't support
replication also as per syntax, if i am not wrong. Please suggest me.
[root at production ~]# doveadm backup -u kishore at test.org.com
remote:vmail at production2.test.org.com
usage: doveadm [-Dv] [-f <formatter>] <command>
2015 May 08
1
Cant use doveadm to set ACL . [request for help]
Hi,
i keep getting error for using doveadm acl get commands.
Below is the output for grep 'socket_path' :-
grep 'socket_path' /etc/dovecot/dovecot.conf
auth_socket_path = /var/run/dovecot/auth-master
auth_socket_path = /var/run/dovecot/auth-master
[root at mail root]# doveadm acl get -u bob at mydomain.net -S
/var/run/dovecot/auth-master -m Inbox
doveadm(bob at
2010 Dec 17
3
Per user quota on MySQL
Hi!
I'm new on Dovecot.
I'm using:
- CentOS 5.5
- Kernel 2.6.18-194.26.1.el5 x86_64
- Dovecot 2.0.8 (from source)
- Postfix 2.7.2 (from source)
- MySQL 5.0.77 (CentOS binary)
- Postfixadmin 2.3.2 (from source)
- Horde Webmail 1.2.9
- Thunderbird 3.1.7 (from CentOS)
I follow this how to: http://wiki2.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL
I was able to send and recieve e-mail via
2017 Sep 08
5
EOF from net_disconnect(fd)
I?m working on an OS project from github. There are two parts:
Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin
Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon
# dovecot --version
2.2.10
Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors.
The plugin sends a notification over a socket to
2015 Apr 30
1
doveadm -D and -v options
According to doveadm-dsync man page the above two options are valid, but
they are rejected when used:
tornado # doveadm backup -v -u testuser remote:pi.me.name:4814
backup: invalid option -- 'v'
doveadm backup [-u <user>|-A] [-S <socket_path>] [-fPRU] [-l <secs>] [-r
<rawlog path>] [-m <mailbox>] [-g <mailbox_guid>] [-n <namespace> | -N]
[-x