TechRepublic : A ZDNet Tech Community

98 Resources for

smtp server

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Use sSMTP to send e-mail simply and securely
In my previous article, Use getmail to get e-mail simply and securely, I mentioned two opposing approaches to handling e-mail. On one side is the use of monolithic, fancy, massively multi-function ("feature rich"), GUI-fied mail clients like Microsoft's "personal information manager," Outlook. On the other is the computer...
Tags: Server, Authentication, SMTP Server, sSMTP, sSMTP Tool, E-mail, E-mail Servers, Online Communications, Enterprise Software, Software, Chad Perrin
Blog posts 2008-04-11
Difficulties with Sonicwall TZ170 --> SMTP
Hello all,I have some difficulties with setting Firewall for port 25. Network schema:router -> firewall -> serverRouter: WAN: Fixed IP 84.xxx.xxx.xxx LAN: 192.168.2.2Firewall: WAN: 192.168.2.1 NAT LAN: 192.168.1.254Problem is regarding receiving email from...
Tags: Network technology, NETWORKING, Routers & switches, WANs, Firewalls, E-mail servers, crane@..., SMTP, router, Network Address Translation, IP, SMTP server, server, firewall, WAN, LAN, SonicWall
Discussion threads 2007-11-16
Sending e-mail from an Oracle database with utl_smtp
If you're running Oracle 10g or later, you can use the nice modern utl_mail package to send e-mails from your PL/SQL applications. Even though the application I maintain is now running on Oracle 10g, it was built back on an Oracle 8i database, so it sends e-mails via the older...
Tags: Database, Oracle Corp., Domain, Oracle Application Server 10g, Oracle Database, SMTP Server, E-mail, E-mail Servers, Online Communications, Enterprise Software, Software, Rex Baldazo
Blog posts 2007-09-26
SBS 2003 - Email externals users using same domain name
Emailing coworkers who also using the same SBS server is no problem. The outgoing SMTP server recoginizes that their Inbox is on the server and delivers the email.What about a coworker who is not onsite. They independently POP their email from the same POP server that the SBS POP3 connector...
Tags: SMTP server, jon_junker@..., domain name, Microsoft Windows Small Business Server, server, e-mail, Microsoft Windows Small Business Server 2003
Discussion threads 2007-09-15
Forward inbound emails to external SMTP server Options
I've setup an exchange 2003 server for testing purposes, to receive mail from my private email domain. I've setup an mx record priority 5, to point to my home IP address (lets call it int-mail). The mx record for the mail server i have hostet is priority 10 (lets call...
Tags: Servers, E-mail servers, SMTP server, SMTP, soren@..., e-mail, server
Discussion threads 2007-09-15
How to create an pop3 and smtp server? IIS smtp virtual server?
Is anybody can help me to understand on how to create an smtp and pop3 server? and how to use the IIS smtp domain server? is this two related? i tried searching the internet but it seems like they always recommending some software to use in creating pop3 and smtp,...
Tags: E-mail, virtual server, SMTP server, redsoul, POP3, SMTP, Microsoft IIS Server, server
Discussion threads 2007-09-06
How to catch an exception thrown by a SMTP server using ASP .NET?
How do I catch an exception thrown by SMTP serverIIS? The mail may go successfully to the SMTP server but the server itself maynot send it because of some reason and throw an exception. How do I catch that using ASP .NET
Tags: E-mail servers, Scripting languages, .NET, read.it.32@..., SMTP server, server, Microsoft ASP, Microsoft ASP.NET
Discussion threads 2007-07-27
How do I access SMTP server folder(s) using ASP .NET?
I am generating mails from my ASP .NET application and sending to a specific SMTP server for delivery. How do I accessread or delete email files in the SMTP server folders using ASP .NET codes? Assume that i have all the required rights on the server.
Tags: E-mail servers, Scripting languages, .NET, read.it.32@..., SMTP server, Microsoft ASP, Microsoft ASP.NET, server
Discussion threads 2007-07-27
Exchange for mailboxes ONLY
I have setup an Exchange server on a Domain but I wish to use this server JUST for the mailboxes. Meaning I want to setup POP on the workstations locally, and only use the Exchange server for a mailbox location. My main problem is that when UserA@domain.com sends mail...
Tags: Servers, E-mail servers, E-mail, Dedlbug@..., server, SMTP server, desktop
Discussion threads 2007-07-26
Vista vs Email
(OK, it's not really off-topic. But people in there are smart)So.. we HAD to upgrade one computer to Vista, so we could test our software on it.Of course, everything worked fine when it was an XP machine.Now, although nothing else has changed,the computer will recieve mail, but the blasted machine...
Tags: E-mail servers, Servers, Mickster269, Microsoft Windows Vista, server, SMTP server, e-mail server, e-mail
Discussion threads 2007-05-08
Realying Denied errors
I'm so confused about "Relaying Denied" errors.Our primary SMTP server does NOT require authentication, and does NOT require the "from" email address to be associated with a particular domain.Most of the time, we send mail from whatever address we are using for a particular correspondent with no problem at all....
Tags: E-mail servers, L.Williams@..., Relaying Denied, SMTP server, e-mail
Discussion threads 2007-03-20
Setting up Database Mail in SQL Server 2005
SQL Server 2005's Database Mail is completely SMTP based, allowing you to send e-mails with attachments, format HTML e-mails, and more. Tim Chapman fills you in on the advantages of Database Mail and explains how to set it up in your environment. Database Mail, a new addition to the...
Tags: Microsoft SQL Server, Microsoft SQL Server 2005, Tim Chapman, Storage, Databases, E-mail servers, e-mail, Database Mail, server, database, SMTP server, SQL Server Newsletter, Account, Profile, Online Communications, Hardware, Enterprise Software, Software, Data Management
Technical articles 2007-02-26
SMTP SENDING OUT SPAM
I HAVE BEEN INFORMED BY MY ISP THAT MY SMTP IS SENDING OUT SPAM. MY ISP HAS SHUT DOWN THAT SMTP SO THAT I CANNOT SEND OUT EMAIL UNTIL WE FIND THE PROBLEM. I HAVE DONE A SCAN AND FOUND A COUPLE OF WIN32 PROBLEMS AND HAVE...
Tags: e-mail, nsjohnatkinson@..., Scan, server, SMTP, SMTP server
Q&A 2006-10-02
email vb script
Hello all, can anyone help, why does the below script not work on my sp3 xp machine???Set objEmail = CreateObject("CDO.Message")objEmail.From = "g.millen1@ntlworld.com"objEmail.To = "g.millen1@ntlworld.com"objEmail.Subject = "Atl-dc-01 down" objEmail.Textbody = "Atl-dc-01 is no longer accessible over the network."objEmail.sendi'm getting the below error:the "sendUsing" configuration value is invalidcode: 80040220source: CDO.message.1Anyone know why.thanks...
Tags: Atl-dc-01, CDO.Message, CreateObject, e-mail, Microsoft VBScript, R e p h l e x, server, SMTP server, windows
Q&A 2006-07-28
How to send email using PHP
Hello friendsI have install php on my home pc and configure IIS server and default SMTP server.I am developing customer feedback site in php.Can I send email using defaul SMTP server in XP or I have to download other smtp server.I have make program which sends email successfully but i...
Tags: E-mail servers, SMTP server, server, e-mail
Q&A 2006-07-26
How to send email using PHP
Hello friendsI have install php on my home pc and configure IIS server and default SMTP server.I am developing customer feedback site in php.Can I send email using defaul SMTP server in XP or I have to download other smtp server.I have make program which sends email successfully but i...
Tags: E-mail servers, SMTP server, server, e-mail
Q&A 2006-07-26
Secure traffic between SMTP servers in Windows 2000
You can use Windows 2000's SMTP service to route incoming mail to a smart host running Exchange Server or another mail server application. One of the ways you can prevent relay through the internal SMTP server is to require authentication between the external server running the SMTP service and the...
Tags: SMTP, Microsoft Windows 2000 Server, Microsoft Windows 2000, Microsoft Windows, E-mail, Servers, Jim Boyce, SMTP server, server, internal server, Windows 2000 Server Tips Newsletter, Authentication, Online Communications, Hardware
Technical articles 2006-01-30
Unable to send
Hi there We use BT Broadband and go through a BT Firewall but use Vpop on our server to route our mails, My problem is we have got email addresses with the domain name catalyst-commercial.co.uk that come in, but a collegue has another email account with the details pogotravel.co.uk which...
Tags: e-mail, e-mail address, email, send, server, smtp, tim.williams@...
Discussion threads 2005-10-18
Grabbing mail with fetchmail
Linux comes with numerous e-mail clients including Kmail,Evolution, and Thunderbird. For most users these are sufficient, but for otherswith more esoteric needs, text-based e-mail clients may be preferred. Clientssuch as mutt and pine are often best served when having a dedicated e-mail downloader,or spooler, to do the downloading for them.One...
Tags: e-mail, Fetchmail, IMAP, password, POP3, server, SMTP server, Vincent Danen
Technical articles 2005-08-22
Building a scalable e-mail solution
Planning your e-mail system for scalability will ensure that your mail administrators have to navigate fewer learning curves and your users experience less downtime later on. Here's how. E-mail remains the true "killer app" of the Internet; most businesses have come to rely on it for exchanging quick,...
Tags: Servers, Deb Shinder, E-mail servers, Internet service providers (ISPs), server, e-mail server, e-mail, domain, Build to Scale Newsletter, Situation, Internet, Mail, SMTP Server, User, POP, Online Communications, Enterprise Software, Software, Hardware
Technical articles 2005-07-26


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
Quick Reference: Linux Commands
Reduce stress and speed up resolutions with the easiest command references right at your fingertips. You'll receive a PDF file covering Linux, packed with the most common commands you'll need and use daily.
Buy Now

Keep up with ZDNet