Difference between revisions of "Person"
From Organic Design wiki
m (Caretaker: Format cat links) |
(Article updated from file '''/var/www/wikis/samrose/EmailToWiki.conf''') |
||
| Line 1: | Line 1: | ||
| − | + | # EmailToWiki config file{{perl}}{{#security:*|SamRose}}{{#filesync:/var/www/wikis/samrose/EmailToWiki.conf}} | |
| − | + | $serverEmail = 'wiki@socialsynergyweb.com'; | |
| + | $popServer = 'mail.socialsynergyweb.com'; | ||
| + | $popUser = 'wiki@socialsynergyweb.com'; | ||
| + | $popPassword = 'wikiwiki74'; | ||
| + | $maxLines = 1000; | ||
| + | $wikiTemplate = 'Email'; | ||
| + | |||
| + | $filterFrom = ''; | ||
| + | $filterTo = false; | ||
| + | $deleteProcessed = true; | ||
| + | $deleteToFiltered = true; | ||
| + | $deleteFromFiltered = true; | ||
| + | $logFile = 'samrose.log'; | ||
| + | |||
| + | # Set these to the same values as the same variable in the wiki | ||
| + | $wgServer = 'http://semanticwiki.socialsynergyweb.com'; | ||
| + | $wgScript = '/wiki/index.php'; | ||
| + | $wgSimpleFormsContentQuery = 'content'; | ||
| + | $wgSimpleFormsCActionQuery = 'caction'; | ||
| + | $wgSimpleFormsSummaryQuery = 'summary'; | ||
Revision as of 19:57, 4 November 2007
- EmailToWiki config fileOur Perl scripts.{{#security:*|SamRose}}{{#filesync:/var/www/wikis/samrose/EmailToWiki.conf}}
$serverEmail = 'wiki@socialsynergyweb.com'; $popServer = 'mail.socialsynergyweb.com'; $popUser = 'wiki@socialsynergyweb.com'; $popPassword = 'wikiwiki74'; $maxLines = 1000; $wikiTemplate = 'Email';
$filterFrom = ; $filterTo = false; $deleteProcessed = true; $deleteToFiltered = true; $deleteFromFiltered = true; $logFile = 'samrose.log';
- Set these to the same values as the same variable in the wiki
$wgServer = 'http://semanticwiki.socialsynergyweb.com'; $wgScript = '/wiki/index.php'; $wgSimpleFormsContentQuery = 'content'; $wgSimpleFormsCActionQuery = 'caction'; $wgSimpleFormsSummaryQuery = 'summary';



