Red Hat Postfix FAQ
Prev
Chapter 3. Installation & Initial Configuration Issues
Next
3.11 I need to use some map files equivalent to the access file or the mailertable with sendmail. How do I hash them to .db format?
As root, simply type:
postmap /etc/postfix/access
, or
postmap /etc/postfix/mailertable
.
Prev
Home
Next
3.10 With sendmail I could manually flush the queue by issuing a
sendmail -q
command. What's the equivalent command for Postfix?
Up
3.12 How do I get Postfix to start up on boot like sendmail did?