Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Luca2186

Pages: [1]
1
E-Mail / change messages count limit
« on: September 24, 2021, 11:27:18 AM »
Hi,
I noticed that each mailbox created in cwp can contain a maximum of 10000 messages.
Once this limit is exceeded, the mailbox results full regardless of the space occupied by the messages on the disk.
I can also see this limit from roundcube by clicking on the icon of the used space .
I can't figure out how to change or remove this limit.
Please, could you help me?

2
E-Mail / Roundcube can't login to newest mailboxes
« on: November 20, 2020, 02:19:24 PM »
I can't login into my newest mailboxes trought roundcube because authentication fail.
All old mailboxes works normally in roundcube.
I can login normally through other clients like thunderbird to both old and new mailboxes.
I don't know exactly when the problem started.

This is my system:
CentOS 6.10
CWP 0.9.8.825
MySQL 5.6.47
Roundcube 1.2.3 (also tested with 1.5)
archive 2.4
cwpautologon -
filesystem_attachments 1.0
jqueryui 1.10.4
managesieve 8.6
password 4.1
zipdownload 3.1

What I see in /var/log/dovecot-info.log when I use $config['imap_auth_type']=null; is something like:
Code: [Select]
Nov 20 13:29:18 imap-login: Info: Disconnected (auth failed, 1 attempts): user=<mailbox@test.it>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, securedIf I use $config ['imap_auth_type']='PLAIN'; for some odd reason I get:
Code: [Select]
Nov 20 13:28:18 imap-login: Info: Login: user=<mailbox@test.it>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=25268, secured
Nov 20 13:28:18 imap (mailbox@test.it): Info: Disconnected: Logged out bytes=29/405
but the result does not change, the authentication fails.

what could I do?
thanks

3
CentOS-WebPanel GUI / Wrong info in CWP info block
« on: February 08, 2017, 09:15:16 AM »
The CWP info block at the end of the right column report a wrong information.
Near 'Server IP' there is a wrong host name
The format should be:
Server IP: 123.123.123.123 | server1.mydomain.it
But what i see is:
Server IP: 123.123.123.123 | server1.mydomserver1.mydomain.it.it
My rdns is correct and points to server1.mydomain.it
My hostname seems to be correctly set in both cwp and centos6 to server1.mydomain.it
Where cwp gui fetch this wrong information? ho can I fix it?
Thanks

4
CentOS-WebPanel Bugs / doveadm can't iterate users
« on: April 01, 2016, 08:52:11 AM »
There is a bug in /etc/dovecot/dovecot-mysql.conf that prevents doveadm to iterate through all users (with option -A eg. doveadm expunge -A mailbox Trash savedbefore 90d)

To fix this problem it is necessary to add this line: iterate_query = SELECT username as user FROM mailbox

5
E-Mail / Spamassassin does not work for all domains
« on: March 30, 2016, 09:35:58 AM »
Hi,
I have one occount with multiple domains.
Each domain have multiple mailboxes.
I have recently rebuilt postfix with spamassassin and it works only for one of my domain (and all its mailboxes).
I don't have any spamassassin header in the incoming mail of other domains (but I have amavis header on all domains).
Why this happen? Is there any configuration file that I can check?
Thanks

Pages: [1]