srelliott
Verified User
- Joined
- Apr 6, 2005
- Messages
- 44
Hello,
I need to change the default mail server names in the downloadable outlook.reg file for POP3 and SMTP which currently are: mail.servername
I looked at the outlook_setup.reg file in /usr/local/directadmin/data/templates/ only to discover this:
"POP3 Server"="|SERVER|"
"SMTP Server"="|SERVER|"
Is there a way do something like this:
"POP3 Server"="pop3.|SERVER|"
"SMTP Server"="smtp.|SERVER|"
and drop the mail. ??
I fear that if I were to use the above, the .reg file resulting would look like this:
pop3.mail.servername
smtp.mail.servnername
instead of the desired result of:
pop3.servername
smtp.servnername
--
Answer: Why yes there is!! I discoverd it while writing this, thought I'd share it seeing as I didn't find a thread discussing this already.
The solution:
"POP3 Server"="pop3.|DOMAIN|"
"SMTP Server"="smtp.|DOMAIN|"
--
Shannon
I need to change the default mail server names in the downloadable outlook.reg file for POP3 and SMTP which currently are: mail.servername
I looked at the outlook_setup.reg file in /usr/local/directadmin/data/templates/ only to discover this:
"POP3 Server"="|SERVER|"
"SMTP Server"="|SERVER|"
Is there a way do something like this:
"POP3 Server"="pop3.|SERVER|"
"SMTP Server"="smtp.|SERVER|"
and drop the mail. ??
I fear that if I were to use the above, the .reg file resulting would look like this:
pop3.mail.servername
smtp.mail.servnername
instead of the desired result of:
pop3.servername
smtp.servnername
--
Answer: Why yes there is!! I discoverd it while writing this, thought I'd share it seeing as I didn't find a thread discussing this already.
The solution:
"POP3 Server"="pop3.|DOMAIN|"
"SMTP Server"="smtp.|DOMAIN|"
--
Shannon