Page 1 of 1

Sendmail Problem And python error

Posted: Thu Oct 09, 2008 10:15 pm
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.

Posted: Fri Oct 10, 2008 8:46 am
by maschoff
Our guess is that your system does not work with sendmail but uses a different MTA that tries to emulate sendmail (incompletely).