PDA

View Full Version : Get rid of "web#_'


t_ras
18th February 2006, 18:46
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...

falko
18th February 2006, 19:45
is there some way I can make users without the "web#_" prefix?
Have a look here: http://www.howtoforge.com/faq/14_47_en.html

also: can I manage local users (users I created in comp) through ISPconfig? I want to get email for them too...
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 postmap /etc/postfix/virtusertable afterwards.
Don't forget to restart Postfix after your changes.

t_ras
18th February 2006, 20:21
thanks a lot!