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 - aakrutitech

Pages: [1]
1
Apache / Every website redirects to url:2031
« on: August 14, 2022, 09:41:15 PM »
Hello,

If I try any website like http(s)://abc.com, It will redirect to https://abc.com:2031 . I have apache rebuilt several time with no luck.

Any idea on how to fix this?

2
Information / Posfix Increase Attachment size
« on: April 13, 2022, 08:34:37 AM »
This is how I changes postfix message size:

In file vi /usr/local/cwpsrv/var/services/roundcube/config/defaults.inc.php value was:
$config['max_message_size'] = '100M';

And in roundcube it will show 75 M as Attachment size

When I changed

$config['max_message_size'] = '500M';

It started showing 375 M as attachemnet size.

3
DNS / Autodicover Settings
« on: December 01, 2020, 02:33:47 PM »
Hello,

I have the latest version of CWP. When I configure email in any email client auto-discover returns imap.domain.com and smtp.domain.com. How can I change this as I don't have SSL for those sub-domains? Also, when I change the imap.domain.com and smtp.domain.com to mail.domain.com in manual thunderbird configuration it gives STARTTLS as default but I want SSL/TLS by default. is this because of the autodiscovery feature?  If yes where I can change this.

4
E-Mail / SSL issue thunderbird
« on: July 16, 2020, 04:38:48 PM »
I have a CWP installation on openvz7 virtualization. I have configured it without any issues. But the only issue now is SSL with Email. I have no issues using STRTTLS which is working fine, but one of my clients wants SSL/TLS working in outlook and other mail clients. It gives below error while using the clients domain.

"Thunderbird Failed to find the settings for the Account"
Environment :
++++++++++++++++++++++++++++++++++++++++++
Panel : CWP
Main Domain: xyz.com
hostname: cwp01.xyz.com
account domain: pqr.com
Mail subdomain: mail.pqr.com
Email user: amey@ pqr.com
Incoming:
    Type: IMAP
    Hostname: mail.pqr.com
    Port: 993
    SSL: SSL/TLS
    Authentication: Normal Password
Outgoing:
    Type: SMTP
    Hostname: mail.pqr.com
    Port: 465
    SSL: SSL/TLS
    Authentication: Normal Password
 ++++++++++++++++++++++++++++++++++++++++++
So where is the issue? Thundrbird, Postfix or somewhere else?

Note : Same settings working when used main domain mail.xyz.com , or hostname cwp01.xyz.com.
Let me know if you want need any configuration

Pages: [1]