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.


Messages - Vinayak

Pages: 1 2 [3]
31
CWP users are still not able to manage their email accounts as the list is still not loading.

Any one else facing this issue?

32
Backup / What does the backup do?
« on: January 29, 2022, 05:27:59 PM »
So, in CWP 7 Pro what does the backup do?

Whether old or new backup option, does it take backup of database & emails too or just the content of the home folder of an account?

Does it keep a local & a remote copy of backup or just one of them?


33
Information / Re: CWP changelog
« on: January 26, 2022, 07:15:39 PM »
I won't say, it's a bad idea.

We can always update manually after doing thorough checks on a test server.

34
E-Mail / How to preserve modifications in /etc/postfix/main.cf
« on: January 24, 2022, 02:54:56 AM »
As I am trying to make the server behave as per my requirements, currently specially mail server, I made some changes to /etc/postfix/main.cf, but on rebuilding mail server the same gets overwritten (it's been mentioned all over this forum.).

So, is there a proper method to preserve the changes made in configuration files?

May be a post rebuild script ?

35
so I restarted it from admin panel, but that brought down the GUI completely, CWP admin/user/webmail everything.

Side note. The button is currently bugged. It will for sure bring down the panel.
Best restart option is not the one you mentioned, but this one:
Code: [Select]
sh /scripts/restart_cwpsrvIt restarts everything related to the panel itself.

Oh! thanks for the proper way of doing it, I used
Code: [Select]
service cwpsrv restart

36
DNS / Slave DNS screwed up zones.
« on: January 19, 2022, 01:09:33 PM »
See the difference in the zone entries, first one is from the CWP7pro & second from the slave DNS.

Code: [Select]
; Generated by CWP
; Zone file for domain.com
$TTL 7200
@    3600           IN      SOA     ns1.nameserver.com. postmaster.domain.com. (
2022011501 ; serial, todays date+todays
1200            ; refresh, seconds
7200            ; retry, seconds
1209600         ; expire, seconds
3600 )          ; minimum, seconds
@ 3600 IN NS ns1.nameserver.com.
@ 3600 IN NS ns2.nameserver.com.
@ IN A 111.222.333.444
localhost.domain.com. IN A 127.0.0.1
@ IN MX 0 mail.domain.com.
mail 7200 IN A 111.222.333.444
webmail 7200 IN A 111.222.333.444
cpanel 7200 IN A 111.222.333.444
cwp 7200 IN A 111.222.333.444
www 7200 IN CNAME domain.com.
ftp 7200 IN CNAME domain.com.
_dmarc 7200 IN TXT "v=DMARC1; p=none"
@ 7200 IN TXT "v=spf1 +a +mx +ip4:111.222.333.444 ~all"
default._domainkey 14400 IN TXT "v=DKIM1; k=rsa; long//longl/ongdomain/key"
mysubdomain     14400   IN      A       111.222.333.555  ; #subdomain mysubdomain
www.mysubdomain     14400   IN      A       111.222.333.555  ; #subdomain mysubdomain
@ 7200 IN TXT "google-site-verification=long_code"
@    CAA 0   issuewild    "letsencrypt.org"
@    CAA 0   issue    "letsencrypt.org"

Code: [Select]
$ORIGIN .
$TTL 3600 ; 1 hour
domain.com IN SOA ns1.nameserver.com. postmaster.domain.com. (
2022011501 ; serial
1200       ; refresh (20 minutes)
7200       ; retry (2 hours)
1209600    ; expire (2 weeks)
3600       ; minimum (1 hour)
)
NS ns1.nameserver.com.
NS ns2.nameserver.com.
$TTL 7200 ; 2 hours
A 111.222.333.444
MX 0 mail.domain.com.
TXT "v=spf1 +a +mx +ip4:111.222.333.444 ~all"
$ORIGIN domain.com.
_dmarc TXT "v=DMARC1; p=none"
$TTL 14400 ; 4 hours
default._domainkey TXT "v=DKIM1; k=rsa; long//longl/ongdomain/key"
$TTL 7200 ; 2 hours
cpanel A 111.222.333.444
cwp A 111.222.333.444
ftp CNAME domain.com.
$TTL 14400 ; 4 hours
mysubdomain A 111.222.333.444
$ORIGIN mysubdomain.domain.com.
www A 111.222.333.444
$ORIGIN domain.com.
$TTL 7200 ; 2 hours
localhost A 127.0.0.1
mail A 111.222.333.444
webmail A 111.222.333.444
www CNAME domain.com.

Here's a catch, zones that were pushed before 15th Jan 2022 are fine.

37
Information / Re: CWP changelog
« on: January 19, 2022, 08:58:06 AM »
And how to disable automated update?

38
please try this
Code: [Select]
echo '{"compress_js":false,"compress_html":false}' > /usr/local/cwp/.conf/.devtools_config

Thanks Jose, for your quick reply.

I tried the solution but this didn't solve the issue.

Continuous loading is still happening.

Another observation, I though change may take effect if CWP is restarted, so I restarted it from admin panel, but that brought down the GUI completely, CWP admin/user/webmail everything.

I reverted the changes, restarted CWP from commandline "service cwpsrv restart" all worked fine, but that issue of loading is still happening. Again mage the changes as per your solution, restarted CWP from command line, it restarted all worked fine, but that issue of loading is still happening.

39
E-Mail / Mail Forwarders #BigBlunder
« on: January 18, 2022, 10:57:50 PM »
The way Control Web Panel handles email forwarders is a big big nightmare.

Recently, I migrated accounts from cPanel to CWP7pro, all email accounts having forwarders stopped receiving emails in their mailbox while emails were getting delivered to the forwarded account.

On checking I found that here in CWP7pro you have to add the forwarding address too to the forwarded address along with the other forwarded address, else the forwarding email account will stop receiving mails in their inbox.

This behaviour make no sense, in last three decades I have not seen a single mail server behaving like this, imagine dealing with thousands of mail accounts going defunct.

Hopefully CWP dev team will be able to fix this in upcoming versions.

For now, where & how can we fix the existing mail boxes in a quick & fast manner?

40
CWPpro version: 0.9.8.1120
Distro Name: AlmaLinux release 8.5 (Arctic Sphynx)

This is a new setup, done on 15th of Jan 2022 on an OpenVZ 7 VPS.

Migrated few accounts from a cPanel server,

Initially these sections were working fine, but since yesterday, these two section stopped working

UserPanel Home -> Mail Box accounts list
UserPanel Home -> Mail Forwarders list

This account has 282 email accounts & 86 mail forwarders, it just keep showing loading animation.

In CWP7pro.admin "mail_list -> List of MailBox Accounts" & "mail_list_alias -> Mail Alias Accounts" is working fine.

Any idea/suggestion how to fix this issue?

Pages: 1 2 [3]