I am not able to send email through openemm

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

golup13
Posts: 1
Joined: Sat Jul 30, 2011 6:45 pm

I am not able to send email through openemm

Post by golup13 »

Hi folks,
I am not able to send emails through openemm.So after long troubleshoot i found problem with bavd.rc.In my ********-bavd.log file i found below error
11628 FATAL/except: CAUGHT EXCEPTION:
Traceback (most recent call last):
File "/home/openemm/bin/scripts/bavd.py", line 818, in ?
server = Server ()
File "/home/openemm/bin/scripts/bavd.py", line 806, in __init__
BaseHTTPServer.HTTPServer.__init__ (self, ('127.0.0.1', 5166), Request)
File "/usr/lib/python2.4/SocketServer.py", line 330, in __init__
self.server_bind()
File "/usr/lib/python2.4/BaseHTTPServer.py", line 101, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib/python2.4/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: (98, 'Address already in use')

My send mail log was:
mailer=procmail, pri=0, relay=/home/openemm/conf/bav/bav.rc, dsn=5.0.0, stat=Can't create output

Please help me to solve the issue.I already read some forums related to this issue
https://forum.openemm.org/ftopic402.html
https://forum.openemm.org/viewtopic.php?p=1246#1246
http://www.openemm.org/faq/questions/25 ... recipients

I also checked mysql-python module is installed and working.If i try to send email through command
senmail "emailadd" it works perfectly fine.I also checked the permission of bav.rc those are also fine.
But openemm is not able to send email.One thing which is different in my case is sendmail is running on port no 587 not 25 so if issue is related to that or something else.
Please help me to resolve this issue.