This page is out of date, please use our new website https://surgemail.com
Please email surgemail-support@netwinsite.com any suggested examples you think we should add to this page.
1. Create a domain called company.com
2. Go to the 'Alternate Names for this Domain' and click the Edit Rules
3. Add 'private.name' (or *.private.name)
4. Restart?
In surgemail.ini add: (using SurgeMail 3.1e4 or later)
g_from_rewrite was="*@privatename" to="%1@public.domain.com"
In mfilter.rul add:
call replace("from","*@privatename","%1@public.domain.com")
call replace("reply-to","*@privatename","%1@public.domain.com")
call replace("sender","*@privatename","%1@public.domain.com")