Re: [Mimedefang] Starting with embedded perl

2004-04-29 Thread J.D. Bronson
At 08:31 AM 04/29/2004, you wrote:
On Thu, 29 Apr 2004, J.D. Bronson wrote:

> Is there any way to verify that it is using the embedded Perl interpreter?

Enable multiplexor logging; you should see this in the mail log when MD
starts:
Apr 27 15:56:50 www mimedefang-multiplexor[28323]: Initialized embedded 
Perl interpreter

Also, if you do "ps auxww | grep mimedefang", you'll see a bunch of
mimedefang-multiplexor processes, and no mimedefang.pl processes.
(The "ps" options are Linux/BSDish.  Solaris would be "ps -ef")

--
David.
Sure enough:

> ps auxww | grep mimedefang

defang   23858  0.0  1.01140810304 ?S 08:08:33  0:00 
/usr/local/bin/mimedefang-multiplexor -p 
/var/spool/MIMEDefang/mimedefang-multiplexor.pid -E -S LOCAL5 -m 1 -x 4 -U 
defang -i 120 -b 600 -R 1 -M 3 -l -s 
/var/spool/MIMEDefang/mimedefang-multiplexor.sock

defang   23870  0.0  0.2 2264 1276 ?S 08:08:33  0:00 
/usr/local/bin/mimedefang -P /var/spool/MIMEDefang/mimedefang.pid -m 
/var/spool/MIMEDefang/mimedefang-multiplexor.sock -U defang -S LOCAL5 -p 
/var/spool/MIMEDefang/mimedefang.sock

defang   23871  0.0  0.611600 6216 ?S 08:08:34  0:00 
/usr/local/bin/mimedefang-multiplexor -p 
/var/spool/MIMEDefang/mimedefang-multiplexor.pid -E -S LOCAL5 -m 1 -x 4 -U 
defang -i 120 -b 600 -R 1 -M 3 -l -s 
/var/spool/MIMEDefang/mimedefang-multiplexor.sock

..Thanks David!





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


Re: [Mimedefang] Starting with embedded perl

2004-04-29 Thread David F. Skoll
On Thu, 29 Apr 2004, J.D. Bronson wrote:

> Is there any way to verify that it is using the embedded Perl interpreter?

Enable multiplexor logging; you should see this in the mail log when MD
starts:

Apr 27 15:56:50 www mimedefang-multiplexor[28323]: Initialized embedded Perl 
interpreter

Also, if you do "ps auxww | grep mimedefang", you'll see a bunch of
mimedefang-multiplexor processes, and no mimedefang.pl processes.

(The "ps" options are Linux/BSDish.  Solaris would be "ps -ef")

--
David.
___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] Starting with embedded perl

2004-04-29 Thread J.D. Bronson
Is there any way to verify that it is using the embedded Perl interpreter?
I set the option in /etc/init.d/mimedefang startup script:
# Set to yes if you want to use an embedded Perl interpreter
MX_EMBED_PERL=yes
is this all thats needed?

Thanks :)





--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang