[quote user="cynist"]
This worked. I was also successful at sending and receiving SMTP mail. [:D]
Two more question:
1. I need for the users to be required to enter in their password that I supplied in their user account. How do I do this? Currently, it just asks for their username.
There is no password in the direct mode. The accounts are expected to be protected by the system user rights and the user is supposed to only have full rights to their own mail directory, not any of the others.
2. When I received the test message the from field says username@email.secureserver.net and also gave a reply address with the correct address. What did I do to prompt the email.secureserver.net and is this good?
This is set in the User Defined Gateway and it uses the domain set in Configuration | mercury core "Internet name for this system" This also can be managed using PCONFIG by editing the MERCURY UDG.
Gateway name : MERCURY
*New mail path :
Is ? a program to run? : N
*New mail search mask :
*Outgoing mail path : \\tstephenson\C_Drive\MERCURY\QUEUE
*Run for outgoing mail :
*Filename format : ~d~d.101
Run to validate address :
*Reply address format : ["~p" <~L~L~N@tstephenson.com> ]
Accepts SMTP addresses? : Y
Simple message headers? : 'Glue' headers
UUEncode attachments? : Y
Burst messages? : N Gateway processes BCC? : N
Strip gateway name? : Y
Force all mail through? : Y
The ~d is 4 hex characters. The ~L~L says use a synonym is available. The ~p is the users personal name. The ~n is the users username more than 8 characters (the ~8 can be used as well is the user names are all 8 characters of less).
You just change the "Reply address format" domain name to set the one you want to use.
Thanks for the help!
[/quote]
[quote user="cynist"]<blockquote><p>This worked.&nbsp; I was also successful at sending and receiving SMTP mail. [:D]&nbsp; </p><p>Two more question: </p>1. I need for the users to be required to enter in their password that I supplied in their user account.&nbsp; How do I do this?&nbsp; Currently, it just asks for their username.</blockquote>There is no password in the direct mode.&nbsp; The accounts are expected to be protected by the system user rights and the user is supposed to only have full rights to their own mail directory, not any of the others.
<blockquote>2. When I received the test message the from field says <i>username@email.secureserver.net</i> and also gave a reply address with the correct address.&nbsp; What did I do to prompt the email.secureserver.net and is this good?</blockquote><p>This is set in the User Defined Gateway and it uses the domain set in Configuration | mercury core "Internet name for this system"&nbsp; This also can be managed using PCONFIG by editing the MERCURY UDG.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gateway name :&nbsp; MERCURY
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *New mail path :
&nbsp;&nbsp; Is ? a program to run? :&nbsp; N
&nbsp;&nbsp;&nbsp; *New mail search mask :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *Outgoing mail path :&nbsp; \\tstephenson\C_Drive\MERCURY\QUEUE
&nbsp;&nbsp; *Run for outgoing mail :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *Filename format :&nbsp; ~d~d.101
&nbsp; Run to validate address :
&nbsp;&nbsp;&nbsp; *Reply address format : ["~p" &lt;~L~L~N@tstephenson.com&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]
&nbsp; Accepts SMTP addresses? :&nbsp; Y
&nbsp; Simple message headers? :&nbsp; 'Glue' headers
&nbsp;&nbsp;&nbsp; UUEncode attachments? :&nbsp; Y
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Burst messages? :&nbsp; N&nbsp;&nbsp;&nbsp; Gateway processes BCC? : N
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Strip gateway name? :&nbsp; Y
&nbsp; Force all mail through? :&nbsp; Y</p><p>The ~d is 4 hex characters.&nbsp; The ~L~L says use a synonym is available.&nbsp; The ~p is the users personal name.&nbsp; The ~n is the users username more than 8 characters (the ~8 can be used as well is the user names are all 8 characters of less).&nbsp; </p><p>You just change the "Reply address format" domain name to set the one you want to use.
</p><blockquote>Thanks for the help!
</blockquote>[/quote]