Sendmail Problem And python error

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

fangio
Posts: 1
Joined: Thu Oct 09, 2008 10:11 pm

Sendmail Problem And python error

Post by fangio »

Hi people, when i'm install OpenEMM and try to start it return this:

[openemm@ bin]$ ./OpenEMM.sh start
Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start /home/openemm/bin/scripts/update.py bounce account .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.

Traceback (most recent call last):
File "/home/openemm/bin/scripts/smenable.py", line 27, in ?
import agn
File "/home/openemm/bin/scripts/agn.py", line 88, in ?
import platform, traceback, codecs
ImportError: No module named platform
Unable to determinate status for sendmail usages, assuming sendmail is enabled
Stopping obsolete sendmail processes: done.
Starting sendmails: listener sendmail: illegal option -- q
sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
admin queue sendmail: illegal option -- q
sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
mail queue sendmail: illegal option -- q
sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
done.

Start /home/openemm/bin/scripts/slrtscn.py .. done.
httpd has already started

All requirements are ok so i can't discover this error, so OpenEMM works fine but with this error don't send emails.

Can someone help me?

Thank you very much.
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Our guess is that your system does not work with sendmail but uses a different MTA that tries to emulate sendmail (incompletely).
OpenEMM Maintainer
Post Reply