Sending Email Cpanel :: SMTP Command Timeout On Connection
i have this weird problem of emails not gettign delivered and i am hosting with theplanet. Every email is sitting on the queue and not delivered.
i checked with dnsreport and it says
Timed out [Last data sent: [Did not connect]]
and my exim_mainlog shows
R=dk_lookuphost defer (-1): host lookup did not complete
2008-06-03 04:49:59 SMTP command timeout on connection
i have restarted exim, checked firewall and still i am unable to fix my problem!
update:
i again checked with dnsreport and my nameservers are failing
NS FAIL NS A timeout occurred getting the NS records from your nameservers! None of your nameservers responded fast enough. They are probably down or unreachable. I can't continue since your nameservers aren't responding. If you have a Watchguard Firebox,
it's due to a bug in their DNS Proxy, which must be disabled (31 Jul 2006 UPDATE: several years after being informed of this, there is a rumor that there is a fix that allows the Watchguard DNS proxy to work).
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Sending Email (SMTP?)
I got plesk 8.2 on a linux machine (CentOS 4.3). I'm having probs sending emails. I created a few email accounts for a client. they can receive emails with no prob. however, if I set my server as the outgoing server, they are unable to send emails. could I be missing some packages? I'm using smtp.domainname.com as setting.
View Replies!
View Related
CPanel, Email And Smtp Port 587
Is anyone successfully using cPanel with smtp port 587 and have a working email account? After deciding that Plesk wasn't for me due to the lack of reference material in this and other forums, I had my hosting company, ServInt, delete my old vps and install a new one with cPanel. Everything went fine until I configured my email. Just like with Plesk, I cannot access the smtp server via Outlook. I can ping it successfully, but it either terminates the connection or doesn't recognize the correct user name and password. With Plesk, it was a simple matter of enabling the use of port 587. Not so with cPanel, at least for me. Even though the Exim service is enabled and another instance is enabled on port 587, I still can't connect. Thought it might be CFS, which is new to me with this install, so made sure it was disabled. Opened up a ticket with ServInt and even their techs can't get it functioning, so _they've_ opened up a ticket with cPanel. Hence the title of this post, I can't beleive that I'm the only one whose had this problem before because blocking port 587 has been done by BellSouth/AT&T for many years now. Nothing like having your company email down for over 6 hours to keep you up at night.
View Replies!
View Related
Clear A Specific Email Account In Cpanel Or A Command Line Way
I just recently logged into my user email account "the one which was created by the name of the user of the account" and found it had 8000 emails but none are showing up in either horde or squirrelmail. How can i delete all these emails without deleting the other bla@domain.com emails? Is there a way just to clear a specific email account in cpanel or a command line way. I think if i just delete the mail folder it would kill all the emails of that account and I just want to 'reset' that one.
View Replies!
View Related
Connection Timeout On SSH
where I can't access my terminal because my connections keep getting timed out. Its been ok previously but for the last 2 days I could not connect because the connection timed out 9/10 times. No modifications were made during this time so whats the problem guys?
View Replies!
View Related
VPS - Connection Timeout
I have a problem with my VPS. Hosting company have migrated my vps to a new and better dedicated server and now on all my sites(and IP) I got connection timeout error. I have changed "Main IP" and resolvers in HyperVM 10 minutes ago and it's not working(or I have to wait to wait like for nameservers registration?). I can ping my IP and all services(lxadmin,lighttpd etc are started successfully and its not wotking, I still getting connection timeout error.
View Replies!
View Related
SSL Email And SMTP Error - WHM/cPanel - Retail Host Certificate
We have a few users that use SSL email and we decided to purchase a cheap single-root SSL cert over at namecheap for the host name so that it would end the "self-signed cert" whining. We got the cert installed and it works great for WHM/cPanel and also works for SSL over IMAP and POP3, but the very first email anyone sends (SMTP) per day gives this warning (Outlook Express): The server you are connected to is using a security certificate that could not be verified. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. It seems obvious that the cert used by the SMTP system is not the new one we installed. We used WHM's SSL/TLS -> Change Server Certificates link to install the cert. We then made sure that: /usr/share/ssl/certs/host.domain.com.crt /usr/share/ssl/private/host.domain.com.key /etc/exim.crt /etc/exim.key ...all contained the current cert or key as appropriate. Just for grins, we even made sure: /usr/local/cpanel/etc/cpanel.pem ...had the correct pair. We restarted all the mail services and even restarted the whole server. (I know...Windows reaction...bad tech.) Does anyone know of a stealth location where the SSL cert for SMTP should be updated? WHM 10.8.0 cPanel 10.9.0-R139 CentOS 3.8 i686 - WHM X v3.1.0
View Replies!
View Related
Proftpd Timeout Connection Attempt Failed
Currently having a problem with proftpd on my centos plesk 8.1 server. During large uploads, lets say around 10 MB the FTP connection fails within 5 minutes or so saying: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond." I have asked for help from my server provider but they have tried and are now unable to help. I currently have the APF firewall in my server. Has anyone experienced this? Below is the APF config file that i currently have & the proftpd config files that i have, if anyone can help it would be really really appreciated APF CONFIG: Code: #!/bin/sh # # APF 0.9.6 [apf@r-fx.org] # # NOTE: This file should be edited with word/line wrapping off, # if your using pico please start it with the -w switch # (e.g: pico -w filename) # ## # [Devel Mode] # !!! Do not leave set to (1) !!! # When set to enabled; 5 minute cronjob is set to stop the firewall. Set # this mode off (0) when firewall determined to be operating as desired. ## # Set firewall cronjob (devel mode) # 1 = enabled / 0 = disabled DEVEL_MODE="0" ## # [Main] ## # The installation path of APF; this can be changed but it has not # been tested what would happen. INSTALL_PATH="/etc/apf" # Untrusted Network interface(s); all traffic on defined interface will be # subject to all firewall rules. This should be your internet exposed # interfaces. Only one interface is accepted for each value. # NOTE: The interfacing structure is being worked towards support of MASQ/NAT IFACE_IN="eth0" IFACE_OUT="eth0" # Trusted Network interface(s); all traffic on defined interface(s) will by-pass # ALL firewall rules, format is white space or comma seperated list. IFACE_TRUSTED="" # Enable virtual network subsystem; creats independent policy ruleset for each # ip on a system (pulls data from 'ip addr list') to /etc/apf/vnet/ip.rules # Template is located in the vnet/ folder for rule files. This feature can # reduce apf start/stop performance and is not recommend for systems with more # than 255 (/24) ip's. [0 = Disabled / 1 = Enabled] SET_VNET="0" # Support Monolithic kernel builds [no LKM's]. This mode of operation is # not really supported and you use at your own risk. SET_MONOKERN="0" # Verifies that all inbound traffic is sourced from a defined local gateway MAC # address. All other traffic that does not match this source MAC address will be # rejected as untrusted traffic. It is quite trivial to forge a MAC address and as # such this feature executes NO default accept policy against this MAC address. VF_LGATE="" # Verifies that the IF and IFACE_TRUSTED interfaces are actually routed (/sbin/route) # to something. If not then chances are APF will not start properly if at all. VF_ROUTE="1" # Verifies that crond service is running when DEVEL_MODE=1; if not then APF will not # try to load as if lock-up occures no cron service to flush firewall VF_CROND="1" # Verifies that the current system uptime is greater than this value before APF # can activate. This is to prevent on-boot lockup issues or delays due to excessive # amount of firewall rules. Value is in seconds; should you wish to disable this # feature, simply set VF_UTIME to 0 value. !! NOTE: APF WILL NOT START ON IT's OWN; # IT WILL EXIT WITH FATAL ERROR BELOW SET UPTIME !! VF_UTIME="0" ## # [Packet Filtering/Handling] ## # How to handle TCP packet filtering? # # RESET (sends a tcp-reset; TCP/IP default) # DROP (drop the packet; stealth ?) # REJECT (reject the packet) TCP_STOP="DROP" # How to handle UDP packet filtering? # # RESET (sends a icmp-port-unreachable; TCP/IP default) # DROP (drop the packet; stealth ?) # REJECT (reject the packet) # PROHIBIT (send an icmp-host-prohibited) UDP_STOP="DROP" # How to handle all other packet filtering? (icmp,arp,igmp) # # DROP (drop the packet) # REJECT (reject the packet) DSTOP="DROP" # The sanity options control the way packets are scrutinized as # they flow through the firewall. The main PKT_SANITY option is a # top level toggle for all SANITY options and provides general # packet flag sanity as a pre-scrub for the other sanity options PKT_SANITY="1" # Block any packets that do not conform as VALID; this feature # is safe for most but some may experience protocol issues with # broken remote clients PKT_SANITY_INV="0"
View Replies!
View Related
ProFTPD: 421 No Transfer Timeout (300 Seconds): Closing Control Connection
Since moving servers I've been plagued by constant disconnects whilst using FTP: 421 No transfer timeout (300 seconds): closing control connection I've gone through Proftpd's forum and documentation numerous times to try and find a solution to this but have been unsuccessful so far. Within proftpd's config file it's set at: TimeoutLogin 120 TimeoutIdle 3600 TimeoutNoTransfer 3600 TimeoutStalled 3600 So I am unsure where it is getting the "300 seconds" from. Even though the error states 300 seconds, this problem happens way before 300 seconds every time and has happened during the transfer of files (when the connection has been active and in use). I've tried 3 different FTP clients and used the "Keep Alive" option in each and it has absolutely no effect. I am unsure if APF is causing the problem, I can't see any problems in any of the server logs in relation to ftp.
View Replies!
View Related
Sending Email 'to Domain Works But Not Sending 'from
I migrated a client from a Windows server to Linux and everything is fine except that mail sent to this client (say, example1.com) from a particular domain (say, example2.com) simply disappears and does not reach at all. Mail sent to that other domain (example2.com) from my new client (example1.com) is delivered correctly. Incidentally, that other domain (example2.com) from which the mail is sent is with the hosting provider who was earlier providing services for my newly acquired client. Should I suspect anything? Or, is there a way to figure out what's happening? I have MailScanner running on my VPS, but it isn't configured to filter at RBL level, only at Exim level, so I don't think this is the issue.
View Replies!
View Related
Sending Mails Without SMTP Authentication On Exim
I have a customer that wants to send emails using Exim and SMTP (using outlook), withouth authentication. Now.. the big question is ... how can I configure the Exim server to work withouth any authentication? I know the risks of this withouth any authentication, but is my customer's server and he want to work in this way. He is also asking if he is able to send emails withouth authentication using SMTP for certain IP addresses.. is that possible? Can be done for only 1 domain, or for the entire server? Im using Exim 4.6.8 and RHE 4 + cPanel.
View Replies!
View Related
Qmail : SMTP Connection Error
I have a problem to send email using qmail to 1 company. eg : mail@mycompany.com to mail@companytwo.com The problem happen just when i send email to this companytwo only.... when i run this command to check tail -f /var/log/qmail/send/current i found this error appear 'Sorry,_I_wasn't_able_to_establish_an_SMTP_connection' How to i fix this problem....
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
[smtp] 421 Too Many Messages In This Connection
we send mailing tih php through smtp connection All ok in the last 5 month But now when set more than 1000 emails x sessione (any 10 minutes) we get this error: "421 too many messages in this connection" There aren't new configuration on exim. So we have set 1000 emails max and lower minutes in the session (5) but there is another problem: Warning: fsockopen() [function.fsockopen]: unable to connect to mx.***.com:25 in /home/***.php on line 47 Connection refused (111) Can be too lower 5 minutes?
View Replies!
View Related
Dedicated SMTP Server For Sending Mass Mailouts
I have a website with a 70,000 user email subscriber database. we currently send all emails from a dedicated mail server sitting in our office. its very old, unreliable and our emails are constantly going to peoples junk. i've looked into things like campaign monitor, which looks great, but our custom made email system is already in place and all we really need is a dedicated and safe smtp server to use for the actual sending of the mail. i've looked at things like SMTP2go which i have used when overseas and works great, but i'm looking for something more designed for sending of mass mailouts, as well as the day-to-day emails sent from the site (signup confirmations, forgotten password reminders, etc)
View Replies!
View Related
Qmail Smtp Long Time Connection
I had Qmail installed and configure more than 2 years. Last week, when I using Post Client (The Bat) try to send email, "Connection to Host" message shows Toooo long (aprox. 10 minutes) POP3 connection working well. OS RedHat Linux 2.4.25 [root@host smtp]# tail /var/log/qmail/smtp/current @400000004733722622dcef34 tcpserver: status: 16/20 @400000004733722623095e34 -Table 'vpopmail.relay' doesn't exist-db_close() called! @4000000047337226230be6a4 db_ping() is re-calling open_db! @40000000473372262311f954 tcpserver: status: 17/20 @400000004733722623ad3b6c tcpserver: pid 6923 from 76.65.180.227 @400000004733722625a588fc -Table 'vpopmail.relay' doesn't exist-db_close() called! @400000004733722625cf11cc db_ping() is re-calling open_db! @400000004733722625fe863c tcpserver: pid 6926 from 76.65.180.227 @400000004733722d1b7434b4 tcpserver: end 6190 status 0 @400000004733722d1b744454 tcpserver: status: 16/20 and ps -aux return approx 10-15 lines with: vpopmail 7330 0.0 0.1 2152 788 ? S 15:32 0:00 /usr/bin/tcpserver -v -R -S -p -x /etc/tcprules.d/tcp.smtp.cdb -c 20 -u 107 -g ...
View Replies!
View Related
Mail Sending :: Warning: Increment Connection Ratelimit
One of my client getting error while sending email from outlook express. Can send email through webmail. The error log getting is 2008-05-01 07:36:45 H=(kdn.ktguide.com) [221.155.14.49] Warning: "Increment Connection Ratelimit - (kdn.ktguide.com) [221.155.14.49] because of RBL match" 2008-05-01 07:36:45 H=(kdn.ktguide.com) [221.155.14.49] F=<aprg3@goatstore.com> rejected RCPT <harris@domain.com>: "JunkMail rejected - (kdn.ktguide.com) [221.155.14.49] is in an RBL, see Blocked
View Replies!
View Related
Cpanel :: Timeout While Trying To Get Data From Service
I am facing some strange problems with one of my cPanel/WHM server. It's a dedicated server with Quad Core processor and 4gb ram. First i thought it was a ddos attack but now i think it's not. I am keep getting ftpd failed emails every 5-10 mins. ftpd failed @ Mon Jul 7 06:07:21 2008. A restart was attempted automagically. Failure Reason: Timeout while trying to get data from service server is extremely slow and load is over 10 for last 2 days. it shows that httpd, mysql, ftp is up but none of our site's are loading. 1 thing i noticed when i logged into WHM is that it says WHM VPS Optimized. Attachment 13075 I tried updating cPanel but same problems. SSH Top: .......
View Replies!
View Related
Using MediaTemple, Sending Email
I purchased a shared hosting with these guys. I transfer domain / Set up email accounts, ect. Everything is working flawlessly. So, yesterday my boss was riding my ass because he said he couldn’t send email. I went over to his house, and he was right it wouldn’t send (his client is entourage). I verifier’s smtp settings, and it just wouldn’t send. I found the problem to be his SBC. Of course he doesn’t believe that (still thinks the mailserver is the issue). So to draw this to a close. is there any way to verify that an email is being sent.. such as a receipt that the 'message has been sent'? He's using entourage on the mac. Also, what is you're normal procedure to troubleshoot smtp/pop issues?
View Replies!
View Related
Somebody Is Sending Spam To My Email
i have been receiving lot of spam emails with from and to address being the same email of my domain with content being "click here to see web page" or an image link of viagra shop seen. sometimes it is sent with title "delivery status failure" i checked the mail headers and it seems that they do not originate with contact form since i used captcha to protect them.
View Replies!
View Related
Outlook Email Sending
A few days ago Outlook Express refused to continue sending emails using my hosted account. It has been working fine for over three years now. I changed the software and used Thunderbird but it failed two. They just say that the mail server took much time and I should check the SMTP server. I even tried that from several computers and several connections. The response from the host is too slow (dislike their usual).
View Replies!
View Related
Mass Email Sending
I'm hosting with CoreNetworks (very happy with them) on a Windows platform. One of my clients has a 500-person email list. When they try to send using Outlook, the get the following error:Sending and Receiving' reported error (0x800CCC0F) : 'The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP). The server responded:? 1 Too many bad commands, closing transmission channel' They didn't have any problems with sending from the list before, when I was in a shared platform with AIT. Ideas as to what the issue could be? I've done some research but can't seem to figure it out.
View Replies!
View Related
Sending Ssl Email
I've managed to setup my cPanel box to allowed connections to port 995 for receiving POP email over an SSL connection. However, I can't get sending to work. My setup: RHEL 4 cPanel 10.9.0 Stable APF firewall I allow outbound ports 25 and 26. I'm not sure where to put them in APF to allow this. Also - it won't work with the firewall off either. This is the error I receive in OE: Quote: Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'mail.EDITED.com', Server: 'mail.EDITED.com', Protocol: SMTP, Port: 26, Secure(SSL): Yes, Error Number: 0x800CCC0F
View Replies!
View Related
Email Sending Service
we have reseller hosting package...our server says 100 mail per hour..more over our server mail is being send to bulk... our one client wants to send 2000 news letter every week to his subscriber...for that we want to take service ..most probably and mailing server... so which are the cheap ,relaible and best one( means whose mails sent doesnt go to bulk means 100% clean...) and who gives us switching option to thier another server if ther mail server is blacklisted or mail starts to go to bulk
View Replies!
View Related
Sending Email Fails
I'm using a leased linux server that uses cpanel and webhost manager. I'm trying to set up email accounts and receiving is working just fine, but when I try to send, it isn't working at all. The way i'm setting up my account on thunderbird is server name: mail.domain.com port: 25 (also tried 26) Security and Authentication: use name and password is checked. User name is user@domain.com. use secure Connection: No is there some setting in my WHM that I need to change to use my outgoing email
View Replies!
View Related
Problem With Sending Email
I have a customer company whom I host on my server. They claimed they have problem with their sending email through my server. I tested it on my own Laptop both at work and at home and it worked. But when I tried it on their PC and laptop, I noticed that what they claimed was true. I did the exact configuration og my Thunderbird on their PC and laptops but it still can't send email. What do you think can be the reason? FYI, the server runs on Fedora 5 with WHM/Cpanel.
View Replies!
View Related
The SMTP Server For Email
setting SMTP server for email function: I have a website using asp.net C#, in my web.config, I have set below: <mailSettings> <smtp from="noreply@myWebsite.com"> <network host="localhost" port="25" userName="" password="" defaultCredentials="true"/> </smtp> </mailSettings> What should I do for the SMTP server?
View Replies!
View Related
Email SMTP Port
I just enabled SMTP on my box, and tried requesting a loss password on my website, i get this error. Quote: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() How do i get rid of this error.
View Replies!
View Related
Email Sending To Spam Box
one of our dedicate server which host only one website and use vbulletin. we are unhappy about sending mail and it goes to spam box. but we see that some website send many mail. for examle they have 1,000,000 user and send email to them every day.but their email send to inbox what can we do about it?
View Replies!
View Related
Server For Email Sending - Best Configuration
I have a client who is a media company and is interested in using a dedicated server in order to send their daily e-newsletters by email. The server will only host a script for handling the email distribution and email database. They need to send approximately 20,000 emails every working day, in blocks of 5,000 emails. Each email includes an attached PDF file of 3Mb (this means less than 2,000Gb of bandwidth every month). They want each block of 5,000 emails to be sent within maximum 2 hours. Please let me know the suggested configuration for a server to handle this email load.
View Replies!
View Related
Sending Email From Remote Servers
My company's domain is mycompany.com and we are hosting our corporate website in our own datacenter. Now I want to create another website subdomain, site1.mycompany.com, to be hosted in an external third party datacenter. Is it possible for me to send out email from the third party servers using the address info@site1.mycompany.com? I do not want to spoof any outgoing mail.
View Replies!
View Related
Sending 25000 Email Every Day
i Own an e-marketing company and i have about 600000 email account i want a web hosting solutions ( VPS or dedicated server) for sending 25000 email every day so what is the best cheap choice VPS or server or what do you thing i will host only one domain name
View Replies!
View Related
Hosting For Sending Email With Attachments
Currently I am on a shared hosting service. My main concerns are to send a newsletter every fortnight which has an attachment of about 3 MB and has to be delivered to 800+ members. In doing so on a shared hosting plan i receive a memory allocation error as the php.ini has 32 MB and i cannot change it because i am on shared hosting. I am using Joomla and Acajoon component to send the mails; after every 7-8 mails out of 800 members i recive the fatal error of memory allocation and I am looking for a solution to this problem. My main concerns are of sending 3 MB attachment mails to the members . What kind of hosting should i go for in order to send mails successfully. Would VPN be useful . Also what exactly is DNS hosting?
View Replies!
View Related
Sending Email To Another Server When The Email Address Domain Is On This Server
I currently have a domain on Server 1 (Linux, Apache, Ubuntu, Matrix control panel). This server does not have any spam filter, so I have moved all the email accounts to Server 2 (Linux, Apache, Fedora Core, Plesk) which does have a brilliant spam filter; and have changed the DNS record for mail.domain.com to the IP address for Server 2. Emails are being successfully received on Server 2. On Server 1, when an email is sent through SMTP to an address at that domain, it does not send it to Server 2, it gets delivered to the hosting account for the domain on Server 1. So what I am guessing is happening is that Server 1 detects the domain has an account on the server, and instead of looking up the DNS info for that domain, just assumes it is on Server 1. What I need to do, is force Server 1 to send email for that domain to Server 2. Is this possible, and if so, how can it be achieved? If more info about the server is required for a solution please let me know and I'll provide what I can.
View Replies!
View Related
Smtp Vs Sendmail For Email Campaigns
i have 2 options to configure my email marketing script - using smtp or mail(). we used to send all our email marketing from outlook, with decent results, and not many bounces. we tested a new script that used our sendmail on our server, now we're finding people aren't the mail a day or so later, or some aren't getting it at all. we seem to be getting a lot of bounces too... anyway, im starting a new site from scratch, and im just wondering which is the best method for sending out email marketing campaigns.
View Replies!
View Related
Email (qmail, Sendmail) Problem - Not Sending
I am having problem with qmail. I have forum and users are not getting emails send via forum. I don't care about receiving e-mails and I never do. All I want is for outgoing mail server to be working. Any ideas how to troubleshoot? Also, I think qmail came as a default (preinstalled) on my server. Is there some other program I should rather use for my purposes? (Again, all I need is *outgoing* mail server). I am using CentOS. Here is output of 'ps aux' command, related to mail services ....
View Replies!
View Related
Email Account Receiveing But Not Sending Emails
I have a problem with email accounts for a user which recieve email messages all wright but he can't send any email. All emails he send (even for himself) arn't delievered. He doesn't recieve any error messeges in return. I thought to check exim_mainlog and exim_rejectlog but I don't know what exaxtly should I look for. and what needed to be reconfigured. I am running Exim on RHE Linux and CPanel/WHM
View Replies!
View Related
How To Get Hostname/ip Of Sending Mail Server From An Email
I know how to do this by analysing the headers, but we have a customers who doesn't believe what we are telling them. Is there some kind of 3rd party service or script that we can point them to? So they can send an email to the service (or paste headers, or whatever) and it tells them who is the sending mail server hostname/ip? (The problem is that this customer doesn't understand that all email sent from the server uses the same SMTP server hostname/ip. They are convinced that if they connect to "mail.their domain.com" then this is what is reported as the sending mail server/IP.)
View Replies!
View Related
Sending Mass Email To 4000 Members
Just Joined steadFast.net Hosting best Hosting so Far very happy with them , Fast and reliable but the disk space is small and i am not rich lol anyway i am thinking to send mass email to my 4222 members is that a problem? i am hosted on a shared Hosting (bronze) I'll have any problem with my bandwidth? will my site go down?
View Replies!
View Related
Web Host With No Limits On Sending Email
I currently have a shared hosting provider which I am happy with but I have come across the need to exceed their email sending limits (which is 20 emails per minute). I am planning to run a one-day (might even be one-hour) online contest where my customers would fill out an online form where a php script inserts the form contents into a database and then sends a confirmation email to both my customer and two additional email addresses (Me and a partner). I am expecting up to 100 forms a minute to be submitted (which would translate to 300 emails) so I am looking for a reliable solution to do this without spending more than $20/month. "Throttling" the emails is not an option as delivery is time-crucial. Are there solutions out there that would handle this kind of scenario? Or perhaps solutions where I can keep my existing provider and use the new one just for scenarios such as this?
View Replies!
View Related
Internal Email Sending To Wrong Location
I have a dedicated Linux box hosting all of my sites. I've offloaded my email support to google's small business hosting which I am loving. One problem I continue to have is when I send email via a php form or internally through webmail - the email stays on the server thinking that I am still hosting the email myself. The email should instead be sending externally. Since my Google mail is working perfectly for everyone else in getting me my emails - I'm guessing that all of my DNS is correct. is there something that I've forgotten to change?
View Replies!
View Related
Webfusion VPS | Sending Email From PHP
I am trying to send an email from a php script on a Webfusion VPS. $to = "me@atmydomain.co.uk"; $subject = "Test subject"; $msg = "Test message"; $headers = "From: you@atyourdomain.co.uk Reply-To: you@atyourdomain.co.uk"; if(mail($to, $subject, $msg, $headers)){ echo "Sent"; } else{ echo "Error!"; } The page displays "Sent", but I don't receive the email. Is there a setting that I should me making in either the script or via Plesk or elsewhere to enable the emails to be sent? I phoned Webfusion support, but they claim they only support hardware. Webfusion's help pages just say: I'm setting up a formmail script on my Linux VPS server? what is the path to sendmail? The path is: $mailprog = '/var/qmail/bin/sendmail -i -t'; But it doesn't explain where to put this line of code. And if it should go in the php.ini file how do I get to that?
View Replies!
View Related
Free SMTP Access For Email Forwarding?
I have a contact form using .php to forward the contents of the form to my email-ad, but turns out, that something i cant do with my free hosting plan. i was wondering if anyone knew any services (free) that allow mail forwarding where i can host my .php script together with all associated files and simply link to them from my site? that would be great! thanks! (not sure where exactly this post belongs, but it's got something to do with my hosting so im posting it here. if any mods think it should be somewhere else, just move it to where you feel it is appropriate )
View Replies!
View Related
VPS Hosts Allowing Unlimited Email Sending
I am looking for a VPS hosting company that basically allows unlimited email sending without restrictions. Does it necessarily have to be off-shore? I will be sending about 300k per day, or somewhere in that neighborhood. The bandwidth and storage I am not too concerned about.
View Replies!
View Related
Exim Keeps Sending Thousands Of Messages To Non-valid Email.
For the last 5 days, exim has been retrying to resend email to a recipent every 1 millisecond. As result, logs are huge, and load is being affected. So I'd like to know how can I set/configure exim to ingore sending to any email I'd tell it. I mean is there any config file I can look into, to set a ignore list, or even how to have it so that it retries sending every 1 hour, instead of every 1 millisecond.
View Replies!
View Related
Multi Location SMTP Server Or Email Platform
for a SMTP server / hints at how it might be done to accomodate the following : One single email will be sent. If it doesn't get sent on the first try by one server, another server at another location will attempt the connection and will send out the email then. Is there a prebuilt solution that anyone knows that will help with these things ? If not, do you know of any ways that this might be possible to be done - even if you don't know the exact details of how it should be done - any help in finding out something like this would help . Note : Linux / Windows / FreeBSD / Solaris is fine. So whatever OS it is, it's fine by me.
View Replies!
View Related
|