Displaying 20 results from an estimated 7000 matches similar to: "Connection refused (61)"
2018 Jul 11
4
Connection refused (61)
what does the output of:
netstat -n | grep :587
run as root, show you? the -p will give the program and pid.
> Date: Wednesday, July 11, 2018 21:51:09 +0000
> From: Larry Rosenman <larryrtx at gmail.com>
>
> Yep, you (probably) need to configure openSMTPD to listen on 587
>
> (I run exim, so I can't help with that).
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)
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)
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)
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)
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)
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
2
Connection refused (61)
$egress_int is NOT 127.0.0.1.
Change roundcube to use the same address.
--
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:26 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
this is what I have now in my smptd conf file:
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
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)
---
/etc/smtpd/smtpd.conf
pki mx.domain.tld certificate "/etc/smtpd/tls/smtpd.crt"
pki mx.domain.tld key "/etc/smtpd/tls/smtpd.key"
table creds "/etc/smtpd/creds"
table vdoms "/etc/smtpd/vdoms"
table vusers "/etc/smtpd/vusers"
listen on eth0 tls pki mx.domain.tld
listen on eth0
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
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)
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
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)
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
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
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)
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?
>
>
> --
>
2018 Jul 11
2
Connection refused (61)
connection refused! But why?
On Wed, Jul 11, 2018 at 11:40 PM, Larry Rosenman <larryrtx at gmail.com> wrote:
> What happens if you telnet 127.0.0.1 587?
>
> --
> 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:39