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.
Pages: [1] 2
1
E-Mail / Re: SpamHause x SpamAssassin
« on: July 24, 2025, 09:01:10 PM »Not really any steps apart from integrated it in your / etc / postfix / main.cf:Code: [Select]smtpd_recipient_restrictions =
#check_policy_service inet:127.0.0.1:10031,
permit_sasl_authenticated,
permit_mynetworks,
check_client_access hash:/etc/postfix/sender_whitelist,
check_client_access hash:/etc/postfix/sender_blacklist,
check_client_access hash:/etc/postfix/rbl_override,
reject_unauth_destination,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_rbl_client YOURDQAPIKEYHERE.zen.dq.spamhaus.net=127.0.0.[2..11],
reject_rbl_client cn.country.spameatingmonkey.net,
reject_rbl_client kp.country.spameatingmonkey.net,
reject_rbl_client ng.country.spameatingmonkey.net,
reject_rbl_client ru.country.spameatingmonkey.net,
reject_rbl_client tr.country.spameatingmonkey.net
Thank you. Done
Did this work for you?
2
E-Mail / Re: Postfix, SpamAssassin, or something else
« on: July 24, 2025, 08:52:48 PM »
Hello
reject_rbl_client zen.spamhaus.org,
it doesn't work anymore...
I removed it and the errors stopped.
track=Sender:@gmail.com, counter=MessageCount, quota=8.87/250 (3.5%)
Jul 24 17:17:01 born postfix/smtpd[31471]: NOQUEUE: reject: RCPT from mail-il1-f180.google.com[209.85.166.180]: 554 5.7.1 Service unavailable; Client host [209.85.166.180] blocked using zen.spamhaus.org; Error: open resolver; https://check.spamhaus.org/returnc/pub/172.70.52.5/;
reject_rbl_client zen.spamhaus.org,
it doesn't work anymore...
I removed it and the errors stopped.
track=Sender:@gmail.com, counter=MessageCount, quota=8.87/250 (3.5%)
Jul 24 17:17:01 born postfix/smtpd[31471]: NOQUEUE: reject: RCPT from mail-il1-f180.google.com[209.85.166.180]: 554 5.7.1 Service unavailable; Client host [209.85.166.180] blocked using zen.spamhaus.org; Error: open resolver; https://check.spamhaus.org/returnc/pub/172.70.52.5/;
3
E-Mail / Mail Forwarders list - does not charge
« on: July 24, 2025, 07:56:50 PM »
Does anyone have a solution to the problem...it keeps loading and doesn't go away?
https://ibb.co/KzB57jC9
https://ibb.co/KzB57jC9
4
Installation / CWP-CentOS 8 MINIMAL ou BOOT Stream-Delayed
« on: July 11, 2025, 08:41:48 PM »
Where can I download the ISO?
Is this the best option?
Is this the best option?
5
CentOS-WebPanel Bugs / Re: IP Manager
« on: February 16, 2024, 11:13:34 AM »
any solution to the problem?
I have the same problem when adding ip from eset error and not activating ip
I have the same problem when adding ip from eset error and not activating ip
6
E-Mail / Re: Roundcube - Editor Email ( solved )
« on: June 06, 2022, 01:15:11 PM »7
E-Mail / Re: Roudcube - editor email
« on: June 03, 2022, 10:56:39 PM »
to arrange
I changed have completed
https://github.com/roundcube/roundcubemail/tree/release-1.4/skins/elastic
I changed have completed
https://github.com/roundcube/roundcubemail/tree/release-1.4/skins/elastic
9
E-Mail / Re: Roundcube profile image too big
« on: June 03, 2022, 09:38:41 PM »
Perfect
It worked ....
It worked ....
10
E-Mail / Re: Roundcube profile image too big
« on: June 02, 2022, 07:14:30 PM »
Good afternoon friends
has anyone found a solution to this problem?
any suggestion that works?
has anyone found a solution to this problem?
any suggestion that works?
11
PHP Selector / Re: PHP Selector v2 problem
« on: July 23, 2021, 03:16:01 PM »
Sorted out
that install a registration version at a time and install some libraries as a dependency
that install a registration version at a time and install some libraries as a dependency
12
PHP Selector / PHP Selector v2 problem
« on: July 22, 2021, 07:15:10 PM »
hi, friends
I selected php 8 and php 7.4
I clicked copile, build..etc..etc
however it is available on the clients panel to select which version he wants, but it doesn't work
only works php 5.6
system adds .htaccess ai stops working and gives error
I've already done a fix, manual coforma, however if I select another php version it stops working
does anyone know how to solve? is there any bug in cwp control panel?
I selected php 8 and php 7.4
I clicked copile, build..etc..etc
however it is available on the clients panel to select which version he wants, but it doesn't work
only works php 5.6
system adds .htaccess ai stops working and gives error
I've already done a fix, manual coforma, however if I select another php version it stops working
does anyone know how to solve? is there any bug in cwp control panel?
13
E-Mail / Postfix send email from dedicated ip address
« on: July 16, 2021, 06:04:29 PM »
Hello friends
I made a procedure to exchange the ip of the sending emaol server to another ip
I used easier mode below that is in this cwp manual
http://wiki.centos-webpanel.com/postfix-send-email-from-dedicated-ip-address
:
to set server-wide for all clients
You want smtp_bind_address = 66.66.66.67 and inet_interfaces = all
or inet_interfaces = eth (whatever) that 66.66.66.67 is enabled.
and RESTART postfix
example: inet_interfaces = XXX.xxx.XXX.XXX
or exemple : inet_interfaces = eth0:5
everything ok to receive, but when I send it by webmail - SMTP Error (-1): Connection to server failed.
is there anything else i need to do?
I made a procedure to exchange the ip of the sending emaol server to another ip
I used easier mode below that is in this cwp manual
http://wiki.centos-webpanel.com/postfix-send-email-from-dedicated-ip-address
:
to set server-wide for all clients
You want smtp_bind_address = 66.66.66.67 and inet_interfaces = all
or inet_interfaces = eth (whatever) that 66.66.66.67 is enabled.
and RESTART postfix
example: inet_interfaces = XXX.xxx.XXX.XXX
or exemple : inet_interfaces = eth0:5
everything ok to receive, but when I send it by webmail - SMTP Error (-1): Connection to server failed.
is there anything else i need to do?
14
E-Mail / Re: Rotate ip Sending Email
« on: December 14, 2020, 06:59:31 PM »
I managed to solve it in an easier way.
tks for the tip
I will test other qualities
and see if I could migrate all my servers to WC
tks for the tip
I will test other qualities
and see if I could migrate all my servers to WC
15
E-Mail / Re: Rotate ip Sending Email
« on: December 14, 2020, 05:14:30 PM »
tks
in fact what needs something simpler
ex: I have ip xxx.xxx.xxx.xx1
every 1 hour i change shipping ip to XXX.XXX.XXX.XXX2
without cpanel I change /etc.myips
in fact what needs something simpler
ex: I have ip xxx.xxx.xxx.xx1
every 1 hour i change shipping ip to XXX.XXX.XXX.XXX2
without cpanel I change /etc.myips
Pages: [1] 2



