[[TranslatedPages]] = How do I install phplist? = == Installation == [http://www.phplist.com/ phplist] is a program that can be used to send bulk, announcement-only email messages. It is like mailman, however, it does not have the ability to due discussion lists. If you would like to setup phplist for your account, you can do so by following these directions: * [wiki:create_mysql_database Create a new database] or post a [/newticket ticket] requesting a new database. * Download the latest version from the site's [http://www.phplist.com/download download page] * Unzip or untar the program by double clicking on it. * Copy the folder to your web directory using [wiki:sftp sftp] * [wiki:add_email_address_to_account Add a new email address] that will be used to handle bounces * Edit your config/config.php: * Add the db user, db password, and db name (which we will provide after you post the ticket for a new database) * Add the username and password for the bounce email address that you created above * Set: {{{ $bounce_mailbox_port = “995/pop3/ssl”; }}} * Modify the test line to read: {{{ define (“TEST”,0); }}} * Set the bulk smtp mailer to: {{{ define("PHPMAILERHOST",'bulk.mayfirst.org'); }}} == Upgrading == If you install a program in your web directory, you will need to take responsibility for keeping it up to date! With phplist, you can monitor security patches by [http://www.phplist.com/lists/?p=subscribe&id=5 subscribing to the security list] or the [http://sourceforge.net/export/rss2_project.php?group_id=91074 rss feed]. If you install this program, please subscribe to the list. If a security patch comes out, please update this wiki page to offer suggestions and guidance to other members who could benefit from your experience doing the upgrade. If you run into trouble installing a security patch, you can always [/newticket submit a new ticket] asking for assistance.