Search found 7 matches
- Tue Aug 13, 2019 1:07 am
- Forum: Mail Server
- Topic: mail not working after restore
- Replies: 2
- Views: 5118
Re: mail not working after restore
For me works changing this:
For this:
In file: /etc/exim4/exim4.conf.template
Code: Select all
malware = *
Code: Select all
malware = */defer_ok
- Tue Aug 13, 2019 1:05 am
- Forum: Mail Server
- Topic: Exim wont send
- Replies: 3
- Views: 12749
Re: Exim wont send
For me works changing this:
For this:
In file: /etc/exim4/exim4.conf.template
Code: Select all
malware = *
Code: Select all
malware = */defer_ok
- Sun Mar 03, 2019 10:00 am
- Forum: 3rd Party Software
- Topic: VestaCP MultiPHP (Debian/Ubuntu)
- Replies: 51
- Views: 678951
Re: VestaCP MultiPHP (Debian/Ubuntu)
Not working with Ubunbtu 18.04 64bits When I run the commands as root (PHP 5.5): phpbrew install 5.5 +default +openssl=shared -- --with-openssl-dir=/usr/include/openssl --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-mysql=mysqlnd --with-mysqli=mysqlnd --enable-pdo --with-pdo-mysql=mysqlnd --en...
- Thu May 17, 2018 10:57 am
- Forum: Mail Server
- Topic: T=remote_smtp defer (-53): retry time not reached for any host
- Replies: 1
- Views: 6755
Re: T=remote_smtp defer (-53): retry time not reached for any host
Hi, Post old, but if anyone wants to try ... Today I needed, and solved, see how I did: Try, #Delete files: rm /var/spool/exim4/db/* rm /var/spool/exim4/input/* rm /var/spool/exim4/msglog/* rm /var/log/exim4/* #Clear file: > /var/log/dovecot.log #Then restart Exim4 OR Restart VPS service exim4 resta...
- Thu May 17, 2018 10:57 am
- Forum: Mail Server
- Topic: [SOLVED] T=remote_smtp defer (-53): retry time not reached for any host
- Replies: 3
- Views: 61592
Re: [SOLVED] T=remote_smtp defer (-53): retry time not reached for any host
Hi, Post old, but if anyone wants to try ... Today I needed, and solved, see how I did: Try, #Delete files: rm /var/spool/exim4/db/* rm /var/spool/exim4/input/* rm /var/spool/exim4/msglog/* rm /var/log/exim4/* #Clear file: > /var/log/dovecot.log #Then restart Exim4 OR Restart VPS service exim4 resta...
- Sun May 13, 2018 7:27 pm
- Forum: Mail Server
- Topic: not receiving emails
- Replies: 2
- Views: 4807
Re: not receiving emails
To resolve, I edited the email in Vesta, I selected the option: "Do not store forwarded mail" and saved it, after that I edited again and then unselected the option "Do not store forwarded mail" and saved ... Now it is working! And the changes that I noticed in the log when the email arrives, were 2...
- Sat May 12, 2018 9:50 pm
- Forum: General Discussion
- Topic: vesta panel ssl (port 8083)
- Replies: 8
- Views: 10066
Re: vesta panel ssl (port 8083)
Hey, you have to do the following: go to /usr/local/vesta/ssl/ wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem And then add the following lines to your crontab (root user) @weekly cat /home/admin/conf/web/YOURDOMAIN.crt /usr/local/vesta/ssl/lets-encrypt-x3-cross-signed.pem > /us...