
|
A toolkit for automatically and securely dealing with qsecretary confirmation notices
Copyright ©2002 Charles Cazabon <pymsgauth @ discworld.dyndns.org>
pymsgauth is written in Python, and licensed under the
GNU General Public License version 2.
To use pymsgauth effectively, do the following:
-
Download the latest version of pymsgauth
-
Unpack the tarball
-
Create and populate the directories
mkdir -m 755 /usr/lib/pymsgauth and /usr/doc/pymsgauth
install -m 755 pymsgauth.py ConfParser.py pymsgauth-mail pymsgauth-confirm pymsgauth-clean /usr/lib/pymsgauth
install -m 644 pymsgauth.html pymsgauth.txt pymsgauthrc-example CHANGELOG BUGS COPYING /usr/doc/pymsgauth
-
Symlink the commands into /usr/bin
cd /usr/bin
ln -s ../lib/pymsgauth/pymsgauth-* ./
-
Create a local configuration/data directory. The default is ~/.pymsgauth, but can be overridden
in the environment variable PYMSGAUTH_DIR.
mkdir m 700 ~/.pymsgauth
-
Create a configuration file pymsgauthrc in the above directory. Examine the
provided pymsgauthrc-example file for details.
-
Configure your MUA to use pymsgauth-mail as its
sendmail interface. In mutt, this means
setting sendmail to the path to pymsgauth-mail
in your .muttrc file.
|