|
I am writing a simple SMTP server and client. Server is in two parts receiver-SMTP and Sender SMTP. both will run in two different daemon services. The two modes this can run in is 'remote' and 'local'.
Since i am new to network programming I am having...
Started by AJ on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Writing ....
You're a bit comfortable with sockets, install WireShark, some open-source SMTP server and try smtp, try and find an existing project that is in the language you want to implement your own programming and sockets.
|
|
I have two ISPs at two separate locations, both with separate SMTP servers. Neither SMTP server allows relaying from the other ISP, so when taking my laptop between each location, I have to swap between smtp servers.
I currently edit the /etc/hosts file...
Started by Jonathan on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Make one of them with an invalid incoming....
Each one should have the different SMTP host.
127.0.0.1 as the outgoing SMTP server, and the laptop delivers its own mail!
Probably want to use separate POP3 accounts in one profile.
|
|
We have gmail for our corporate email provider.
I want to be able to send mail through smtp.gmail.com from ASP.NET. I have managed to do this just fine - and it has the benefit of all sent items appearing in the correct sent items folder within gmail....
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I haven't touched) :
http://fmuntean.wordpress.com/2008/10/26/how-to-configure-iis-smtp-server-to-forward-emails-using); client.EnableSsl = false....
You may have to enter it like smtp.gmail.com:587 in your SMTP server.
Important.
|
Ask your Facebook Friends
|
Hi
My application needs to send thousands of emails on a daily basis.
So I thought about writing my own smtp server, using C#, which would pull a database every minute to see if there are any pending email messages.
But, then I came across Microsoft's...
Started by Russel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I would suggest you do some load testing on the SMTP server to make....
If you find the IIS SMTP performance is not up to scratch youYes, IIS SMTP can handle it.
The wheel by building your own SMTP server.
|
|
I'm doing a bit of research for work regarding SMTP servers. Basically, our company is bringing some work in-house that we've been doing remotely through other companies. We have the need to work with mailing lists, but I'm not sure how exactly to handle...
Started by Jonathan Sampson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The so called "internal SMTP....
If you run your own mail server, it can send mail directly to the recipients mailWhat they mean is that it doesn't use your ISP's SMTP server as a mail relay.
ISP's SMTP server".
|
|
Hey guys
I'm really a total newbie to this, so excuse the basicness (?) of the question.
I have a default installation of Windows Server 2003, and I want to test an e-mailing application.
What's the process for setting up an SMTP server on that box? Does...
Started by andy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You could read up a bit on SMTP security on Windows Server 2003 with the following Microsoft KB Article 324285 (sorry, you'll have to find that one on your own; Server Fault to the SMTP....
Network connection completely.
|
|
What's the best way to check if an SMTP server is SSL-enabled or not?
Follow-up question: How do I make it SSL-enabled if it's not yet SSL-enabled.
The OS is CentOS.
Started by Randell on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Openssl s_client -connect localhost:465
If your server isn't bound to localhost then obviously replace that with the IP ....
The best way trickery for you.
SSL has it's own dedicated port at TCP/465.
That depends whether you mean SSL or TLS.
|
|
Hi,,
I wanted to send a mail by telnetting through smtp server "telnet smtp_Server 25" and want to send mail. How is it possible..
Also, please share something about CISCO products and what kind of software they use in their products. If i wanted to gain...
Started by RBA on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You can easily make you own SMTP server on almost any nix system not likely to find an SMTP server that will let you telnet in since that would provide a potential wide through from an smtp....
Open door for spammers.
|
|
Website started life originally under IIS 6 and the site worked great there. Now after relocating to a new server running W2K8S, everything but mail delivery from the website now works great under IIS 7.
Researched briefly on the Web to see if anybody...
Answer Snippets (Read the full thread at stackoverflow):
The SMTP service is very picky about the SMTP SERVER at all - simply setting up SMTP Email was enough - with the additional benefit of NOT having....
SMTP server and use SMTP commands to send a test message.
|
|
Hi, I'm new to server hosting and whatnot, but I have a question regarding SMTP servers. I have an old computer lying around and would like to make use of it. Is it possible for me to have this machine act as an SMTP server? It will only be sending/receiving...
Started by Vaultage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you.
On mail administration and if you use this for other people (or want your own email to be reliably you might not realize just how difficult it can be to properly administer an email server...
|