August 18, 2005 at 4:00 am
Hi,
I am in the process of proposing and setting up SQL Mail & SQL Server Agent Mail for SQL boxes (prod and dev) in company. I have hit some hurdles (from system and network people) and need kind hearted people to point me to the right direction.
http://support.microsoft.com/kb/311231/EN-US/
Q5: ”While it may be possible to configure Microsoft Outlook client to work with third-party mail servers, the use of the e-mail clients provided with those mail servers is not supported for use with SQL Mail.”
· Does that mean I can’t install Notes client on the SQL box?
· Is it that true I should be able to use Outlook as mail client and Domino mail server for sending email out from SQL Server? How true is this kind of combination (mail client and mail server from diff vendor) will work? Anyone has done that before pls share.
August 18, 2005 at 4:34 am
Hi Garrick,
First off I can answer point 1 from personal experience the rest I can only surmise (I'm not a Domino kind of DBA/Network specialist):
Michael Gilchrist
Database Specialist
There are 10 types of people in the world, those who understand binary and those that don't. 😀
August 18, 2005 at 7:55 pm
Michael,
Thanks for the advice.
1. That's exactly my concern. The domain user is merely a normal user account in the SQL box with minimum rights. Security people refused to grant higher rights unless it is proved that it need more than that. Does the user account really need power user or administrator?
2. Does the domino server need to install as Internet Mail Server if Outlook client is installed?
"Your other option is to use an ASP email plugin, which I successfully implemented with help from a developer colleague. If you're stuck this could be an option."
Dont really understand what do you mean?
August 18, 2005 at 8:41 pm
Instead of setting up Outlook or Notes client, install xp_smtp_sendmail from http://www.sqldev.net. This DLL just needs a simple smtp mailserver address to handle emailing from SQL Server.
A big benefit is that you will have less headaches trying to configure the mail clients and keeping them working. When using Outlook with Exchange, SQL Mail has a habit of getting stuck when the Exchange Server is restarted. This often needs the SQL services to be restarted to re-establish the connectivity, sometimes you might even need to reboot the server.
Also, if the account used for SQL Agent is not in the Local Adminstrators group, then I think there are a few extra privelages that need to be granted to get full functionality. From memory you should be able to find a document on this at the Microsoft website.
--------------------
Colt 45 - the original point and click interface
August 18, 2005 at 8:45 pm
Also should add,
Q: Is XPSMTP supported on a cluster?
A: Yes, you only need to make sure that the binary (xpsmtpXX.dll) is available in the BINN directory of every instance for each node.
--------------------
Colt 45 - the original point and click interface
August 18, 2005 at 8:47 pm
Also, check point 6 of the following article for permissions,
http://www.microsoft.com/sql/techinfo/administration/2000/security/securingsqlserver.mspx
--------------------
Colt 45 - the original point and click interface
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply