[horde] Issues installing Horde Groupware on new Rocky Linux 8 VPS

Christian Schmidt Christian.Schmidt at chemie.uni-hamburg.de
Thu Oct 28 12:27:07 UTC 2021


L A, 28.10.21:
> Sendmail is installed and configured to use my GMail account to send emails
> using their SMTP server.  It works perfectly.  I can send emails from the
> CLI using something like :
> 
> echo "$(hostname) test" | mail -s "$(hostname) test Gmail relay"
> root at localhost
> 
> Strangely, /var/log/maillog is empty...
> 
> I noticed that backends.local.php did not contain any parameters for SMTP
> authentication, so I added the SMTP block in it,  Now
> "imp/config/backends.local.php" looks like:
> 
> $servers['imap'] = array(
>      'disabled' => false,
>      'name' => 'GMail IMAP server',
>      'hostspec' => 'imap.gmail.com',
>      'hordeauth' => true,
>      'protocol' => 'imap',
>      'port' => 993,
>      'secure' => 'ssl'
>      'maildomain' => '',
>      'smtp' => array(
>          'auth' => true,
>          'localhost' => 'localhost',
>          'host' => 'smtp.gmail.com',
>          'password' => '*************************',
>          'port' => 587,
>          'secure' => 'tls',
>          'username' => 'lp.allard.1 at gmail.com'
>      ),
>      'cache' => false,
> );

You told imp to use smtp.gmail.com, so your local sendmail is not 
getting involved at all...
Regards,
Christian

-- 
No signature available.



More information about the horde mailing list