Sponsored Content
Operating Systems Linux Red Hat mimedefang-muliplexor : error Post 302130413 by amitpansuria on Monday 6th of August 2007 05:57:03 AM
Old 08-06-2007
mimedefang-muliplexor : error

I have use the redhat linux sendmail server with mimedefang . right now i have recevied following error ...If any other information is required then reply it.
The error message is as followes....

mimedefang-multiplexor : Slave 0 stderror: Malformed UTF-8 character ( unexpected continuation byte 0x96, with no preceding start byte ) in pattern match (m//) at ( eval 55) line 108 , 118 , 158, 168, 198 218

reply it.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Error: Internal system error: Unable to initialize standard output file

Hey guys, need some help. Running AIX Version 5.2 and one of our cron jobs is writing errors to a log file. Any ideas on the following error message. Error: Internal system error: Unable to initialize standard output file I'm guessing more info might be needed, so let me know. Thanks (2 Replies)
Discussion started by: firkus
2 Replies

2. UNIX for Dummies Questions & Answers

awk Shell Script error : "Syntax Error : `Split' unexpected

hi there i write one awk script file in shell programing the code is related to dd/mm/yy to month, day year format but i get an error please can anybody help me out in this problem ?????? i give my code here including error awk ` # date-month -- convert mm/dd/yy to month day,... (2 Replies)
Discussion started by: Herry
2 Replies

3. AIX

nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error

-------------------------------------------------------------------------------- Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no... (9 Replies)
Discussion started by: astjen
9 Replies

4. UNIX for Dummies Questions & Answers

Can't install mimedefang

I'm a newbie trying to install mimedefang on a raq550 running strongbolt2 (Centos 4.8) but I get a problem right at the start. I downloaded and untar'd mimedefang-2.67.tar.gz. The install instructions say: 4) Configure, build and install the MIMEDefang software: but at the first step I get: ... (2 Replies)
Discussion started by: tonj
2 Replies

5. UNIX for Dummies Questions & Answers

> 5 ")syntax error: operand expected (error token is " error

im kinda new to shell scripting so i need some help i try to run this script and get the error code > 5 ")syntax error: operand expected (error token is " the code for the script is #!/bin/sh # # script to see if the given value is correct # # Define errors ER_AF=86 # Var is... (4 Replies)
Discussion started by: metal005
4 Replies

6. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

7. UNIX for Beginners Questions & Answers

Print Error in Console and both Error & Output in Log file - UNIX

I am writing a shell script with 2 run time arguments. During the execution if i got any error, then it needs to redirected to a error file and in console. Also both error and output to be redirected to a log file. But i am facing the below error. #! /bin/sh errExit () { errMsg=`cat... (1 Reply)
Discussion started by: sarathy_a35
1 Replies
WATCH-MIMEDEFANG(8)					      System Manager's Manual					       WATCH-MIMEDEFANG(8)

NAME
watch-mimedefang - Keep an eye on mimedefang-multiplexor SYNOPSIS
watch-mimedefang [options] DESCRIPTION
watch-mimedefang is a Tk script which graphically displays the status of mimedefang-multiplexor(8). Note that Tcl/Tk 8.0 or higher is required to run watch-mimedefang. DISPLAY
watch-mimedefang's display is divided into three main areas, from top to bottom: o The graph display shows six graphs representing various statistics about the multiplexor. o The control area shows the maximum number of slaves, number of busy slaves, and number of idle slaves. The "Control Command" text entry lets you monitor remote MIMEDefang servers; see "REMOTE MONITORING" for details. The "10s", "1m", "5m" and "10m" checkboxes allow you to enable or disable the graphing of statistics averaged over the last 10 sec- onds, 1 minute, 5 minutes and 10 minutes. The "Reread Filters" button forces the multiplexor to reread filter rules. The "Quit" button terminates watch-mimedefang. o The scale at the bottom lets you change the update interval (default 500ms). Be aware that frequent updating may make watch-mimede- fang consume a significant fraction of CPU time. THE GRAPH AREA
The graph area contains six graphs: o Busy Slaves This graph shows the number of busy slaves each time the statistics are sampled. o Slaves/scan This graph shows the average number of busy slaves each time a message was scanned. The red plot shows the average over the last ten seconds, the blue plot shows the average over the last minute, and the green and yellow plots show the average over the last five and ten minutes, respectively. o Latency (ms) This graph shows the average time taken by each SCAN command over the last ten seconds, one minute, five minutes and ten minutes. o Messages/s This graph shows the average number of messages per second that were scanned. o Activations/s This graph shows the average number of new slaves activated per second. o Reaps/s This graph shows the average number of slaves that have terminated per second. If the Activations and Reaps increase significantly, it could indicate heavy load, or an error causing filters to terminate abnor- mally. If only Activations increase, then it probably indicates a sudden increase in e-mail volume. If only Reaps increase, then it probably indicates a quiet time just after a period of heavy mail volume. You can enable or disable the ten second, one minute, five minute or ten minute plots by clicking on the "10s", "1m", "5m" or "10m" check- box. REMOTE MONITORING
Running watch-mimedefang on your actual mail server poses two problems: You need Tcl/Tk and the X client libraries installed, and the CPU consumption of watch-mimedefang can be considerable. A better method is to run watch-mimedefang on a desktop machine, but have it monitor the mail server with a remote session. The best way to establish a remote session is via SSH. For example, if you are running MIMEDefang on "mail.mydomain.net", you can type the following into the Control Command entry box and press enter: ssh root@mail.mydomain.net md-mx-ctrl You must have a public/private key for the target machine and you must be running ssh-agent or equivalent; you cannot use an ssh command that requires entry of a password or passphrase. Assuming your SSH setup is correct, watch-mimedefang will open an SSH connection to mail.mydomain.net and exchange low-bandwith information over that session for monitoring purposes. COMMAND-LINE OPTIONS watch-mimedefang accepts the following command-line options: -command cmd Use cmd as the control command. You may need to quote cmd -interval msec Set the update interval to msec milliseconds. -10s flag Enable the "10s" graph plot if flag is 1, or disable it if flag is 0. -1m flag Enable the "1m" graph plot if flag is 1, or disable it if flag is 0. -5m flag Enable the "5m" graph plot if flag is 1, or disable it if flag is 0. -10m flag Enable the "10m" graph plot if flag is 1, or disable it if flag is 0. -title string Add string to the title of the main window. -help Print usage information. EXAMPLE
As an example, to monitor MIMEDefang on the machine "mail.mydomain.net" updating once a second, with the 5m and 10m plots turned off, use: watch-mimedefang -command 'ssh root@mail.mydomain.net md-mx-ctrl' -interval 1000 -5m 0 -10m 0 -title "mail" AUTHOR
watch-mimedefang was written by David F. Skoll <dfs@roaringpenguin.com>. The mimedefang home page is http://www.mimedefang.org/. PERMISSIONS
watch-mimedefang uses md-mx-ctrl; therefore, it probably needs to be run as root or the same user as mimedefang-multiplexor, or (if you are monitoring a remote machine), the SSH connection must be done as root or the MIMEDefang user. SEE ALSO
mimedefang.pl(8), mimedefang-filter(5), mimedefang(8), mimedefang-protocol(7), md-mx-ctrl(8), watch-multiple-mimedefangs(8) 4th Berkeley Distribution 24 October 2002 WATCH-MIMEDEFANG(8)
All times are GMT -4. The time now is 03:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy