Sending mailing to Testrecipients, but dont receive any...
Moderator: moderator
Sending mailing to Testrecipients, but dont receive any...
Hi
Ive got installed OpenEMM on a Virtualserver, running with CentOS and Plesk.
I have created myself as a recipient with following Options:
- Mail format: HTML
- Mailing List:
mailinglist,
checked E-Mail Option,
Type: Test-recipient
Then I created a new Mailing without the Wizard:
- Option Mailing List: mailinglist
- Option Campaign: none
- Option Type: normal mailing
- Option Archive: not checked
- Option Template: none
- Target Groups: none
Then i created some content like "miojsdgoainsdgop". By clicking on "Preview", the mailing is still empty. - thats the first problem.
Afterwards i sent the mail "Send test mails to the test recipients"
Because i have got Plesk installed, i cant use sendmail. (fails if i try to start sendmail)
Plesk uses qmail instead.
Someone got an idea?
Ive got installed OpenEMM on a Virtualserver, running with CentOS and Plesk.
I have created myself as a recipient with following Options:
- Mail format: HTML
- Mailing List:
mailinglist,
checked E-Mail Option,
Type: Test-recipient
Then I created a new Mailing without the Wizard:
- Option Mailing List: mailinglist
- Option Campaign: none
- Option Type: normal mailing
- Option Archive: not checked
- Option Template: none
- Target Groups: none
Then i created some content like "miojsdgoainsdgop". By clicking on "Preview", the mailing is still empty. - thats the first problem.
Afterwards i sent the mail "Send test mails to the test recipients"
Because i have got Plesk installed, i cant use sendmail. (fails if i try to start sendmail)
Plesk uses qmail instead.
Someone got an idea?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Sending mailing to Testrecipients, but dont receive any.
OpenEMM will not work with qmail.
OpenEMM Maintainer
Re: Sending mailing to Testrecipients, but dont receive any.
So i need to uninstall plesk?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Sending mailing to Testrecipients, but dont receive any.
Sorry, we do not know plesk.
OpenEMM Maintainer
Re: Sending mailing to Testrecipients, but dont receive any.
There is also Postfix installed on that server.
May it work with that?
May it work with that?
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Sending mailing to Testrecipients, but dont receive any.
From the Install Guide:
-> Either Sendmail or the internal SMTP server of OpenEMMOpenEMM relies on a SMTP server to send out mails and to accept bounces and replies. OpenEMM uses Sendmail for that task by default, because Sendmail is a proven, secure, and fast MTA. However, if you do not want to (or can not) use Sendmail, you can disable its use after installation of OpenEMM. In this case OpenEMM uses an internal SMTP server (like the Windows version of OpenEMM). If you use the internal SMTP server of OpenEMM, please make sure that no other MTA (like Postfix, qmail or Exim) is active on your machine!
OpenEMM Maintainer
Re: Sending mailing to Testrecipients, but dont receive any.
Ah, alright.
It has been my fault: i forgot to execute the "sendmail-stop.sh".
Now it seems to work properly
Thanks for your help!
It has been my fault: i forgot to execute the "sendmail-stop.sh".
Now it seems to work properly
Thanks for your help!
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Sending mailing to Testrecipients, but dont receive any.
Just for the record: It should be command
Code: Select all
sendmail-disable.sh
OpenEMM Maintainer