CSFE_SVC_Error

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
leencenters
Posts: 24
Joined: Sun Feb 25, 2018 10:37 am

CSFE_SVC_Error

Post by leencenters »

Hello
I have zimbra 8.6 network edition server (one for SMTP , the other for mailbox) with OS: redhat 6.5

My problem is randomly and suddenly appear when replying or forwarding to email from " Outside my networks " by zimbra web mail using any browsers " Attached "

The output of the " zmmailboxd.out" is in the attached files
and some of commands output


Any one help me to fix the problem??

BR
Attachments
44.jpg
44.jpg (258.74 KiB) Viewed 2849 times
33.jpg
33.jpg (159.3 KiB) Viewed 2849 times
22.jpg
22.jpg (50.72 KiB) Viewed 2849 times
4-23-2018 4-08-23 AM.jpg
4-23-2018 4-08-23 AM.jpg (35.41 KiB) Viewed 2849 times
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2796
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.6 Network Edition
Contact:

Re: CSFE_SVC_Error

Post by L. Mark Stone »

Looks like someone may have customized Log4j on your system.

If you reference https://wiki.zimbra.com/wiki/Using_log4 ... xd_Logging . you'll see the commands you need to inventory all of the loggers set for your server and for your mailboxes, as well as the commands necessary to delete the one(s) you don't need.

Hope that helps,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
leencenters
Posts: 24
Joined: Sun Feb 25, 2018 10:37 am

Re: CSFE_SVC_Error

Post by leencenters »

Many thank you
is it has relation to my problem?
when users outside my company try to reply to email.. they face problem as in the attachement

Thanks
Attachments
4-23-2018 4-08-23 AM.jpg
4-23-2018 4-08-23 AM.jpg (35.41 KiB) Viewed 2737 times
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2796
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.6 Network Edition
Contact:

Re: CSFE_SVC_Error

Post by L. Mark Stone »

leencenters wrote:Many thank you
is it has relation to my problem?
when users outside my company try to reply to email.. they face problem as in the attachement

Thanks
I wonder if you are hitting Zimbra's built in Denial of Service Filter?

This wiki will show you some steps to take to review your log files and see if the problems you are experiencing are in fact caused by the DoSFilter.

If so, you can edit the settings as shown in the wiki: https://wiki.zimbra.com/wiki/DoSFilter

Also be sure that you are logging the Original IP address to avoid DosFilter false positives. You may need to run:

Code: Select all

zmprov mcf +zimbraMailTrustedIP <local_ip_address_of_your_proxy_server>
zmcontrol restart
Hope that helps,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
leencenters
Posts: 24
Joined: Sun Feb 25, 2018 10:37 am

Re: CSFE_SVC_Error

Post by leencenters »

Many Thanks you Mark
My problem appears when my users try to reply to emails ( when access web email from out side my company... Not using Private IP) when they are in home or access from other countries
Please see my configuration for Dos in the attachment.
Range ( 192.0.0 , 10.0.0 are private for my company ... 192.0.0 is the DMZ and 10.0.0. is for employees)
No problems for Composing/Replying/Forward from my Lan .
No problems in sending/receiving Locally or from others domains

BR
Attachments
55.jpg
55.jpg (118.68 KiB) Viewed 2591 times
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2796
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.6 Network Edition
Contact:

Re: CSFE_SVC_Error

Post by L. Mark Stone »

Hmmm....

Let's start with the basics, just to be sure.

Please post the output from a command prompt on your zimbra server to the following six commands please:

Code: Select all

cat /etc/resolv.conf
cat /etc/hosts
host <the full fqdn of your Zimbra server>
host <the ip address that was given as a result from the previous command>
dig <the primary domain on your Zimbra server> mx
dig <the primary domain on your Zimbra server> txt
All the best,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
leencenters
Posts: 24
Joined: Sun Feb 25, 2018 10:37 am

Re: CSFE_SVC_Error

Post by leencenters »

Thank you Mr.Mark

My system was up since 5 years..
No problem in sending/receiving from any domains in general
The problem appeared suddenly and randomly when someone from my users ( outside my LAN)try to reply to specific message) in the inbox.
In the same time no problem for composing new email for that user.. and no problem for replying to another emails

BR
Post Reply