[horde] Issues installing Horde Groupware on new Rocky Linux 8 VPS
L A
lp.allard.1 at gmail.com
Thu Oct 28 13:00:48 UTC 2021
On Thu, Oct 28, 2021 at 8:34 AM Christian Schmidt <
Christian.Schmidt at chemie.uni-hamburg.de> wrote:
> 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.
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
Hello Christian,
hmmmm... Okay sorry I just found out that the "Mailer" section of Horde's
config was not filled out. I entered the proper parameters and its working
fine now. I wonder, out of curiosity, why I need to do that to be able to
send emails?
Wouldn't filling out the proper parameters in IMP's config be sufficient??
Okay now *I think* everything is working fine!
Thanks guys again
More information about the horde
mailing list