Avatar of ROBERTO PAREJA
ROBERTO PAREJA
Flag for United States of America asked on

Standalone SMTP Server

We have an Exchange 2010 running on Windows 2008 R2 without any problems at all. There are times that because of scheduled hardware maintenance or emergency procedures we have to "route" all our services to another site.
During that time the only thing that is not working is sending alarms/alerts emails to our IT Department whenever one of the remote programs gives an error and that is because there is no Exchange server on the remote site.

Instead of installing and configuring a full exchange server, is there any 3rd party small SMTP server program that could be able to receive user/pass/auth/sender/recipient/subject/body and then send a basic email (remember that are only alerts, so there is no need to be a fancy email) to our guys from IT?

Some friends told me about postie.exe.
Any better solution or program that you can think of?

Thanks for your help,

Roberto.
ExchangeEmail ServersServer Software

Avatar of undefined
Last Comment
ROBERTO PAREJA

8/22/2022 - Mon
Member_2_6492660_1

Roberto,

Just read up on Postie that program is a command line send mail via command line. Does not receive email.

You will find any third party app will do the same thing just send.

BLAT
Febooti  my favorite.

If you can setup a small Fedora Server you can run Postfix which is a email server for Linux.

I have an Exchange Server running and I use Fedora Server Postfix also

Put two network adapters in the fedora server give it a Public address and you will have no problems.

All Fedora Server and Postfix are free Open Source software another advantage.
ROBERTO PAREJA

ASKER
Thanks trgrassijr55,

Just to let you know that I don't need to receive any email at all.

The program will be used only to send email to our IT guys at their personal accounts (hotmail, gmail) with the server name that has an alert (nothing confidential), so then they can connect to the remote site and troubleshoot the server.

Based on this, I need the easiest solution.
Member_2_6492660_1

If you only need a command line program then I would say Febooti

http://www.febooti.com/products/command-line-email/
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
ROBERTO PAREJA

ASKER
Sorry I forgot to mention that we already have our in-house alert programs running.
Is Febooti capable of accepting a connection from our programs (as mentioned in my first post giving them the user/passw/sender/recipient) and then send the email?
Member_2_6492660_1

can you program call a batch program? If so then you got it

What type of alerting app you running?

Most applications just need an smtp server and send to from options defined.

We also besides using postfix we send all import alerts to a gmail account we all have access to.  

Just setup a yoursupport@gmail.com  account cc emails to that account then no program needed
Lee W, MVP

Why not install the SMTP server that's part of IIS on another server?  Or use the ISP's smtp server?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ROBERTO PAREJA

ASKER
Our application are developed under Visual Studio .NET and once they detect some kind of problem in a server, they connect to our Exchange server and prepare an alarm email that is sent to alert our IT techs of the the problem found.

In this new scenario (in the remote site) there is no Exchange server, so I am looking to an easy solution for this monitoring program to connect to a standalone smtp server installed in the same remote location, send the parameters (sender, recipient, subject and body) and that smtp would be able to actually send the email without any other additional server.

Thanks.
Member_2_6492660_1

Ok from all the coding I have seen the applications do not connect to an exchange server they send to the exchange server.

All applications that I seen done this have the option to cc to another email address.

Just add an external email address to the mail list that is already coded in your application.

as I mentioned above use gmail account or any other that is not on your exchange server.
ROBERTO PAREJA

ASKER
Hi leew,

If the IT department decides to go with the SMTP Server option that can be installed with the IIS server... Will that still need a real SMTP to finally send the email? Or is it really an SMTP server by itself?
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Lee W, MVP

It's really an SMTP server.  I used to use it as a relay for exchange when I ran GFI for spam filtering on my network.
ROBERTO PAREJA

ASKER
I've requested that this question be closed as follows:

Accepted answer: 0 points for tecnicard's comment #a39701819

for the following reason:

Thanks trgrassijr55.
ASKER CERTIFIED SOLUTION
Member_2_6492660_1

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
ROBERTO PAREJA

ASKER
Sorry, I thought I did... Trying again.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.