[Mimedefang] Fw: please try again later

Marco Berizzi pupilla at hotmail.com
Thu Apr 4 09:30:36 EST 2002


Ohhhh I'm happy hearing you. ;-)
Ok.I will give you all the details. This is from sendmail.cf

Xmimedefang, S=unix:/var/run/MIMEDefang/mimedefang.sock, F=T,
T=S:120s;R:120s;E:5m

because I want MD socket being created under /var/run/MIMEDefang.
Is right?

This is from /etc/rc.d/rc.M (I'm using Slackware) for the MD/sendmail
startup:

# Start the MIMEDefang daemon:
if [ -x /usr/bin/mimedefang ]; then
  echo "Starting MIMEDefang daemon"
  if [ -x /var/run/MIMEDefang/mimedefang.sock ]; then
    rm /var/run/MIMEDefang/mdefang-mx.sock
    rm /var/run/MIMEDefang/mimedefang.sock
  fi
  /usr/bin/mimedefang-multiplexor -x 10 -m 2 -b 60 -i 300 -s
/var/run/MIMEDefang/mdefang-mx.sock
sleep 1
  /usr/bin/mimedefang -m /var/run/MIMEDefang/mdefang-mx.sock -p
/var/run/MIMEDefang/mimedefang.sock
sleep 1
fi

# Start the sendmail daemon:
if [ -x /usr/sbin/sendmail ]; then
  echo "Starting sendmail daemon:  /usr/sbin/sendmail -bd -q15m"
  /usr/sbin/sendmail -bd -q15m
fi

Ok? Well, this setup is identical between two machine (same HW) except
one is kernel 2.4.17 (this is fine) and the other is 2.4.18 (this is
KO). There other minor packages that are different (iptables-1.2.5 vs
iptables-1.2.6a) but I think are not involved in this problem.
The thing that I don't undestand is why till Mar 28 11:55:41 all was
fine. Since that day/time something is wrong: syslog is logging this:

Apr  4 05:32:55 iris mimedefang[1343]: Error from multiplexor: ok
Apr  4 05:33:34 iris mimedefang[1346]: Error from multiplexor: ok 1
Apr  4 05:42:33 iris mimedefang[1350]: Error from multiplexor: ok
Apr  4 05:59:33 iris mimedefang[1354]: Error from multiplexor: ok 1
Apr  4 06:01:16 iris mimedefang[1357]: Error from multiplexor: ok
Apr  4 06:03:42 iris mimedefang[1360]: Error from multiplexor: ok 1
Apr  4 06:06:40 iris mimedefang[1364]: Error from multiplexor: ok
Apr  4 06:18:20 iris mimedefang[1367]: Error from multiplexor: ok 1
Apr  4 06:26:45 iris mimedefang[1371]: Error from multiplexor: ok
Apr  4 07:02:35 iris mimedefang[1383]: Error from multiplexor: ok 1
Apr  4 07:02:39 iris mimedefang[1386]: Error from multiplexor: ok
Apr  4 07:08:27 iris mimedefang[1389]: Error from multiplexor: ok 1
Apr  4 07:08:43 iris mimedefang[1392]: Error from multiplexor: ok
Apr  4 07:09:14 iris mimedefang[1394]: Error from multiplexor: ok 1
Apr  4 07:10:01 iris mimedefang[1397]: Error from multiplexor: ok
Apr  4 07:27:46 iris mimedefang[1402]: Error from multiplexor: ok 1
Apr  4 07:29:14 iris mimedefang[1406]: Error from multiplexor: <>...
User unknown
Apr  4 07:30:04 iris mimedefang[1408]: Error from multiplexor: ok
Apr  4 07:30:41 iris mimedefang[1410]: Error from multiplexor: ok 1
Apr  4 08:28:46 iris mimedefang[1505]: Error from multiplexor: <>...
User unknown
Apr  4 08:32:45 iris mimedefang[1509]: Error from multiplexor: ok
Apr  4 08:33:36 iris mimedefang[1511]: Error from multiplexor: ok 1
Apr  4 08:34:48 iris mimedefang[1514]: Error from multiplexor: ok
Apr  4 08:38:32 iris mimedefang[1517]: Error from multiplexor: ok 1
Apr  4 09:29:47 iris mimedefang[2009]: Error from multiplexor: <>...
User unknown
Apr  4 09:29:49 iris mimedefang[2013]: Error from multiplexor: ok
Apr  4 09:30:19 iris mimedefang[2018]: Error from multiplexor: ok 1
Apr  4 09:30:26 iris mimedefang[2023]: Error from multiplexor: ok
Apr  4 09:30:27 iris mimedefang[2025]: Error from multiplexor: ok 1
Apr  4 09:30:28 iris mimedefang[2026]: Error from multiplexor: ok
Apr  4 09:31:03 iris mimedefang[2033]: Error from multiplexor: ok 1
Apr  4 09:32:04 iris mimedefang[2048]: Error from multiplexor: ok
Apr  4 09:32:26 iris mimedefang[2051]: Error from multiplexor: ok 1
Apr  4 09:32:38 iris mimedefang[2054]: Error from multiplexor: ok
Apr  4 09:32:59 iris mimedefang[2057]: Error from multiplexor: ok 1
Apr  4 09:33:41 iris mimedefang[2065]: Error from multiplexor: ok
Apr  4 09:33:44 iris mimedefang[2068]: Error from multiplexor: ok 1
Apr  4 09:33:51 iris mimedefang[2071]: Error from multiplexor: ok
Apr  4 09:34:02 iris mimedefang[2078]: Error from multiplexor: ok 1
Apr  4 09:34:03 iris mimedefang[2080]: Error from multiplexor: ok
Apr  4 09:34:29 iris mimedefang[2083]: Error from multiplexor: ok 1
Apr  4 09:34:53 iris mimedefang[2091]: Error from multiplexor: ok
Apr  4 09:34:54 iris mimedefang[2092]: Error from multiplexor: ok 1

This machine is a celeron 300 (mendocino) 64MB ide disk. My mail traffic
is about 20 000 mail/mounth. Today I have restarted the system, but
nothing has been changed.
I remember you that this machine is forwarding all the message for my
domain to an internal M$-Exchange.

PS: Also I don't understand why this system is able to receive message
from <>

----- Original Message -----
From: "David F. Skoll" <dfs at roaringpenguin.com>
To: <mimedefang at lists.roaringpenguin.com>
Sent: Thursday, April 04, 2002 3:12 PM
Subject: Re: [Mimedefang] Fw: please try again later


> On Thu, 4 Apr 2002, Marco Berizzi wrote:
>
> > drwx------ 3 smmsp smmsp 4096 Apr 4 09:36 MIMEDefang/
>
> > and these are the permissions for MD exec:
>
> > -rwsr-sr-x 1 smmsp smmsp 78692 Mar 25 13:15 mimedefang*
> > -rwsr-sr-x 1 smmsp smmsp 25324 Mar 25 13:15 mimedefang-multiplexor*
> > -rwxr-xr-x 1 root root 63258 Mar 25 13:15 mimedefang.pl*
>
> OK, but mimedefang and mimedefang-multiplexor try to create sockets in
> /var/run.  Will that work if they are running as smmsp/smmsp?  My
permissions
> on /var/run are:
>
> drwxr-xr-x    5 root     root        20480 Apr  4 07:19 /var/run/
>
> But if the socket creation fails, the multiplexor should just exit...
maybe
> that's not it.  Still, the fact that you're running md/md-mux suid is
the
> only difference from my standard setup.
>
> Regards,
>
> David.




More information about the MIMEDefang mailing list