1 = Quick Install Guide = 2 If this is your first installation, we suggest you read this carefully: 3 http://openmailadmin.ossdl.de/wiki/Documentation/Installation/Detailed 4 5 This guide is meant as draft for those who alreadyinstalled OMA once. 6 7 = Install Openmailadmin = 8 == Step 1 == 9 Copy all the files into your '''DocumentRoot'''-folder. 10 11 == Step 2 == 12 Run setup.php. 13 14 = Integrate with your MTA and MDA = 15 == Step 3 == 16 Modify following files by changing '''usernames and passwords''': 17 * samples/pam/imap 18 And either of these: 19 * samples/postfix/* 20 * samples/oma_mail.daimon.* 21 22 == Step 4 == 23 Copy samples/pam/imap settings to your /etc/pam.d folder 24 {{{ 25 chmod 600 samples/pam/imap 26 cp samples/pam/imap /etc/pam.d/imap 27 ln -s /etc/pam.d/imap /etc/pam.d/pop 28 ln -s /etc/pam.d/imap /etc/pam.d/sieve 29 ln -s /etc/pam.d/imap /etc/pam.d/smtp 30 }}} 31 32 We assume you have configured [http://asg.web.cmu.edu/sasl/ SASL] 33 to utilize [http://pam-mysql.sourceforge.net/ pam_mysql] or 34 the auxprop plugin for systems without PAM (such as BSD). 35 36 == Step 5 == 37 For security reasons, remove these files from your DocumentRoot-folder: 38 {{{ 39 rm -r samples/pam 40 rm samples/oma_mail.daimon.* samples/postfix 41 }}} 42 43 '''Done! '''