Difference between revisions of "Talk:Setup email"
From Organic Design wiki
(My bad. It was a different article) |
|||
Line 8: | Line 8: | ||
::::[[Email-article.php]], [[Email-text.php]] we use this as a data event. | ::::[[Email-article.php]], [[Email-text.php]] we use this as a data event. | ||
− | |||
* the mail server is installed but not configured correctly such that: | * the mail server is installed but not configured correctly such that: |
Revision as of 23:13, 29 January 2007
Bid for working mail
- login instructions here
- please give me a bid for getting email to work on wikiexpert.com just as it did on div0.com (phalseid)
- this Div0 article works, whereas this Wikiexpert article does not. (there is link in the toolbox to the left to send any article to an email address)
- The article re email problems is Setup email. It doesn't need anything fancy, it just needs to be able to send email - usually our Debian installs come with exim4 which works fine, but it somehow broke on the wikiexpert server, we couldn't fix it, tried changing to postfix but no go, now it's back to exim4, but won't work. It means that mail can't be sent from PHP/MediaWiki so we can't send articles to maillist, or notify of talk page changes etc --Nad 20:30, 29 Jan 2007 (NZST)
- this Div0 article works, whereas this Wikiexpert article does not. (there is link in the toolbox to the left to send any article to an email address)
- Email-article.php, Email-text.php we use this as a data event.
- the mail server is installed but not configured correctly such that:
- PHP's mail() function isn't sending mail
- others?
- Nothing else needed, php's mail() is most important so the wiki can send mails
maybe xmlwiki has some coding that needs to happen. Something about headersperhaps DNS/ MX record ... something- From what I see, mail doesn't need to be incoming, just outgoing,
and that postfix is the preferred mail server.