search for: tenos

Displaying 20 results from an estimated 49 matches for "tenos".

Did you mean: tends
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)
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
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
2
Connection refused (61)
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 ?On 7/11/18, 5:46 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: the maillog shows: reason="io-error: error:14037418:SSL routines:ACCEPT_SR_KEY_EXCH:tlsv1 alert
2018 Jul 11
2
Connection refused (61)
I can see the mails with neomutt I can also see them with roundcube if I skip in dovecot the 'mail_location = maildir:~/var/mail/%u:LAYOUT=fs' On Thu, Jul 12, 2018 at 12:11 AM, Larry Rosenman <larryrtx at gmail.com> wrote: > Can you see the mails with neomutt? > > If so, the error is on the roundcube side. > > > -- > Larry Rosenman
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
2
Connection refused (61)
in: /var/mail/[user]/Inbox drwxr-xr-x 2 512 Jul 5 01:30 tmp -rw------- 1 5 Jul 7 00:00 subscriptions drwxr-xr-x 2 512 Jul 7 00:00 new -rw------- 1 24 Jul 7 00:00 dovecot.mailbox.log -rw------- 1 1988 Jul 7 00:22 dovecot.index.log -rw------- 1 4568 Jul 11 19:34 dovecot.index.cache -r--r--r-- 1 0 Jul 7 00:00 dovecot-uidvalidity.5b3fe690 -rw------- 1 8 Jul
2018 Jul 11
2
Connection refused (61)
Then you need to look at the opensmtpd logs to figure out why the starttls is failing. -- 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:42 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: actually I did define the staic
2018 Jul 11
2
Connection refused (61)
drwxr-xr-x 5 512 Jun 26 21:41 Trash drwxr-xr-x 5 512 Jun 26 21:41 Spam drwxr-xr-x 5 512 Jun 26 21:41 Sent drwx------ 6 512 Jul 7 00:23 Inbox drwxr-xr-x 5 512 Jun 26 21:41 Drafts On Thu, Jul 12, 2018 at 12:00 AM, Larry Rosenman <larryrtx at gmail.com> wrote: > What does an ls -lr of /var/mail/<user> look like? > > > -- > Larry Rosenman
2018 Jul 11
4
Connection refused (61)
I am using OpenSMTPD. The OpenBSD 6.3 default one. Also, when telnet to 127.0.0.1 25 I get a response! So must be something with 587? On Wed, Jul 11, 2018 at 11:47 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What's your neomutt connecting to? > > For smtp? > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640
2018 Jul 11
2
Connection refused (61)
forgot to also ask about the maildir set up I have: mail_location = maildir:~/var/mail/%u:LAYOUT=fs for the following structure: /var/mail/[user]/Drafts Inbox Sent Spam Trash but should be wrong cause when I log in into roundcube I can't see the stored emails. If I completely skip
2018 Jul 11
2
Connection refused (61)
Yes, or, add another block of lines with lo (or lo0) depending on what your kernel uses for loopback in place of the $egress_int parameter to get it to listen on 127.0.0.1 as well. -- 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:38 PM,
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)
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
2
Connection refused (61)
What does ifconfig nfe0 show for inet? -- 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:35 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: but: egress_int="nfe0" you mean to put this value?
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
2
Connection refused (61)
when using neomutt for the same system user, I can send and receive emails to everywhere Also, when installing roundcube, the test email function did succeed! So my SMTP server should be fine? On Wed, Jul 11, 2018 at 11:45 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > Your smtp server isn't listening. > > Is it running, and binding to 127.0.0.1? > > > -- >