| |
![]() |
|||||
| |
|
|
|
|
|
|
| |
||||||
WebMail settings
WebMail Manual
Click here to view the complete WebMail manual (online).
Configuring login for multiple domains
Configuring WebMail so that your users can move easily from the SurgeMail user configuration interface and WebMail can be tricky because there are so many different configuration options in both SurgeMail and WebMail. SurgeMail will now automatically add vhost settings to the WebMail configuration, using the surgehost.ini file in the surgemail/web_work directory. If you need to manually configure vhost settings, this should still be done in the webmail.ini file as always.
As a general rule you want to have a vhost section in your webmail.ini for every domain you have setup in SurgeMail beyond the first. So for example if you have these 3 domains setup in SurgeMail domain1.com, domain2.com and domain3.com you will have 2 vhost sections in webmail.ini like this...
pophost domain1.com
domain domain1.com
vhost domain2.com
pophost domain2.com
domain domain2.com
suffix @domain2.com
vhost domain3.com
pophost domain3.com
domain domain3.com
suffix @domain3.com
vendIf domain1.com, domain2.com and domain3.com all resolve to the same machine then the additional pophost settings may seem redundant BUT they are required to ensure that WebMail uses the same data files for any given user when they login manually and when they move from the SurgeMail user interface to WebMail.