Talk:Setup email

From Organic Design wiki
Revision as of 21:44, 29 January 2007 by Phalseid (talk | contribs) (getting rid of redundancy)

Bid for working mail

  • 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)
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 headers
  • perhaps 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.
exim4 is preferred as that's what's installed on Debian by default, postfix was only tried after exim4 broke. --Nad 21:27, 29 Jan 2007 (NZST)
no need for incoming, just outgoing is important --Nad 21:27, 29 Jan 2007 (NZST)