Database mail problems

  • Hello!

    I have configured SQL Server 2005 SP3 to run under a domain account. Previously it ran under Local System. The domain account is not domain admin. This works well after in most aspects.

    One problem, though:

    Database mail is not working any longer. If I try to send an test e-mail, the e-mail is not delivered, but I can find that it is queued by using the following command.

    sysmail_help_queue_sp @queue_type = 'Mail' ;

    If I use this sql: select * from msdb.dbo.sysmail_event_log

    I can see an "activation failure" message in the log.

    If I start the program DatabaseMail90.exe by double-clicking on it, the e-mails are delivered and the queue is emptied.

    I suppose this is a security config issue? Any ideas?

    Edit: The domain account has full privileges to DatabaseMail90.exe...

  • No ideas? I need to solve this one...

  • Sorry for double post...

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply