Get rid of "web#_'

Discussion in 'Installation/Configuration' started by t_ras, Feb 18, 2006.

  1. t_ras

    t_ras New Member

    is there some way I can make users without the "web#_" prefix?

    also: can I manage local users (users I created in comp) through ISPconfig? I want to get email for them too...
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Have a look here: http://www.howtoforge.com/faq/14_47_en.html

    You can't manage them in ISPConfig (unless you created them with ISPConfig), but you can receive emails for them, too. You can edit the files /etc/postfix/local-host-names and /etc/postfix/virtusertable and add your users and domains at the bottom of these files.
    If you edit /etc/postfix/virtusertable, you must run
    Code:
    postmap /etc/postfix/virtusertable
    afterwards.
    Don't forget to restart Postfix after your changes.
     
  3. t_ras

    t_ras New Member

    thanks a lot!
     

Share This Page