muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

Mailsend1.16 not able to send email's in Windows 2008R2 Out Of the Box only Joined to a Domain #19

Closed muquit closed 10 years ago

muquit commented 10 years ago

From caniv...@gmail.com on September 08, 2013 16:40:24

What steps will reproduce the problem? 1. Trying to run the script on Windows 2008R2 Std X64 on a Domain. 3. What is the expected output? What do you see instead? Email never arrives at the destination What version of the product are you using? On what operating system? mailsend1.16.exe on Windows 2008R2 Std X64 Please provide any additional information below. We've created a small script that sends an email everyday with Attachment from 2003 and 2008 servers from the same domain and only the 2003's arrives at the destination mailbox. We are not sure if it's because AUC gets in the way or something else? The Script is configured to run from a folder in C:\OPS and it's also where the mailsend1.16.exe is. Any idea's?

Original issue: http://code.google.com/p/mailsend/issues/detail?id=19

muquit commented 10 years ago

From muq...@gmail.com on September 08, 2013 16:25:39

Please try v1.17b12 and see how it behaves. There are some permission related things (related to attachments) fixed in that version. Other than that mailsend uses standard SMTP protocol, nothing specific to Microsoft.

Thanks

muquit commented 10 years ago

From caniv...@gmail.com on September 09, 2013 14:23:12

Hi, and thank you for your quick reply. We've tried with the new version has mentioned and with and without attachments with no luck i'm afraid. Any other settings we should be looking at? Hope hearing from you soon, Regards, Canivari

muquit commented 10 years ago

From muq...@gmail.com on September 10, 2013 19:32:18

Please run with -v and paste the output, remove private info before posting. I'm not totally sure what is the problem anyway.

Thanks.

muquit commented 10 years ago

From caniv...@gmail.com on September 20, 2013 10:22:06

I Believe we found the issue and it's not directly with Mailsend App: We had to do the following for the emails being able to be sent: -Open Exchange Management console (2007 or later) -Server Configuration -Hub Transport -Under "Receive connectors" double click on Default %servername% and choose "Permission Groups" and tick box that says "Anonymous users" then click on "Anti-Spam" tab next to "Receive connectors" and double click on "IP Allow List" and then on tab "Allowed Addresses" and insert the IP Addresses of the server that will be sending the mails through script. Anyway, thanks for your help, :)

muquit commented 10 years ago

From muq...@gmail.com on December 07, 2013 17:12:43

Status: Done