DokuWiki

It's better when it's simple

User Tools

Site Tools


subscription

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
subscription [2015-06-29 11:04] 130.112.1.3subscription [2022-09-25 23:25] – [.mlist files] Klap-in
Line 8: Line 8:
 ===== Enabling Subscriptions ===== ===== Enabling Subscriptions =====
  
-The subscription facility is controlled using the [[config:subscribers|subscribers setting]].  It is turned **off by default**. The sender address is set by [[config:mailfrom|mailfrom setting]].+The subscription facility is controlled using the [[config:subscribers|subscribers setting]].  It is turned **off by default**. You can turn it on in the configuration page of your wiki. Also, make sure to uncheck 'Subscribe/Unsubscribe' of disableactions in the authentication section of the configuration. The sender address is set by [[config:mailfrom|mailfrom setting]].
  
 Be careful in switching this facility on.  In a busy wiki, with both frequent changes and many subscribers, emailing the changes to those subscribers can put a heavy strain on the webserver.  In a public wiki it may also provide unscrupulous people with a way to send spam to your wiki's users. Be careful in switching this facility on.  In a busy wiki, with both frequent changes and many subscribers, emailing the changes to those subscribers can put a heavy strain on the webserver.  In a public wiki it may also provide unscrupulous people with a way to send spam to your wiki's users.
Line 54: Line 54:
   findstr /s "." *.mlist   findstr /s "." *.mlist
  
-You can likewise use the following command on a Linux system:+You can likewise use the following commands on a Linux system:
  
-  grep -rH ".*" *.mlist+<del>grep -rH ".*" *.mlist</del> 
 +  grep -r ".*\.mlist$"  
 +  find . -name "*.mlist" 
 +  ls *.mlist  
 +  
      
 On a Mac (but I presume on a Linux system as well) the following statement works much better: On a Mac (but I presume on a Linux system as well) the following statement works much better:
Line 64: Line 68:
 (every=notify on any change, digest=digest changes, list=list of pages) (every=notify on any change, digest=digest changes, list=list of pages)
  
-In either case, be sure to change to your data/meta directory first.+In either case, be sure to change to your ''[wiki directory]/data/meta'' directory first.
  
  
  
  
subscription.txt · Last modified: 2023-09-25 20:15 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki