Displaying 20 results from an estimated 9000 matches similar to: "Doveadm / dsync: mirror?"
2018 Jul 11
0
Connection refused (61)
There is a concept in IMAP of mailbox subscription. This is the default list of mailboxes to be shown.
doveadm mailbox list -s
(full command syntax on the doveadm-mailbox manpage)
That will list the subscribed mailboxes for the logged in user.
There are command-line switches for which user to list, etc.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1
2018 Jul 11
0
Connection refused (61)
this is the result:
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-SIZE 209715200
250-DSN
250-STARTTLS
250 HELP
can I tell smtpd to to accept AUTH without encryption?
On Thu, Jul 12, 2018 at 1:07 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> If you telnet to port 25, do an EHLO host, does the response include AUTH? If not, opensmtpd is not offering AUTH over unencrypted port 25
2018 Jul 11
0
Connection refused (61)
Is the user subscribed to the mailboxes?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:14 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
I can see the mails with neomutt
I can also see them with roundcube if I
2018 Jul 11
0
Connection refused (61)
now in roundcube config I have the following:
$config['default_host'] = 'my static IP';
$config['smtp_server'] = 'my static IP';
$config['smtp_port'] = 25;
but I get the following:
SMTP server does not support authentication ()
SMTP Error: Authentication failure: SMTP server does not support
authentication (Code: )
On Thu, Jul 12, 2018 at 1:02 AM,
2018 Jul 11
0
Connection refused (61)
Can you see the mails with neomutt?
If so, the error is on the roundcube side.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:09 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
in:
/var/mail/[user]/Inbox
2018 Jul 11
0
Connection refused (61)
you mean to turn off TLS in roundcube config file?
On Thu, Jul 12, 2018 at 12:51 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Turn off TLS for webmail. It's not leaving the machine.
>
> Or get a letsencrypt.org cert. (they are free) see acme.sh (https://github.com/Neilpang/acme.sh)
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
>
2018 Jul 11
2
Connection refused (61)
Read the docs....
Or, as I said earlier, get a (free) letsencrypt certificate.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:16 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
this is the result:
250-8BITMIME
2018 Jul 11
0
Connection refused (61)
I don't see the expected new / cur / tmp dirs..
Or that didn't do the recursive.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:02 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
drwxr-xr-x 5 512 Jun 26
2019 Jan 02
0
doveadm index crash/assert
Op 02/01/2019 om 22:51 schreef Larry Rosenman:
> https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-debug.txt
>
> https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-bt.txt
>
> I wish there was a way to set plugins {fts_solr = <blah>} from the
> command line :(
>
Doesn't `-o plugin/fts_solr=...' work?
> but I turned it on globally for that run.
>
2018 Jul 11
1
Connection refused (61)
this command produces:
Sent
only!
On Thu, Jul 12, 2018 at 12:29 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> There is a concept in IMAP of mailbox subscription. This is the default list of mailboxes to be shown.
>
> doveadm mailbox list -s
>
> (full command syntax on the doveadm-mailbox manpage)
>
> That will list the subscribed mailboxes for the logged in
2018 Jul 11
0
Connection refused (61)
which means I can't use a self-signed cert at all? Or can I define
this somewhere?
On Thu, Jul 12, 2018 at 12:46 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> yep
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
2018 Jul 11
0
Connection refused (61)
What does an ls -lr of /var/mail/<user> look like?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:58 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
forgot to also ask about the maildir set up I have:
2018 Jul 11
0
Connection refused (61)
Yep, you (probably) need to configure openSMTPD to listen on 587
(I run exim, so I can't help with that).
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:50 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
I am using
2019 Jan 02
0
doveadm index crash/assert
Op 02/01/2019 om 22:51 schreef Larry Rosenman:
> https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-debug.txt
>
> https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-bt.txt
>
> I wish there was a way to set plugins {fts_solr = <blah>} from the
> command line :(
>
> but I turned it on globally for that run.
Yeah, it is caused by the interaction between the solr
2018 Jul 11
0
Connection refused (61)
the maillog shows:
reason="io-error: error:14037418:SSL routines:ACCEPT_SR_KEY_EXCH:tlsv1
alert unknown ca"
please note that I'm using a self-signed cert. Is that the reason?
On Thu, Jul 12, 2018 at 12:42 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Then you need to look at the opensmtpd logs to figure out why the starttls is failing.
>
>
>
> --
>
2018 Jul 11
2
Connection refused (61)
If you telnet to port 25, do an EHLO host, does the response include AUTH? If not, opensmtpd is not offering AUTH over unencrypted port 25 connections.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:05 PM, "Teno Deuter" <gvgter
2018 Jul 11
2
Connection refused (61)
Yes.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:02 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
you mean to turn off TLS in roundcube config file?
On Thu, Jul 12, 2018 at 12:51 AM, Larry Rosenman
2018 Jul 11
2
Connection refused (61)
Turn off TLS for webmail. It's not leaving the machine.
Or get a letsencrypt.org cert. (they are free) see acme.sh (https://github.com/Neilpang/acme.sh)
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:48 PM, "Teno Deuter"
2018 Jul 11
2
Connection refused (61)
what do you mean by 'suscribed'?
On Thu, Jul 12, 2018 at 12:21 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Is the user subscribed to the mailboxes?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
> ?On
2018 Jul 11
0
Connection refused (61)
What's your neomutt connecting to?
For smtp?
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 4:47 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
when using neomutt for the same system user, I can send and receive