First i updated Directadmin to the latest version than reinstalled Custombuild 2.0 using this tutorial and installed the Custombuild Directadmin plugin:
https://forum.directadmin.com/showthread.php?t=44743. I can send and receive direct mail.
Only one problem remains, the websites are not notifying by mail:
Zend_Mail_Transport_Exception: Email to [email protected] failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137. Here is my options.config:
I have tried to install sendmail :
Tried SMTP: "Send mail to many users"
According to Xenforo This is a generic error, a typical cause of which is due to having no message transfer agent (MTA) installed, which is the default configuration for most servers. Installing Postfix or Sendmail (root access required) with no specific configuration should be enough to resolve it.
I don't want to use SMTP but how i always did without a problem. Any advice how to get this fixed?
https://forum.directadmin.com/showthread.php?t=44743. I can send and receive direct mail.
Only one problem remains, the websites are not notifying by mail:
Zend_Mail_Transport_Exception: Email to [email protected] failed: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137. Here is my options.config:
Code:
Executing /usr/local/directadmin/plugins/custombuild/admin/build options...
Apache: 2.4.20
mod_ruid2: 0.9.8
ModSecurity: no
Dovecot: 2.2.22
Dovecot configuration: yes
AWstats: no
Exim: 4.87
exim.conf update: no
BlockCracking: no
Easy Spam Fighter no
SpamAssassin: no
ClamAV: no
MySQL: no
MySQL backup: yes
MySQL backup directory: /usr/local/directadmin/custombuild/mysql_backups
PHP (default): 5.5 as mod_php
phpMyAdmin: 4.6.0-all-languages
ProFTPD: no
Pure-FTPd: 1.0.42
RoundCube webmail: 1.1.4
Replace "php.ini" with '/usr/local/directadmin/custombuild/build all' and '/usr/local/directadmin/custombuild/build php_ini': no
Auto updates/notifications: no
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: yes
Show texts in bold: yes
SquirrelMail: 1.4.23-20150507_0200
Zend Guard Loader: no
ionCube loader: no
Suhosin: no
Apache: 2.4.20
mod_ruid2: 0.9.8
ModSecurity: no
Dovecot: 2.2.22
Dovecot configuration: yes
AWstats: no
Exim: 4.87
exim.conf update: no
BlockCracking: no
Easy Spam Fighter no
SpamAssassin: no
ClamAV: no
MySQL: no
MySQL backup: yes
MySQL backup directory: /usr/local/directadmin/custombuild/mysql_backups
PHP (default): 5.5 as mod_php
phpMyAdmin: 4.6.0-all-languages
ProFTPD: no
Pure-FTPd: 1.0.42
RoundCube webmail: 1.1.4
Replace "php.ini" with '/usr/local/directadmin/custombuild/build all' and '/usr/local/directadmin/custombuild/build php_ini': no
Auto updates/notifications: no
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: yes
Show texts in bold: yes
SquirrelMail: 1.4.23-20150507_0200
Zend Guard Loader: no
ionCube loader: no
Suhosin: no
Done!
I have tried to install sendmail :
Code:
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.triple-it.nl
* epel: mirror.nl.leaseweb.net
* extras: centos.mirror.triple-it.nl
* updates: centos.mirror.triple-it.nl
* webtatic: uk.repo.webtatic.com
No package sendmail available.
Error: Nothing to do
Tried SMTP: "Send mail to many users"
Code:
Zend_Mail_Protocol_Exception: Email to [email protected] failed: User account [email protected] has sent too many emails - library/Zend/Mail/Protocol/Abstract.php:431
According to Xenforo This is a generic error, a typical cause of which is due to having no message transfer agent (MTA) installed, which is the default configuration for most servers. Installing Postfix or Sendmail (root access required) with no specific configuration should be enough to resolve it.
I don't want to use SMTP but how i always did without a problem. Any advice how to get this fixed?