> The Customer will write http://mail.ABC.Com then he will find a link > to adding a new user in which he will submit his data including his > company name thewill appear after @ sign.
IOW, he will use the IMail web interface and log in as a host administrator. > First: how can I add it in DataBase so his mail will be > [EMAIL PROTECTED] You create a new host for hiscompany.abc.com, with its own database table (or table view, but let's not confuse the issue). > When I tried to insert this ( [EMAIL PROTECTED]) in the MAILADDR > field then test it in login it accepts [EMAIL PROTECTED] because it's in > the Db of the ABC.Com domain. Yep, that'll happen. That's by design. You *told* it to treat all of those users as being @abc.com! > Second: how can i add it in the *DNS* as a record, so he will > receive and send mails through [EMAIL PROTECTED] In the zone file for abc.com: hiscompany IN MX 10 mail.abc.com. > It seems to be somewhat complicated. It won't seem so soon. :) This is all IMail (and e-mail) 101. Suggest you prowl through the archives and Ipswitch KB (URLs below) after this head start. -Sandy To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
