Virtual Hosting with Postfix Part 1

Discussion in 'HOWTO-Related Questions' started by signature16, Jul 4, 2006.

  1. signature16

    signature16 New Member

    I followed the instructions step by step and when I typed "postfix reload" at the end it says:

    "[root@server1 postfix]# postfix reload
    postfix: fatal: /etc/postfix/postfix-script: Permission denied"



    main.cf:



    myhostname = localhost

    virtual_mailbox_domains = /etc/postfix/vhosts.txt

    virtual_mailbox_base = /var/spool/mail/
    virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
    virtual_uid_maps = static:5000
    virtual_gid_maps = static:5000
    virtual_alias_maps = hash:/etc/postfix/valias.txt
     
    Last edited: Jul 4, 2006
  2. falko

    falko Super Moderator ISPConfig Developer

    Did you do this as root?

    What's the output of
    Code:
    ls -la /etc/postfix
    ?
     

Share This Page