Connecting to Yahoo and using Sendmail?

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

Chris80
Posts: 3
Joined: Tue Jul 10, 2012 4:29 pm

Connecting to Yahoo and using Sendmail?

Post by Chris80 »

Hi,

I'm a bit confused about the logic behind it.
I'd like to use our yahoo mail account to send out a monthly newsletter to our 300 customers.

At the moment I'm doing it manually with Thunderbird - but it should be done in a better way.

Now I read that OpenEMM uses Sendmail.
How would it be possible to connect the internal Sendmail server to Yahoo?
Or do I have to use another strategy? (maybe deactivate the internal SMTP?)

Hope anybody can point out how I continue after the installation.

Thank you in advance
Bye, Chris
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Connecting to Yahoo and using Sendmail?

Post by maschoff »

Maybe you could use the Yahoo mail server as smart-relay? Search the term "smart-relay" in the OpenEMM Install Guide for details.
OpenEMM Maintainer
Chris80
Posts: 3
Joined: Tue Jul 10, 2012 4:29 pm

Re: Connecting to Yahoo and using Sendmail?

Post by Chris80 »

Ok .. I set it up like the documentation suggested it.

Unfortunately I don't receive the sent emails - but I don't see any entry in the error logs. :(
Should it be logged? And if so, where?
/logs/openemm/ ?

Code: Select all

./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 python /home/openemm/bin/scripts/recovery.py .. done.
Start /home/openemm/bin/scripts/update.py account bounce .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes:   done.
Starting sendmails:   listener /bin/sh: 0: Can't open /etc/init.d/sendmail
 admin queue Please install an MTA on this system if you want to use sendmail!
 mail queue Please install an MTA on this system if you want to use sendmail!
 done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation          :OK
Check Tomcat installation        :OK
Using CATALINA_BASE:   /home/openemm
Using CATALINA_HOME:   /opt/openemm/tomcat
Using CATALINA_TMPDIR: /home/openemm/temp
Using JRE_HOME:        /opt/openemm/java
Using CLASSPATH:       /opt/openemm/tomcat/bin/bootstrap.jar
Do I need Sendmail on my system? (Ubuntu 12.04)
Chris80
Posts: 3
Joined: Tue Jul 10, 2012 4:29 pm

Re: Connecting to Yahoo and using Sendmail?

Post by Chris80 »

I figured out the sendmail thing: I deactivated the server and I'm using yahoo server as a smart relay.

I try to send out the mails to a test group but I don't receive anything but OpenEMM says it's send to all 3 receipients.

In the logs I can see:
openemm_core.log
2012-07-23 09:02:23,620: INFO [http-8080-6] org.agnitas.userlogs - admin: do load mailing Test1
2012-07-23 09:02:23,620: INFO [http-8080-6] org.agnitas.userlogs - admin: do load mailing Test1
2012-07-23 09:02:26,396: INFO [http-8080-6] org.agnitas.userlogs - admin: send mailing Test1 type: W
2012-07-23 09:02:26,396: INFO [http-8080-6] org.agnitas.userlogs - admin: send mailing Test1 type: W
userlogs.log
2012-07-23 09:02:16,257 admin: do load mailing Test1
2012-07-23 09:02:23,620 admin: do load mailing Test1
2012-07-23 09:02:26,396 admin: send mailing Test1 type: W
2012-07-23 09:02:26,404 admin: do load mailing Test1
2012-07-23 09:02:47,397 admin: do load mailing Test1
2012-07-23 09:02:47,896 admin: send mailing Test1 type: T
2012-07-23 09:02:56,287 admin: do load mailing Test1
2012-07-23 09:02:56,710 admin: send mailing Test1 type: T
Is there a log file about connecting to the smart relay?
Post Reply