Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 18 matches
- Thu Aug 21, 2014 8:02 am
- Forum: Mail Server
- Topic: SpamAssassin
- Replies: 11
- Views: 16148
Re: SpamAssassin
I can recommed you to check if you have enabled sa-bayes:
here: /etc/mail/spamassassin/local.cf - http://www.akadia.com/services/postfix_spamassassin.html title Configure SpamAssassin
use_bayes 1
bayes_auto_learn 1
bayes_auto_expire 1
also check bayes storage (you can enable to store bayes to ...
here: /etc/mail/spamassassin/local.cf - http://www.akadia.com/services/postfix_spamassassin.html title Configure SpamAssassin
use_bayes 1
bayes_auto_learn 1
bayes_auto_expire 1
also check bayes storage (you can enable to store bayes to ...
- Thu Aug 21, 2014 6:02 am
- Forum: Mail Server
- Topic: SpamAssassin
- Replies: 11
- Views: 16148
Re: SpamAssassin
...
sudo: no tty present and no askpass program specified[/code]
the command i run from the cronjob panel is:
sudo /usr/share/spamassassin/spamd.cron
I am facing another issue: even if i move, every day, certain emails to the spam folder, it seems that the same emails continue to come the day ...
sudo: no tty present and no askpass program specified[/code]
the command i run from the cronjob panel is:
sudo /usr/share/spamassassin/spamd.cron
I am facing another issue: even if i move, every day, certain emails to the spam folder, it seems that the same emails continue to come the day ...
- Mon Jun 09, 2014 7:29 pm
- Forum: Database Server
- Topic: Remote mysql
- Replies: 5
- Views: 9881
Re: Remote mysql
It's not recommended to have open mysql port to world, just for specific IP address for example via IPTables.
- Wed Apr 16, 2014 5:12 pm
- Forum: Mail Server
- Topic: [SOLVED] Problem Roundcube doesn't have default folders
- Replies: 13
- Views: 31448
Re: Problem Roundcube doesn't have default folders for trash
Hi.
Tried de 2.0 solution but doesn't work for me.
At least I cannot open webmail "failed conneciton with IMAP", restoring the 20-imap.conf file reactivates access to webmail.
any suggestion? I've tried several times to check spelling correctly but can't make it work.
Thanks
If you followed my ...
Tried de 2.0 solution but doesn't work for me.
At least I cannot open webmail "failed conneciton with IMAP", restoring the 20-imap.conf file reactivates access to webmail.
any suggestion? I've tried several times to check spelling correctly but can't make it work.
Thanks
If you followed my ...
- Wed Apr 16, 2014 8:54 am
- Forum: General Discussion
- Topic: Error: Limit reached / Upgrade package
- Replies: 4
- Views: 11709
Re: Error: Limit reached / Upgrade package
Don't you have backups enabled? If no maybe something with quota.1lwebstudio wrote:Hello,
One of my website went crazy and used 240GB of my 250GB available space on my VPS.
The user had a package limit of 5GB.
Why didn't the limit stop this from happening?
thanks in advance.
- Wed Apr 09, 2014 7:39 am
- Forum: Mail Server
- Topic: [SOLVED] Problem Roundcube doesn't have default folders
- Replies: 13
- Views: 31448
Re: Solution
You should really change your plugin code to this, even though it may create the Drafts folder for you when you create an email, but you can't always take that chance and should set plan for it ahead of time.
plugin {
autocreate = Trash
autocreate2 = Spam
autocreate3 = Sent
autocreate4 ...
plugin {
autocreate = Trash
autocreate2 = Spam
autocreate3 = Sent
autocreate4 ...
- Tue Apr 08, 2014 4:38 pm
- Forum: Mail Server
- Topic: [SOLVED] Problem Roundcube doesn't have default folders
- Replies: 13
- Views: 31448
Solution
Solution:
After deeper research I found native solution and deprecated.
To get Dovecot version:
# dovecot --version
Native solution - Dovecot 2.1+
# nano /etc/dovecot/dovecot.conf
In default looks dovecot.conf like this:
protocols = imap pop3
listen = *, ::
base_dir = /var/run ...
After deeper research I found native solution and deprecated.
To get Dovecot version:
# dovecot --version
Native solution - Dovecot 2.1+
# nano /etc/dovecot/dovecot.conf
In default looks dovecot.conf like this:
protocols = imap pop3
listen = *, ::
base_dir = /var/run ...
- Tue Apr 08, 2014 8:09 am
- Forum: General Discussion
- Topic: Manual Email Restore
- Replies: 1
- Views: 6075
Re: Manual Email Restore
I am trying to restore emails from a cPanel backup from cur to cur only one email shows up in roundcube as subject so not sure what's wrong.
Have you checked ownership? You must set owner as user, you loggin in to Vesta and group mail
# chown -R exampleuser:mail /home/exampleuser/mail/
# chmod ...
Have you checked ownership? You must set owner as user, you loggin in to Vesta and group mail
# chown -R exampleuser:mail /home/exampleuser/mail/
# chmod ...
- Mon Apr 07, 2014 6:33 pm
- Forum: Mail Server
- Topic: [SOLVED] Problem Roundcube doesn't have default folders
- Replies: 13
- Views: 31448
Re: Problem Roundcube doesn't have default folders for trash
You can create trash without ssh access. Just go to roundcube and login to your mail. In lower left corner click on " setting icon " and Administer folders . Then again in lower left corner click on "plus icon", name of a folder set to " Trash " and save it. From now trash appear in mail account ...
- Mon Apr 07, 2014 6:06 pm
- Forum: Mail Server
- Topic: Mail to spam
- Replies: 10
- Views: 38780
Re: Mail to spam
Does DigitalOcean support custom PTR (Reverse DNS) records? Try to check them.
I would only recommend http://mxtoolbox.com/diagnostic.aspx (Also server can be BlackListed).
Problem can be also on SMTP TLS side. In default is that function disabled, so servers can't communicate encrypted. Enable it ...
I would only recommend http://mxtoolbox.com/diagnostic.aspx (Also server can be BlackListed).
Problem can be also on SMTP TLS side. In default is that function disabled, so servers can't communicate encrypted. Enable it ...