Search found 3 matches
- Mon Jul 06, 2020 11:38 am
- Forum: Mail Server
- Topic: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
- Replies: 97
- Views: 11008770
Re: Problem after upgrade to exim-4.94-1.el7 on CentOS 7
It was fixed by updating exim config to :
https://github.com/madeITBelgium/vesta/ ... /exim.conf
then applying
viewtopic.php?t=15262#p63585
https://github.com/madeITBelgium/vesta/ ... /exim.conf
then applying
viewtopic.php?t=15262#p63585
- Fri Dec 22, 2017 2:26 pm
- Forum: Mail Server
- Topic: I can get mail but can't send
- Replies: 3
- Views: 13834
- Fri Dec 22, 2017 2:19 pm
- Forum: Mail Server
- Topic: SMTP Error (550): Failed to set sender
- Replies: 10
- Views: 39834
Re: SMTP Error (550): Failed to set sender
I had this problem in vestacp and resolved it by updating the variable smtp_helo_host to localhost in the file /etc/roundcubemail/defaults.inc.php
Code: Select all
$config['smtp_helo_host'] = 'localhost';