-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (18 loc) · 715 Bytes
/
README
File metadata and controls
34 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PAMS (Postfix Administration Made Simple) is a lightweight web tool to manage virtual mail address with
postfix and dovecot.
============
Installation
============
* Install web2py:
1. download http://www.web2py.com/examples/static/web2py_src.zip
2. unzip
alternatively in ubuntu: sudo aptitude install python-web2py
(see http://www.web2py.com and http://web2py.com/books/default/chapter/29/3)
* Install PAMS
Copy PAMS in web2py/applications directory
* Launch web2py: python web2py/web2py.py
* Visit http://127.0.0.1:8000/pams
(change url and port to fit your need - see web2py.py --help for details)
------------
For further information please refer to the documentation section once
installed.