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...
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.