Changes between Version 9 and Version 10 of Howto_Install
- Timestamp:
- Aug 4, 2006 10:19:41 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Install
v9 v10 52 52 The next two settings (SMTP User and SMTP Password) need to be set (if you want to send from Roundcube). They are simple, so it's better to just give them to you: 53 53 54 {{{$rcmail_config['smtp_user'] = '%u'; 55 $rcmail_config['smtp_pass'] = '%p';}}}54 {{{$rcmail_config['smtp_user'] = '%u';}}} 55 {{{$rcmail_config['smtp_pass'] = '%p';}}} 56 56 57 57 Save this file now as "main.inc.php" (note that the "dist" has been dropped). … … 64 64 65 65 == Conclusion == 66 This is a very basic setup to get you up and running with Roundcube in less than twenty minutes. There are plenty of other options, and a lot more options to investigate. Browse the forums ([http://www.roundcubeforum.net]) for other tricks and modifications, as well as support if you just can't get it working.66 This is a very basic setup to get you up and running with Roundcube in less than twenty minutes. There are plenty of other options, and a lot more options to investigate. See [wiki:Howto_Config] or browse the forums ([http://www.roundcubeforum.net]) for other tricks and modifications, as well as support if you just can't get it working. 67 67 68 68 Have fun with your new Roundcube installation!!
