similar to: Dynamic host with password plugin

Displaying 20 results from an estimated 10000 matches similar to: "Dynamic host with password plugin"

2019 Jun 19
1
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS handshaking:
2018 Jul 11
0
Connection refused (61)
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 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: sorry forgot to mention the port in the roundcube config file!
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file! $config['smtp_port'] = 587; On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What mail port are you expecting it connect to on 127.0.0.1? > > Here's my config. > $ grep -v "^//" config.inc.php > <?php > > /* Local configuration for Roundcube Webmail
2018 Jul 11
0
Connection refused (61)
Your smtp server isn't listening. Is it running, and binding to 127.0.0.1? -- 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:44 PM, "Teno Deuter" <gvgter at googlemail.com> wrote: connection refused! But why? On
2018 Jul 11
0
Connection refused (61)
What mail port are you expecting it connect to on 127.0.0.1? Here's my config. $ grep -v "^//" config.inc.php <?php /* Local configuration for Roundcube Webmail */ $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; $config['default_host'] =
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
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
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
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
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
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 Jun 18
4
Help on CRAM-MD5
Howdy, I'm using dovecot and mysql users, and i'm creating the password with: ENCRYPT('some-passwd',CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))) So far so good, everything's fine. Today saw that i didn't enabled CRAM-MD5, but if I do, and the (at least) IMAP client (roundcube/thunderbird/etc) issues CRAM-MD5 it doesn't authenticate. What am i doing wrong, or
2019 Jun 19
2
Help on CRAM-MD5
On 19.6.2019 7.48, Alexander Dalloz via dovecot wrote: > Am 19.06.2019 um 00:04 schrieb Jorge Bastos via dovecot: >> Howdy, >> >> I'm using dovecot and mysql users, and i'm creating the password with: >> >> ENCRYPT('some-passwd',CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))) >> >> So far so good, everything's fine. >>
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)
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)
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)
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
2019 Jun 20
0
Help on CRAM-MD5
Hi Emanuel, I understand what you said. Users have access to SSL and TLS so it's fine, it's their options to use or not. Thanks for the help from all, -----Original Message----- From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of FUSTE Emmanuel via dovecot Sent: Thursday, June 20, 2019 9:53 To: dovecot at dovecot.org Subject: Re: Help on CRAM-MD5 Hello, The world is not
2018 Jul 11
2
Connection refused (61)
Dear list, in a box with the following setup: openbsd 6.3 opensmtpd dovecot 2.2.34 roundcubemail 1.3.5 httpd web server when a system user is authenticated via roundcubemail and tries to send an email, the following errors pops in the roundcube log file: Connection refused (61) Failed to connect socket: Connection refused () here is my roundcube config file: $config['default_host']
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