freebsd-ports/mail/squirrelmail-login_auth-plugin/pkg-plist
Pav Lucistnik 35f06fcd24 If you keep SquirrelMail behind a password-protected directory on your web
server and if PHP has access to the username and password, this plugin will
bypass the login screen and use the provided username/password.

If this plugin enabled and the information isn't present, it doesn't crash
or produce error messages. It just doesn't automatically log you in. If the
user/pass information does not work for the IMAP server, this still displays
the login form, just in case the web server password and IMAP password are
not synchronized.

WWW: http://www.squirrelmail.org/plugin_view.php?id=34

PR:		ports/95752
Submitted by:	Stefan Bethke <stb@lassitu.de>
2006-04-15 16:44:01 +00:00

10 lines
604 B
Text

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin login_auth; fi
%%SQUIRRELDIR%%/plugins/login_auth/COPYING
%%SQUIRRELDIR%%/plugins/login_auth/INSTALL
%%SQUIRRELDIR%%/plugins/login_auth/README
%%SQUIRRELDIR%%/plugins/login_auth/functions.php
%%SQUIRRELDIR%%/plugins/login_auth/index.php
%%SQUIRRELDIR%%/plugins/login_auth/setup.php
%%SQUIRRELDIR%%/plugins/login_auth/version
@dirrm %%SQUIRRELDIR%%/plugins/login_auth/
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin login_auth; fi