[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:misc:postifx_with_cyrus [2013/07/21 13:19 (UTC)] badircahowtos:network_services:postfix_with_cyrus [2019/02/16 16:43 (UTC)] – [Sources] pedro.herrero
Line 57: Line 57:
   # installpkg /tmp/postfix-2.8.3-x86_64-1_SBo.tgz    # installpkg /tmp/postfix-2.8.3-x86_64-1_SBo.tgz 
  
-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 to use aliases maps from /etc/postfix/aliases, so :+First of all we need to make our aliases and tell Postfix to use aliases maps from /etc/postfix/aliases, so :
  
   # joe /etc/postfix/main.cf   # joe /etc/postfix/main.cf
Line 72: Line 72:
   # adduser   # adduser
      
-  Login name for new user []:xxxxxx+  Login name for new user []: slackware_user
   User ID ('UID') [ defaults to next available ]: press ENTER   User ID ('UID') [ defaults to next available ]: press ENTER
   Initial group [ users ]: 200   Initial group [ users ]: 200
Line 83: Line 83:
 Now edit /etc/postfix/aliases and modifiy it to your needs :  Now edit /etc/postfix/aliases and modifiy it to your needs : 
  
-  root:           your_user +  root          slackware_user 
-  office:   your_user, your_next_user+  office:   slackware_user
      
 Now update your aliases database issuing the command : Now update your aliases database issuing the command :
Line 218: Line 218:
   # echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf    # echo tls_key_file: /var/imap/server.pem >> /etc/imapd.conf 
      
-====== Adding Postfix, Cyrus-SASL and Cyrus-IMAP to rc.local so they can start automatiacally at startup ======+====== Adding daemons to rc.local ======
      
 Now the last step is to add all daemons to rc.local so they can start when machine boots. So open /etc/rc.d/rc.local and add these lines : Now the last step is to add all daemons to rc.local so they can start when machine boots. So open /etc/rc.d/rc.local and add these lines :
Line 243: Line 243:
   Postfix The Definitive Guide, Kyle D. Dent, O'Reilly   Postfix The Definitive Guide, Kyle D. Dent, O'Reilly
   Managing IMAP, Dianna Mullet & Kevin Mullet, O'Reilly   Managing IMAP, Dianna Mullet & Kevin Mullet, O'Reilly
-  Official Postfix Documentation, [[http://www.postfix.org/documentation.html]] +  Official Postfix Documentation, [[http://www.postfix.org/documentation.html|Postfix]] 
-{{tag>howtos template}}+{{tag>howtos author_badirca}} 
 +[[http://example.com|External Link]]
 howtos:network_services:postfix_with_cyrus ()