All accounts?

On 10/9/2019 9:38 AM, Remo Mattei wrote:
IMAP



    On Wednesday, Oct 09, 2019 at 08:38, Eric Broch
    <ebroch.w...@gmail.com <mailto:ebroch.w...@gmail.com>> wrote:
    Is this error occurring on a smtp or imap connection?

    On Wed, Oct 9, 2019 at 8:39 AM Remo Mattei <r...@mattei.org
    <mailto:r...@mattei.org>> wrote:

        here is mine Roundcube


        $config['default_host'] = 'tls://%n';

        // SMTP server host (for sending mails).
        // To use SSL/TLS connection, enter hostname with prefix
        ssl:// or tls://
        // If left blank, the PHP mail() function is used
        // Supported replacement variables:
        // %h - user's IMAP hostname
        // %n - hostname ($_SERVER['SERVER_NAME'])
        // %t - hostname without the first part
        // %d - domain (http hostname $_SERVER['HTTP_HOST'] without
        the first part)
        // %z - IMAP domain (IMAP hostname without the first part)
        // For example %n = mail.domain.tld, %t = domain.tld
        $config['smtp_server'] = 'tls://qmail.box.box';

        // provide an URL where a user can get support for this
        Roundcube installation
        // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET
        <http://ROUNDCUBE.NET> WEBSITE HERE!
        $config['support_url'] = '';


        Remo


            On Wednesday, Oct 09, 2019 at 07:33, Eric Broch
            <ebr...@whitehorsetc.com <mailto:ebr...@whitehorsetc.com>>
            wrote:

            Roundcube version 1.3.10


            On 10/9/2019 8:32 AM, Eric Broch wrote:

            This worked for me

            $config['smtp_server'] = 'ssl://mx.mydomain.tld';
            $config['smtp_port'] = 465;
            $config['smtp_user'] = '%u';
            $config['smtp_pass'] = '%p';
            $config['smtp_auth_type'] = 'LOGIN';

            where

            mx.mydomain.tld has a certificate created by LetsEncrypt
            and in /var/qmail/control/servercert.pem


            On 10/9/2019 7:36 AM, r...@mattei.org
            <mailto:r...@mattei.org> wrote:
            I will share my round as soon as I get home it was a little tricky 
to deal with the latest version.
            Il giorno 9 ott 2019, alle ore 05:18, Tomasz 
Lachowicz<to...@larum.org.pl>  <mailto:to...@larum.org.pl>  ha scritto: W dniu 
09.10.2019 o 11:29, Eric Broch pisze:
            On 10/9/2019 3:04 AM, Tomasz Lachowicz wrote: i have the same 
problem. smtp don't allow connection on port 143
            Should it?
            Of corz you have right - i write to fast ;)
            i change smtp settings to ssl/tls on port 465 and its start working.
            okay
            Now I have a problem because roundcube can't connect to smtp on ssl 
version.
            What version of roundcube an what do your settings look like?
            Round cube 1.3.9 conifg $config['default_host'] = 'localhost'; 
$config['smtp_server'] = 'tls://localhost'; $config['smtp_port'] = 465; 
$config['smtp_user'] = '%u'; $config['smtp_pass'] = '%p'; 
$config['imap_auth_type'] ='DIGEST-MD5'; roundcube can't send any email. - i 
dont have any error - only message: sending message.
--------------------------------------------------------------------- To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com <mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com> For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com <mailto:qmailtoaster-list-h...@qmailtoaster.com>
--------------------------------------------------------------------- To unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com <mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com> For additional commands, e-mail:qmailtoaster-list-h...@qmailtoaster.com <mailto:qmailtoaster-list-h...@qmailtoaster.com>
            --------------------------------------------------------------------- To 
unsubscribe, e-mail:qmailtoaster-list-unsubscr...@qmailtoaster.com  
<mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com>  For additional commands, 
e-mail:qmailtoaster-list-h...@qmailtoaster.com  
<mailto:qmailtoaster-list-h...@qmailtoaster.com>

Reply via email to