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 - royer_guerra@hotmail.com

Pages: [1]
1
When going to ftp accounts under the user account cwp (reports/?module=ftp_accounts), the list of accounts is stuck and loading forever. Does anyone know how to solve it?

I have the same issue

2
CentOS 7 Problems / {SOLVED}Re: not appear domain and users email
« on: June 18, 2019, 11:00:31 PM »
the problem was the DB password start with #.

3
Postfix / Re: Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 13, 2019, 07:07:15 PM »
How can I contact them?

4
Postfix / Re: Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 13, 2019, 04:07:50 PM »
Yes, I restarted amavis and postfix more than 3 times, and still continue... only for some domains appears that error.

5
Postfix / Re: Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 12, 2019, 03:57:57 PM »
any advice for that?

6
Postfix / Re: Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 08, 2019, 12:24:17 AM »
Code: [Select]
[root@cwp ~]# netstat -tulpn | grep 10025
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN      29681/master

Yes Amavis is running, is rarely , because many emails is coming to this email server.
Only appears this error when I sent since other server., example, in the other server I have  two domains, 1 domain can send very well, second domain cant send emails this server.. appears this error.

7
Postfix / Blocked MTA-BLOCKED {TempFailedOpenRelay}
« on: June 07, 2019, 03:58:43 AM »
Hi Team
I found this error when I receive some emails.

 Blocked MTA-BLOCKED {TempFailedOpenRelay},

Jun  6 21:53:34 cwp amavis[15600]: (15600-17) Blocked MTA-BLOCKED {TempFailedOpenRelay},
Jun  6 21:53:34 cwp postfix/cleanup[21683]: 95A27241A74: milter-reject: END-OF-MESSAGE from localhost.localdomain[127.0.0.1]: 4.7.1 Service unavailable - try again later;
or

Jun  6 21:53:34 cwp postfix/smtp[21785]: 25E91241A75: to=<info@xxxxxxxxx.mx>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.5, delays=0.09/0/0/2.4, dsn=4.7.1, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.7.1 id=15600-17 - Temporary MTA failure on relaying, from MTA(smtp:[127.0.0.1]:10025): 451 4.7.1 Service unavailable - try again later (in reply to end of DATA command))


Someone has an idea about that error?

I will appreciate your help.

Rogelio

8
CentOS 7 Problems / Re: not appear domain and users email
« on: February 28, 2019, 12:11:45 AM »
here is the output.

[root@cwp ~]# mysql --defaults-extra-file=/root/.my.cnf root_cwp -B -N -s -e "SELECT * FROM user"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

This worths for you:
Quote
Check your MySQL root password are exactly the same in files:
   /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
and
   /root/.my.cnf

If the passwords are exactly the same, so you have problems in your "/root/.my.cnf" file.

you must have something like this in that file:
Code: [Select]
[client]

password=Wr3rT9r4tO8c
user=root
(obviously, the password is ficticious, adapt it to your case)

Anyway, if it still does not work, try to access directly your mysql/mariadb server, with the command:
Code: [Select]
# mysql -p root_cwp -B -N -s -e "SELECT * FROM user"

...and provide that password directly, as it ask it. It must access. If the system complains of "Access denied" then your password is wrong, you will need to reassign it.

This sentence works fine.   # mysql -p root_cwp -B -N -s -e "SELECT * FROM user"

9
CentOS 7 Problems / Re: port 2304 failed
« on: February 25, 2019, 07:23:46 PM »
Thanks for your help GTMAN

[root@cwp ~]# sh /scripts/check_api
User API port 2302 check: OK
Oauth query check: OK
User API folder check: OK
External API port 2304 check: OK
External API files and htaccess : OK
CSF Firewall status check: ENABLED
TCP_IN for port 2304 set in /etc/csf/csf.conf: OK
TCP_OUT for port 2304 set in /etc/csf/csf.conf: OK

Regards

10
CentOS 7 Problems / port 2304 failed
« on: February 25, 2019, 07:07:45 PM »
Hi team, I have this issue

[root@cwp ~]# sh /scripts/check_api
User API port 2302 check: OK
Oauth query check: OK
User API folder check: OK
External API port 2304 check: OK
External API files and htaccess : OK
CSF Firewall status check: ENABLED
TCP_IN for port 2304 set in /etc/csf/csf.conf: FAILED
TCP_OUT for port 2304 set in /etc/csf/csf.conf: FAILED

How can I resolve tht.

11
CentOS 7 Problems / Re: not appear domain and users email
« on: February 25, 2019, 02:14:12 PM »
here is the output.

[root@cwp ~]# mysql --defaults-extra-file=/root/.my.cnf root_cwp -B -N -s -e "SELECT * FROM user"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

12
CentOS 7 Problems / Re: not appear domain and users email
« on: February 23, 2019, 04:27:41 AM »
Thanks Netino, Yea is the same password.

Modify the file /scripts/cwpsrv_rebuild_user_conf

exactly this line

mysql -u root -p#password#  root_cwp -B -N -s -e "SELECT username FROM user" | while read -r username
#mysql --defaults-extra-file=/root/.my.cnf root_cwp -B -N -s -e "SELECT username FROM user" | while read -r username

and run the
#sh /scripts/cwpsrv_rebuild_user_conf

With this fix can see the emails account and add acounts to each one customer but the domains still didnt appear.

Any suggestion

Regards
Roger



13
CentOS 7 Problems / Re: not appear domain and users email
« on: February 23, 2019, 12:07:48 AM »
I did that and appears.

[root@cwp ~]# sh /scripts/cwpsrv_rebuild_user_conf
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N
Redirecting to /bin/systemctl reload cwpsrv.service
Redirecting to /bin/systemctl reload cwp-phpfpm.service
[root@cwp ~]#

[root@cwp ~]# mysql --defaults-extra-file=/root/.my.cnf root_cwp -B -N -s -e "SELECT username FROM user"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)



Some idea to resolve this issue?  ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N

Regards

14
CentOS 7 Problems / not appear domain and users email
« on: February 22, 2019, 08:28:44 PM »
someone know why not appear the domain and users email in the user CWP7? 
said

No data available in table

regards

Pages: [1]