SMTP Not Working Properly On IIS
I set up my own SMTP server on IIS.
Most of the time it sends and recieves the email OK.
From time to time, the mails bounce. For example if I send to someone at Hanmail (major korean provider) then it always bounces. Similarly, sometimes people say they sent an email to the server and it bounced back to them.
I guess something is not set up right, maybe MX record or some other mysterious thing. How can I troubleshoot/solve this?
I MUST fix this so I will be back to check on this thread often,
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
IIS Smtp Not Working
I'm not a pro when it comes to networking, so I was hoping someone could help me out here. Sending email via CDONTS on my desktop machine used to work fine but has recently stopped. In my event log there is a warning from source SMTPSVC with the details. Message delivery to the remote domain 'domain.co.uk' failed. The error message is 'An SMTP protocol error occurred. '. The SMTP verb which caused the error is 'RCPT'. The response from the remote server is '504 <williams-pc>: Helo command rejected: need fully-qualified hostname I've heard people mention DNS suffix and putting your domain in places. However, my computer is not on a complex network, it isn't part of a intranet or any other corporate IT setup, its just a single computer connecting to the internet on a modem.
View Replies!
View Related
SSL Certificates Not Working Properly
I am using SSL on my site but am having trouble in getting it to work correctly. I want to make it mandatory that the sections in <webaddress>/members and <webaddress>/admin are protected by SSL. I currently have the following in the httpd.conf file: SSLEngine on SSLCertificateFile /usr/local/home/pm42/finalcert.pem SSLCertificateKeyFile /usr/local/home/pm42/privkey.pem SSLCertificateChainFile /usr/local/home/pm42/finalcert.pem but I dont know what to do next.
View Replies!
View Related
Cron Job Not Working Properly
I have a slight problem with a cron job I have setup. I wanted to save a copy of iptables every hour to a folder, so I created a script... here it is: Code: varDate=`date +%y%m%d` varTime=`date +%H%M` filename="IPtablesBackup-$varDate-$varTime" iptables-save -c > /etc/IPtablesBackup/$filename and called is Backup-Script.sh Now if I just execute the script will in root ./Backup-Script.sh I get a new file with the correct filename and iptables info is saved ! Great ! So then I thought, how can I setup this automatically every hour. Which leads me on to my problem. I inputted "crontab -e" added this line Code: 59 * * * * /etc/IPtablesBackup/Backup-Script.sh The problem is the script is run, I know because it creates a new file with the correct time and date, however the file is empty? I have set Backup-Script.sh to 777 and owner and group are both root?
View Replies!
View Related
Subdomain In Httpd.conf Not Working Properly
Added this in the httpd.conf but it is still pointing to the main domain xxxx.com -------------- <VirtualHost *:80> DocumentRoot /xxx/xxx/webmail ServerName webmail.xxxxx.com </VirtualHost> ----------------- whenever i type webmail.xxxxx.com, it will see the content of xxxxx.com.
View Replies!
View Related
SMTP On IIS
I want to send some emails from my Win2003 server with IIS6. I have turned on the SMTP server, but I dont know how to connect to it or set it up. How do I find out the connection details (e.g. smtp.server.com)? I put a test mail as a txt message in the C:InetpubmailrootPickup folder and it sent OK to external mail address. NowI want to get some applications to use the server. I just need a really simple config, one email account, it doesnt even need to collect emails, just send them out. No authentication needed either. One more thing: how to limit access to the SMTP server to only my server an no outsiders? I want it to be used by just two applications running on the server.
View Replies!
View Related
IIS Win2003 SMTP Setup
I have win2003 server running IIS hosting an asp website, I am wanting to use CDONTS to send emails. I am no pro and not really sure what I am doing with setting up the server for SMTP. I have installed SMTP Virtual Server but do not know what settings I need or what else I need to setup to get it to work. I have always used hosted space before where it is all setup for me. How do I go about it?
View Replies!
View Related
Using IIS SMTP Server Under Win2k
I've been trying to find some instructions on how to set up IIS SMTP server so that I can test my web site's php mailing form but I haven't had much luck. I've got a win2k box running the webserver and the IIS SMTP server, behind a router that is connected to my ISP. IIS is running, and I've gone through the properties tabs to set up the as described at: [url] including setting up localhost to be allowed to relay. Then I try to manually send an e-mail using telnet as described at [url] but I get an error '501 5.5.4 invalid address' when I try to enter the line rcpt to:myemail@hotmail.com. Other times it hasn't given me this error but I find the message sitting in the queue without any delivery address. I get the same error on the apache log when trying to send mail via my php website forms. I'm sure there is some simple thing I'm not doing right, but I've been at this for a while and thought it was time to ask.
View Replies!
View Related
How To Setup IIS SMTP To Copy ALL Sent Mail
I want to config my IIS SMTP server to copy ALL sent mail to another address. Or, to log in more detail what was sent (I have W3C logging turned on but it doesnt record the mail subject or body). Basically when a user complains they didnt get an email, I want to be able to look in the log to see (a) the mail was sent and (b) the body/subject of the mail.
View Replies!
View Related
SMTP Connection Has Stopped Working
I have been having great trouble sending mails from my local Thunderbird/Windows client to my Debian/Exim-server via TLS/SMTP. I am no expert on TLS and SMTP, but I managed to create a server certificate and set up a secure (TLS) connection more than a year ago, and it has been working fine until it suddenly stopped working a couple of weeks ago. Sending to external addresses from web pages still works fine, the problem seems to be in the SMTP connection. If I try to "telnet xxx.xxx.xxx.xxx 25" I get no reply whatsoever (it seems to connect but it just gives me a blank screen with a blinking cursor) and I am wondering if there is a firewall issue or if I am simply not running the right daemon to listening for incoming SMTP connections... POP continues to work fine with teapop/stunnel enabled. I am running Exim 4.63-17 on Debian Etch. I configured Exim to be of the type "internet site; mail is sent and received directly using SMTP" ============================== Firewall shouldn't be a problem (?): debian:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ============================== I really don't know what to do. I have tried running: tail -f /var/log/daemon.log Which responds when I access my mail using POP but not when I try to send using SMTP.
View Replies!
View Related
Why Is My IIS NOT Working
I'm a MS Access 2000 guru, and I'm trying to build a web page in Access. As per the instructionsin your article on [url], I've installed the IIS through the Add Windows Component section of the Add/Remove Programs application in the Control Panel. But after building the ASP file, as directed, and putting it in the C:Inetpubwwwroot folder, the browser gave me the standard "Page Not Found" display.
View Replies!
View Related
Can't Start IIS SMTP Virtual Server XP MCE
trying to start my IIS's SMTP Default Virtual Server. I keep getting the same message when right clicking and selecting start: "The service did not respond to the start or control request in a timely fashion. Check the Windows Event Viewer for details." There is no entry in the event viewer for this error. I have searched the Microsoft web site and done the default Google seach but can't find anything directly relating to this probem.
View Replies!
View Related
Smtp Server In IIS, Mails Going To DROP Folder
I have created virtual SMTP server in IIS6 and while send e-mail from the same server using SMTP IP address, the e-mail do not reach recipient, all sent e-mails goes directlly to DROP folder and stay it that folder. I have checked event viewer, no error, also used telnet to create and send e-mail, no error.
View Replies!
View Related
All I Want To Know Is Why Its Not Working - SMTP/PHP Contact Form ANNOYANCE!
I have just purchased a dedicated server running Windows Server 2003 (IIS). I have a website with a contact form - which I know works because it was working when I had it hosted somewhere else. My question is how do I set-up my server so that the contact form will work. I know it's something to do with SMTP -- But i honestly have not idea what i am meant to do. I wish there was a SLOW step-by-step guide on how to setup the SMTP on the server to send emails.!
View Replies!
View Related
IIS File Refresh Is Not Working
This post is a repeat of a 13-month old thread [url] that had no resolution. I am hoping that someone can comment on it as I am having the same exact issue. Environment: IIS web server running windows server 2003 (runs both production and development. Issue: When updating the CSS and then viewing the pagein a browser, changes are NOT being reflected. Troubleshooting: Replaced file = No changes Emptied Cache (IE, Firefox and Netscape) with Ctrl 5, closed browser window, opened new browser widow = No changes Emptied Cache (IE) with Tools> Internet Options >, closed browser window, opened new browser widow = No changes Checked 2 other machines (PC and Mac) = No changes Checked multible browsers (IE6, IE7, Safari, Firefox) Deleted file = No changes (still renders old styles even with no stylesheet on server) Re-starting the IIS website is obviously not suitable for development (but does work). Our IT guy said that I had to wait two minutes between loading a file and checking the website- and that no one else could hit that page in the meanwhile. Again, obviously not suitable for development.
View Replies!
View Related
IP Not Being Blocked Properly
I need to block a specific IP: 93.6.224.242 It adds fine when I do: iptables -A INPUT -s 93.6.224.242 -j DROP However, the IP is still accessing files and pages on the site according to Apache: When I ban other IP's they are blocked from accessing anything on the server (e.g. it wouldn't even reach Apache level because of firewall), but this IP just isn't banning properly.
View Replies!
View Related
Reverse Proxy Apache ==> IIS, Need Custom Error Pages Triggered On IIS Side
I'm not sure if this is the right forum, or if anyone can suggest a message board where I might get support on this. This is what I have. I have Apache and IIS both running on Windows 2k3. Apache is running in reverse Proxy mode sending multiple domains/virtual hosts to IIS. Code: ProxyRequests Off <VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://localhost:8080 ProxyPassReverse / [url] ServerName mydomain.com </VirtualHost> Now, if I type in [url]everything works great and IIS (listening on 127.0.0.1:8080) serves the page. However, I am doing custom error trapping, so when I type in [url](and /mydirectory doesn't exist on IIS) I need to fire ASP code (via custom error messages/handling) on the IIS server and then present a data driven page. However, Apache is returning A 502 error: Code: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /mydirectory. Reason: DNS lookup failure for: localhost:8080mydirectory Is there a way for me to setup Apache to pass all error checking to IIS while using it as a reverse proxy?
View Replies!
View Related
Domain Not Resolving Properly
A client recently moved one of their domains to one&one (night mare I know) he then asked us to repoint the domain name to our servers using out name servers. We have done this and it is not resolving to our server. The problem is that the site is no longer showing and their emails are down. I used a domain dossier and the DNS record looks like it should be changed but I'd like some confirmation on this.
View Replies!
View Related
How Do I Change IIS Service Accounts? (was IIS Services)
Is there a way to change the web services (from Windows) from SYSTEM to an Admin account? (Cos i need to use PHP's system() to run a process on the system but it only takes in user: ADMIN and not SYSTEM I have tried changing the following processes: IIS Admin World Wide Web Publishing Simple Mail Transfer Protocol (SMTP) but i still get a dependency error. Please advise. Or should I use Apache?
View Replies!
View Related
CentOS - Can't Get VNC To Display Properly
I installed VNC on my VPS using a guide I found here. I installed KDE. It all works but when I view the VPS through VNC on my windows PC the text on the screen appears to be squares as if its a non supported language. [url] I've uploaded a screenshot to better help you understand what I mean.
View Replies!
View Related
Verify That My Mail Server Is Configured Properly?
how I can verify that my mail server is configured properly? This is the problem: I can send out mail without a problem, but I cannot receive mail from external domains (eg: google or hotmail). Some of the message have weird bounce backs like: PERM_FAILURE: SMTP Error (state 13): 550 No Such User Here But the user does exist... I am logged into it right now.
View Replies!
View Related
Backup/restore Of Cpanel Work Properly
I use Incremental backup feature of Cpanel but seems it does not work properly. Yesterday when i restored my customer account, it brought back the files and database of 2 months ago. I set it backup everday so why this happen? My server run Centos 4.5 and Cpanel Stable
View Replies!
View Related
Windows Customers, Ensure You Are Properly Secured
There has been a recent rash of Windows 2003 customers being hacked and having "UTorrent" installed, as well as having their Administrator password changed, rendering the server inaccessible. At the moment, we have yet to determine the vulnerability in Windows allowing the hackers to breach the systems however we believe it is related to RDP. We highly suggest you are complying with the following, to lessen your risk of having your server compromised: 1) Run RDP on a non-standard port [url] 2) Run a software firewall on your machine, blocking ALL unnecessary ports on your server. You should only have the bare minimum open. 3) Limit any non-public access to your IP and trusted IP's only. This will prevent any other outside networks or servers from reaching your machine through ports which are not meant to be public (http for example) 4) Ensure you have FULL updates for your Windows O/S, immediately. 5) Ensure any 3rd party software you are running, has also been fully updated to the latest version including any patches. Please make sure these suggestions are implemented immediately to lessen you risk of being hacked by the current wave of exploits.
View Replies!
View Related
Non-working Forwarding Email Account On Working Domain
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working... This is the error I get when I email to that account: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ...
View Replies!
View Related
LiteSpeed :: Binary Path Must Be Set Properly In Order Replace Apache
2008-04-06 08:52:32.597ERRORApache Binary Path must be set properly in order replace Apache, fall back to 'Reload on configuration file change'. 2008-04-06 08:52:32.602WARN[configerver:listener] No listener is available for normal virtual host! 2008-04-06 08:52:32.604ERROR[config:template:centralConfigLog] Listener [Default] does not exist 2008-04-06 08:52:32.605ERROR[config:templateHP_SuEXEC] Listener [Default] does not exist 2008-04-06 08:52:32.605ERROR[config:template:EasyRailsWithSuEXEC] Listener [Default] does not exist 2008-04-06 08:52:32.617WARNStandard Edition only support up to 5 Apache vhosts. I did everything on the litespeed setup I was soppose to found at their wiki site. But still I recieve these errors, LiteSpeed works on my server because httpd is disabled and LiteSpeed is responding to request now.
View Replies!
View Related
Godaddy: Upgrade From IIS 6 To IIS 7
I am looking to upgrade my hosting account from IIS 6 to IIS 7, as I haven't been able to install some of the apps that I want on godaddy. I am just looking for a quick direction should I upgrade or not? I am not very knowledgeable about IIS thing, Godaddy says that If I upgrade I will not be able to downGrade, that makes me more snif* please has anyone upgraded? so please tell me what would the consequences? or if any godaddy staff reads it please also tell me that on Upgrade page it shows me my directories, should I check them all?
View Replies!
View Related
SMTP Vs. Others
I am wondering what the advanatges and disadvantages are in using SMTP for my out going server emails. I have an email marketing system and some other scripts that send email and I don't know which is best.
View Replies!
View Related
Smtp
I have smtp set up and add an email account. I know emailing out works but I don't know if emailing in works and if so, what is it's name for DNS zone purposes. Can you help me with command prompts that would tell me: - verify I have smtp up and running and what it is called so I can add it to my DNS record - add an email account - add an email account that aliases to another email
View Replies!
View Related
SMTP
Till my management for server decides to look into the issue, can someone tell me why my SMTP keep failing and how to troubleshoot it, i have restarted exim and imap and pop3 already but still i keep getting message that SMTP has failed. Using top doesnt show me much info or whats causing it, load is sitting around 1 though nothing out of the blue though. Anyone can direct me to some commands maybe to see whats happening?
View Replies!
View Related
Smtp.gmail.com
So, I have to connect to smtp.gmail.com to send the mail, which ends up in the inbox on the same domain. I don't have any mail server running on my server because it is not necessary. Problem, however, is that when I click on "reply", it replies to the address it was sent TO...
View Replies!
View Related
SMTP Servers
We have a few customers on our server who have membership sites. The sites are mainly geared around email. So they are sending out a ton of email everyday. At present our Cpanel server is processing the mail via exim and sending out to the various recipients. This part is fine, the problem we are having is with bounced email and deferred email. As soon as Yahoo defer the email, the email queue builds up and the server load goes through the roof. I know this is an issue with exim, but is there any way to reduce the load? Alternatively, can anyone suggest a good SMTP server which we can get the users to route the email via.
View Replies!
View Related
Our Smtp Being Used By Spammers
I have deciated windows 2008 server and from last 2 days there is some thing which is using our smtp server to send spam its like we get thousand of spam emails qued in our outbound que, although our security is really high, such as smtp authtenication (open relay) and other options are already enable and we ran anti virus scan too but nothing found. I wonder if there is anyone else out there who face such problem and how did you stop?
View Replies!
View Related
SMTP Servers
I am a developer for a few organizations that each have maybe 50-60k email addresses for people who have signed up with them. Right now they are using Constant Contact. They are also using my own CMS to manage their websites. I would like to expand my CMS to include email capabilities. The problem is that these clients are all on shared hosting and the shared hosting company doesn't want me sending out more than 80 or so emails a minute using their SMTP server. So I was wondering if there was a service out there that would give me access to an SMTP server that I could connect to using phpmailer or a similar program to get the emails out quickly. My question is - are there any services out there like this and am I approaching this in the right way?
View Replies!
View Related
SMTP Configuration
we installed CMS for our website, when a client want to signup to our website, the confirmation email send to theie Spam Box, we want to our email send to theire Inbox. how can i resolve this problem?
View Replies!
View Related
Exim SMTP
I've recently purchased a cPanel VPS from a company i found on this forum. However, i am not experiencing some problems with the sending of e-mails from the server via Outlook Express. Unfortunately, i'm have no real knowledge of EXIM and i was hoping someone would help me with this. Basically, when i setup the domain and then setup a email account, i could only receive emails and not send (as i was getting an error within Outlook) this was due to the fact that the domain name was not listed in /etc/localdomains, so when i added it to that file it seemed to have done the job. Now, when i send emails locally EG: example1@domain to example2@domain i t will indeed send correctly, however if i want to send it to an external domain it stays in the queue (which i can view in WHM). When i force send it, it gives me the message "Connection refused", can anyone shed some light on this situation?
View Replies!
View Related
Unlimited SMTP
Do you have any one who can provide me an unlimited smtp service. It works like this. Through my vb program using Microsoft CDO mail object, i must be able to send thousands of emails per day. say nearly 10000 mails / day. each mail that send contain 1 jpg attachment. think of it as the firefox addon "clipmark" pm me with a quotation. If affordable, i ll consider to make a year service agreement.
View Replies!
View Related
SMTP Servers
I have a list of 150,000 realtors (email addresses), I want to send an eflyer out for a property I have for sale. I use AOL, so this is a problem. I belive I must use an external SMTP server, just not sure how I go about this. I want to send this eflyer out MYSELF, So please advise me on the best software and SMTP servers to do this.
View Replies!
View Related
SMTP Server
I'm trying to do is to enable the PHP mail function to send email to other domain. I believe that the SMTP configuration in php.ini is pointed to a right mail server. Currently, the mail function is working probably if the email is sent to a local domain. However if I point the PHP mail function to send to foreign domain, it doesn't go through. For example: localdomain.com --> localdomain.com = Sent localdomain.com --> foreigndomain.com = Not Sent How to make the PHP mail function able to send to foreign domain instead of local domain only?
View Replies!
View Related
SMTP Forwarding
I have my home server Problem is that my isp started blocking port 25. I Found that many dynamicdns provider have a way to redirect port 25 mail to other ports I have dns server working Fine. but i m unable to find where to put that redirect port 25 to other posrt. Also mail server supports imap. but i m unable to recieve imap mails Port of imap is open I m unablke to recivece emails too even the port 110 is open. why . if isp blocks port 25 then pop & imap also stop working? Server : windows 2003 R2 DNS : MS Dns
View Replies!
View Related
Smtp Ssl
Everytime I try to send mail from Outlook Express via server.hostdomaincom:465 (SSL) I get an warning about the cert cant be trusted. Though I have server.hostdomaincom's self-signed cert installed through IE as a trusted root, the warning keeps coming up. How do I resolve this? Also, my ISP has blocked outgoing port 25 connections. Is there any alternate SMPT (non-ssl)? Another email issue: 1. I am trying to send mail to someone@externaldomain.com 2. The website of externaldomain.com is located on my server under clients reseller account. 3. MX servers of externaldomain.com are located somewhere else. 4. When the SMTP gets mail from me to someone@externaldomain.com, it looks up for "someone" in the local user table without looking at the real MX record. 5. The mail server thinks that it is the final destination and rejects the mail with "I cannot find 'someone' here". In fact, the mail server was supposed to accept the mail, lookup the MX record of externaldomain.com and deliver it to the responsible server where 'someone' really exists. But unfortunately the server is not doing that.
View Replies!
View Related
Iptables + Google Smtp
iptables + google smtp I've got OpenSSL Version OpenSSL 0.9.8b 04 May 2006 running on PHP5 and am having some trouble sending mail through an external SMTP. What rules would I need to setup on my iptables to allow the server to send mail through tls://smtp.gmail.com rather than on my local mail server? Google seems to allow SMTP traffic through port 465 and 587.
View Replies!
View Related
SMTP Relay Attack!
I have a cPanel server with CSF installed. Today I face a problem having SMTP Relay attack I Enabled SMTP Tweak inside WHM and it prevent the relays But I am still seeing a huge attack inside my exim_mainlog through one of the domain hosting in the server. I Delete the domain DNS zone, Change the domain name server, it still doesn't stop the attack. How do I go with this? Need help for those experienced in this... H=mail1.data393.net [208.42.234.80] F=<> rejected RCPT <305stevengan@techobceat.com>: mail1.data393.net [208.42.234.80] is currently not permitted to relay through this server. Perhaps you have not logged into the pop/imap server in the last 30 minutes or do not have SMTP Authentication turned on in your email client.
View Replies!
View Related
SMTP Relay Service ...
I'm searching for a smtp service that lets me send email from several different emails (domains), lets me connect to non standard port numbers, and which is not banned/do not accept spam.
View Replies!
View Related
Setting Up A SMTP Server
I'm setting up an invite and request email notification system for my website. Its pretty process heavy (since all the invites and requests will need to be sent right away), so I'm planning to setup another machine that is only designed to send the emails. So I guess a SMTP server right? I have no problems installing PHP and linking the user generated emails, but how does this work in regards to the domain name? When the user imports his or her contacts on the main server (domainname.com) which then triggers the invite emails to be sent out with the SMTP server then how does that effect the clients' inboxes? Since the website that they've registered to is www.domainname.com and the SMTP server domain name is smtp.domainname.com? How does this all work? What I worried about is the inbox seeing the emails as apart of a different domain name and then tossing it all to the junk box.
View Replies!
View Related
How To Configure SMTP On Different Server
How to configure SMTP on different server? I don't know why I typed SMTP in the title. I meant just the mail server. I just posted a message saying that my VPS is down due to FDCServers being down as they supply my host. I can live with a 24 hr blackout on my site (however definitely not happy about it). What I can't live with is having my mail.mydomain.com server being down at all. I run my VPS and host a few sites from it including a few clients. I need to make sure that my email doesn't go down when my VPS goes down. How can I go about this? If I purchase a second VPS plan can I have that run just my email server for me? If so, how much in resources do I need? Will a cheap plan do the trick (ie. 64mb Ram or something)?
View Replies!
View Related
|