On 04/19/2015 02:30 AM, Matthieu Berjon wrote:
> Hello to all,
> 
> I met an issue in trying to set up Mailman. Here is the error message I
> get from postfix:
> 
>     Command died with status 127:
>             "/usr/local/mailman/postfix-to-mailman.py". Command
>         output: env: python: No such file or directory
...
> /usr/local/mailman/postfix-to-mailman.py
> 
> # Configuration variables - Change these for your site if necessary.
> MailmanHome = "/usr/local/mailman"; # Mailman home directory.
> MailmanOwner = "postmas...@earswideopen.net"; # Postmaster and abuse
> mail recipient.


Is the above missing something? I suspect the above is actually preceded
by something like

#! /usr/bin/env python

and env is complaining that it can't find 'python' because there is no
'python' in $PATH (i.e. Postfix's search path).

Also, please read <http://wiki.list.org/x/15564817> and the things
linked from the last paragraph thereof.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to