pyWM
 
 
 

Configuration

You can modify pyWM's behavior after installation via the configure script. Go back into the setup directory, and run configure.py as root.

# ./configure.py 

Which installation of pyWM would you like to configure?

   1 : myDomain1, (@domain1.com)
   2 : myCollege, (@school.edu)
   - Choice? (1-2) [1]  

Select the installation you would like to modify, and configure.py will launch $EDITOR with the variable information in it:

##########################################################
## pyWM configuration
## see http://www.pywm.org/current/doc/variables.html
## for more information

                home:   /usr/local/pyWM/
       mess_per_page:   30
       cleanup_every:   300
     session_timeout:   3600
         mess_format:   text/html, text/plain
     messages_reload:   300
         smtp_server:   192.168.3.14
           smtp_port:   25
             company:   myCollege
         server_type:   public
         mail_domain:   school.edu
           pop3_port:   110
         pop3_server:   192.168.3.14

Modify any variables you wish, then save the document and exit your editor. The changes will be applied to the pyWM installation immediately.

Common Variables

Other Variables


(Up to Index)   |   (Next: Performance)