Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Sat Jun 20, 2015 12:27 pm
- Forum: Mail Server
- Topic: My Mail Server Report ?
- Replies: 1
- Views: 3019
Re: My Mail Server Report ?
This happens, sometimes, if your host is doing something called "tarpitting" which helps catch spam. If that's the case, it's nothing to worry about. People more informed can correct me.
- Thu Jun 18, 2015 7:44 am
- Forum: Mail Server
- Topic: Roundcube Update
- Replies: 16
- Views: 38789
Re: Roundcube Update
Instead of using a redirect, you can do this:
1. Create subdomain in vestaCP (eg: webmail.yourdomain.com)
2. Remember, roundcube directory is /var/lib/roundcube
3. nano /home/admin/conf/web/apache2.conf
4. Look for the section with your new subdomain
5. change:
DocumentRoot /var/lib/roundcube ...
1. Create subdomain in vestaCP (eg: webmail.yourdomain.com)
2. Remember, roundcube directory is /var/lib/roundcube
3. nano /home/admin/conf/web/apache2.conf
4. Look for the section with your new subdomain
5. change:
DocumentRoot /var/lib/roundcube ...
- Sat Sep 27, 2014 6:31 pm
- Forum: Mail Server
- Topic: Exim and TLS
- Replies: 8
- Views: 21782
Re: Exim and TLS
Here's what I did to accomplish the following:
For Ubuntu 14.03
1. Use custom TLS/SSL certs for SMTP:
nano /etc/exim4/exim4.conf.template
if you have your own certificate and key, then change the lines to point to the appropriate files (key and certificate).
tls_advertise_hosts = *
tls ...
For Ubuntu 14.03
1. Use custom TLS/SSL certs for SMTP:
nano /etc/exim4/exim4.conf.template
if you have your own certificate and key, then change the lines to point to the appropriate files (key and certificate).
tls_advertise_hosts = *
tls ...