Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
howtos:network_services:postfix_with_cyrus [2013/07/21 13:19 (UTC)] badirca |
howtos:network_services:postfix_with_cyrus [2019/02/16 16:43 (UTC)] pedro.herrero [Sources] |
||
---|---|---|---|
Line 57: | Line 57: | ||
# installpkg / | # installpkg / | ||
- | Before we continue with installation of Imap server we need to assure that Postfix is working and we can authenticate with sasl. Let's make some basic Postfix configuration and some basic SASL configuration. I will be explaining plain auth because later on we will use it togheter with sasl to authenticate. | + | Before we continue with installation of IMAP server we need to assure that Postfix is working and we can authenticate with sasl. Let's make some basic Postfix configuration and some basic SASL configuration. I will be explaining plain auth because later on we will use it togheter with SASL to authenticate. |
- | First of all we need to make our aliases and tell postfix | + | First of all we need to make our aliases and tell Postfix |
# joe / | # joe / | ||
Line 72: | Line 72: | ||
# adduser | # adduser | ||
| | ||
- | Login name for new user []:xxxxxx | + | Login name for new user []: slackware_user |
User ID (' | User ID (' | ||
Initial group [ users ]: 200 | Initial group [ users ]: 200 | ||
Line 83: | Line 83: | ||
Now edit / | Now edit / | ||
- | root: your_user | + | root : slackware_user |
- | office: | + | office: |
| | ||
Now update your aliases database issuing the command : | Now update your aliases database issuing the command : | ||
Line 218: | Line 218: | ||
# echo tls_key_file: | # echo tls_key_file: | ||
| | ||
- | ====== Adding | + | ====== Adding |
| | ||
Now the last step is to add all daemons to rc.local so they can start when machine boots. So open / | Now the last step is to add all daemons to rc.local so they can start when machine boots. So open / | ||
Line 243: | Line 243: | ||
Postfix The Definitive Guide, Kyle D. Dent, O' | Postfix The Definitive Guide, Kyle D. Dent, O' | ||
Managing IMAP, Dianna Mullet & Kevin Mullet, O' | Managing IMAP, Dianna Mullet & Kevin Mullet, O' | ||
- | Official Postfix Documentation, | + | Official Postfix Documentation, |
- | {{tag> | + | {{tag> |
+ | [[http:// |