On Aug 2, 2005, at 16:48, Mohammad Moghimi wrote:
> checking Python version... 2.4
> checking that Python has a working distutils... configure: error:
>
> * Distutils is not available or is incomplete for /usr/bin/python
> * If you installed Python from RPM (or other package manager)
> ***
Has anyone seen this problem before? I'm trying to port an existing
working mailman/Sendmail to a newer systems and I'm having a problem
with the smrsh program in delivering mail to mailman on the newer
system.
Here is the error in the /var/log/syslog
Aug 2 14:20:51 royal sendmail[15913]
Hi,
I got mailman set up now such that I do not see any errors in my
apache error logs when i create a new list. Postmap and Postalias are
run just fine.
However, the file virtual-mailman is completly empty when i add new
lists. the aliases file get's updated with all of the new entries tho.
Con
Hello guys!
I'v make a test installation of my MailMan with Postfix and Virtual
Domain, but all in a unic (one) machine running apache and postfix.
Now, I'll configure in my production ambient, but I have 02 servers, one
with a Webserver and other with a Mailserver.
And now? How I can configur
Hi,
I think you are right! I have to make warning when checking in because
this may cause incompatible behavior for already installed other
patterns. :-(
Iain Pople wrote:
> Hi,
>
> I have noticed some unexpected behaviour with header_filter_rules.
>
> I wanted to reject messages with an em
Hello all,
I have a cosmetic question:
I would like to modify the "To:" header, in order to use the sender
address (From:) as the "To:" header. Can I do this in SMTPDirect.py??
In this way, I would have emails like this:
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Thx in ad
I want to install mailman.
when I try to configure it I got this error message:
checking for --with-python... no
checking for python... /usr/bin/python
checking Python interpreter... /usr/bin/python
checking Python version... 2.4
checking that Python has a working distutils... configure: error:
**
Hi,
I have noticed some unexpected behaviour with header_filter_rules.
I wanted to reject messages with an empty subject line so i came up
with the following regex:
^subject:\s*$
However it wasn't working as desired. After delving around in the
SpamDetect.py code i noticed that the re.searc