Cannot Send Attachments
Jan 29, 2007
We are experiencing a very strange problem. This is NOT related to authenticating SMTP, or any antivirus or firewall software. Let me know that it has been tested in several machines and we got our conclusions, and the same did some other technicians.
We own a dedicated server with around 70 domains. We do not resell hosting. We just develop sites and host them there, usually with their emails too.
This first all started with a customer that could not send attachments on his email. He told us that could not send email with attachments. Normal emails worked, but not this.
Of course we helped them configuring the account once and again. In some cases it seemed to work, but then it didn't. We thought it could be related to their ISP, because it happened the same in different shops they own in different locations. This happened to them when sending files (reports) each other (all in the same domain).
The error they were getting was about "Socket Error 10053. 0x800ccc0f". I was able to reproduce this error unchecking the "smtp needs authentication", and also "use the following account", while inserting a username but not password. Anyway, as I stated before, all this has been checked and re-checked. So seems to have no relation with antivirus or authentication error.
In other cases, people has been able to send them the email, and they receive nothing.
Then, after a few days, the sender receives some kind of mail delivery error.
Webmail also does not seem to work for them. They see the page strangely loaded, they say, and then attacing a file and hitting Upload, they get a "page not found", when I can see it perfectly and run it, on my office.
Then another customer called... webmail was also weird, and his own web site was doing strange things. Some images were not loading, but when refreshing, you could see those images loaded, and maybe others not. Something random every refresh. At same time, this customer had problems when sending an email with attachment to another customer that is in our own server.
Today some more customers called... one was very angry because a customer (his customer, not ours) could not send email to him. So mails yes, others not. Guess?. Yeah: attachments.
The other call was about the same... a designer that could not receive attachments (to work), because the other side was getting errors when attaching.
And another customer called because one of their customer could not send attachments.
This customer's customer is a big company (with around 1,000 employes), and their technicians checked their own accounts. They said everything was OK so it had to be something wrong in our customers account.
Of course we work normally, we have no problems, and no other calls received.... web sites are OK, server seems to be OK... I phoned the ISP that maybe was having trouble, I also phoned my hosting provider... but you know "we will check", "yes we are checking it", etc.. for about 4-5 days now.
And I'm really lost.
Does anyone have an idea of what could be happening? Is there any way to "block" attachments to a router/server/connection? This is the only idea that can go on my mind... in that case, how do I check this?
This started happening around 12-15 days ago. At same timeframe, there were a couple of servers hacked in this hosting provider, but I'm not sure if this has something to do with it... today we received an email about "network manteinance" at 7pm.
Any help or clue will be appreciated, as I'm only a web developer, with basic tech knowledge, so not a veteran system admin...
View 3 Replies
ADVERTISEMENT
Feb 9, 2015
After latest update to #34, all the users cannot send Attachments using Outlook due to timeout problems. It happens with Postfix, not Qmail.
View 3 Replies
View Related
Jul 4, 2008
My server is running WHM 11.15.0 cPanel 11.18.6-S24739 /
REDHAT Enterprise 4 i686 on standard.
I am using EXIM.
Lately, users on my server have not been able to receive most attachments. E-mails with small attachments, such as an 11,000 byte file, show up just fine. An e-mail from the same person, but with a 560,000 byte attachment will simply never show up, and there is no returned "bounce" message to the sender. It is like the e-mail was never sent.
The odd thing is, e-mails sent to and from e-mail addresses hosted on my server have no trouble sending/receiving large attachments of any size (I have tested up to several megs in size). For example, tom@example.com and joe@another_example.com both have their domains hosted on my server. They can send each other large attachments with no trouble. But, if tom@yahoo.com or tom@gmail.com tries to send a larger attachment to tom@example.com, the e-mail and the attachment never show up.
Things to note:
1) The e-mail accounts are no-where near their storage limits.
2) message_size_limit is not set, so I assume the max attachment limit is the default 50mb.
View 0 Replies
View Related
Apr 6, 2007
Exim logs:
2007-04-05 15:07:45 1HZYFE-0003DC-Rr <= sales@mydomain.com H=(mta2.srv.hcvlny.cv.net) [167.206.4.197]:42573 I=[xxx.xxx.122.208]:25 P=esmtp S=9925 id=000801c777be$11815a50$34840ef0$@com T="test" from <sales@mydomain.com> for marco@customer.ca maria@customer.ca
2007-04-05 15:07:45 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1HZYFE-0003DC-Rr
2007-04-05 15:07:45 1HZYFE-0003DC-Rr => discarded (system filter)
2007-04-05 15:07:45 1HZYFE-0003DC-Rr Completed QT=1s
This only happens when a 4kb jpeg/jpg attachment is sent. Not sure where its getting caught.
My antivirus.exim file attached
I searched for "jpg" and "jpeg" in that file, nothing showed up.
Code:
# Exim filter
## Version: 0.17
#$Id: system_filter.exim,v 1.11 2001/09/19 11:27:56 nigel Exp $
## Exim system filter to refuse potentially harmful payloads in
## mail messages
## (c) 2000-2001 Nigel Metheringham <nigel@exim.org>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
## -A copy of the GNU General Public License is distributed with exim itself
## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
## If you haven't worked with exim filters before, read
## the install notes at the end of this file.
## The install notes are not a replacement for the exim documentation
## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
## -----------------------------------------------------------------------
# Only run any of this stuff on the first pass through the
# filter - this is an optomisation for messages that get
# queued and have several delivery attempts
#
# we express this in reverse so we can just bail out
# on inappropriate messages
#
if not first_delivery
then
finish
endif
## -----------------------------------------------------------------------
# Check for MS buffer overruns as per BUGTRAQ.
# [url]
# This could happen in error messages, hence its placing
# here...
# We substract the first n characters of the date header
# and test if its the same as the date header... which
# is a lousy way of checking if the date is longer than
# n chars long
if ${length_80:$header_date:} is not $header_date:
then
fail text "This message has been rejected because it has
an overlength date field which can be used
to subvert Microsoft mail programs
The following URL has further information
[url]
seen finish
endif
## -----------------------------------------------------------------------
# These messages are now being sent with a <> envelope sender, but
# blocking all error messages that pattern match prevents
# bounces getting back.... so we fudge it somewhat and check for known
# header signatures. Other bounces are allowed through.
if $header_from: contains "@sexyfun.net"
then
fail text "This message has been rejected since it has
the signature of a known virus in the header."
seen finish
endif
if error_message and $header_from: contains "Mailer-Daemon@"
then
# looks like a real error message - just ignore it
finish
endif
## -----------------------------------------------------------------------
# Look for single part MIME messages with suspicious name extensions
# Check Content-Type header using quoted filename [content_type_quoted_fn_match]
if $header_content-type: matches "(?:file)?name=("[^"]+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc])")"
then
fail text "This message has been rejected because it has
potentially executable content $1
This form of attachment has been used by
recent viruses or other malware.
If you meant to send this file then please
package it up as a zip file and resend it."
seen finish
endif
# same again using unquoted filename [content_type_unquoted_fn_match]
if $header_content-type: matches "(?:file)?name=(\S+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc]))"
then
fail text "This message has been rejected because it has
potentially executable content $1
This form of attachment has been used by
recent viruses or other malware.
If you meant to send this file then please
package it up as a zip file and resend it."
seen finish
endif
## -----------------------------------------------------------------------
# Attempt to catch embedded VBS attachments
# in emails. These were used as the basis for
# the ILOVEYOU virus and its variants - many many varients
# Quoted filename - [body_quoted_fn_match]
if $message_body matches "(?:Content-(?:Type:(?>\s*)[\w-]+/[\w-]+|Disposition:(?>\s*)attachment);(?>\s*)(?:file)?name=|begin(?>\s+)[0-7]{3,4}(?>\s+))("[^"]+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc])")[\s;]"
then
fail text "This message has been rejected because it has
a potentially executable attachment $1
This form of attachment has been used by
recent viruses or other malware.
If you meant to send this file then please
package it up as a zip file and resend it."
seen finish
endif
# same again using unquoted filename [body_unquoted_fn_match]
if $message_body matches "(?:Content-(?:Type:(?>\s*)[\w-]+/[\w-]+|Disposition:(?>\s*)attachment);(?>\s*)(?:file)?name=|begin(?>\s+)[0-7]{3,4}(?>\s+))(\S+\.(?:ad[ep]|ba[st]|chm|cmd|com|cpl|crt|eml|exe|hlp|hta|in[fs]|isp|jse?|lnk|md[be]|ms[cipt]|pcd|pif|reg|scr|sct|shs|url|vb[se]|ws[fhc]))[\s;]"
then
fail text "This message has been rejected because it has
a potentially executable attachment $1
This form of attachment has been used by
recent viruses or other malware.
If you meant to send this file then please
package it up as a zip file and resend it."
seen finish
endif
## -----------------------------------------------------------------------
#### Version history
#
# 0.01 5 May 2000
#Initial release
# 0.02 8 May 2000
#Widened list of content-types accepted, added WSF extension
# 0.03 8 May 2000
#Embedded the install notes in for those that don't do manuals
# 0.04 9 May 2000
#Check global content-type header. Efficiency mods to REs
# 0.05 9 May 2000
#More minor efficiency mods, doc changes
# 0.06 20 June 2000
#Added extension handling - thx to Douglas Gray Stephens & Jeff Carnahan
# 0.07 19 July 2000
#Latest MS Outhouse bug catching
# 0.08 19 July 2000
#Changed trigger length to 80 chars, fixed some spelling
# 0.09 29 September 2000
#More extensions... its getting so we should just allow 2 or 3 through
# 0.10 18 January 2001
#Removed exclusion for error messages - this is a little nasty
#since it has other side effects, hence we do still exclude
#on unix like error messages
# 0.11 20 March, 2001
#Added CMD extension, tidied docs slightly, added RCS tag
#** Missed changing version number at top of file :-(
# 0.12 10 May, 2001
#Added HTA extension
# 0.13 22 May, 2001
#Reformatted regexps and code to build them so that they are
#shorter than the limits on pre exim 3.20 filters. This will
#make them significantly less efficient, but I am getting so
#many queries about this that requiring 3.2x appears unsupportable.
# 0.14 15 August,2001
#Added .lnk extension - most requested item :-)
#Reformatted everything so its now built from a set of short
#library files, cutting down on manual duplication.
#Changed w in filename detection to . - dodges locale problems
#Explicit application of GPL after queries on license status
# 0.15 17 August, 2001
#Changed the . in filename detect to S (stops it going mad)
# 0.16 19 September, 2001
#Pile of new extensions including the eml in current use
# 0.17 19 September, 2001
#Syntax fix
View 0 Replies
View Related
Feb 20, 2007
Clients have been complaining that when they try to send large attachments they are not getting through.
They keep getting failure messages saying the server was interrupted and the message could not be sent.
Is there any settings that I can change to allow larger attachments go through?
Its a Cpanel server with Exim
View 3 Replies
View Related
Jul 18, 2008
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 9 Replies
View Related
Jul 21, 2009
I have a customer who needs to move her existing hosting to another provider. The one thing she likes about the existing provider, however, is an allowance of Email attachments of 50-75MB in size. Most limit you to 10-20MB. Does anyone know of a hosting provider that would accomodate this?
View 6 Replies
View Related
Jan 6, 2014
OS: CentOS 5.9 (Final)
Panel version: 11.5.30 Update #28, last updated at Dec 26, 2013 04:20 AM
php: php53u 5.3.27-1.ius.el5
php.ini
upload_max_filesize = 20M
memory_limit = 128M
post_max_size = 20M
Browsers: Chrome Version 31.0.1650.63 m and IE 8
smaller files upload fine, though when reaching the 10MB and above level, after the attachment loads the new message window defaults to the Your Session Has Expired. Please Login Again.
Are there any settings that I am missing, or is this a current bug in this version of Horde?
View 9 Replies
View Related
Nov 5, 2009
Receiving works fine, but unable to send email from the server
Here are the error messages
exim_mainlog
dovecot_login authenticator failed for localhost [127.0.0.1]: 435 Unable to authenticate
--------------------
error message in horde
There was an error sending your message: authentication failure [SMTP: Invalid response code received from server (code: 435, response: Unable to authenticate at present)]
View 2 Replies
View Related
Feb 14, 2008
Emails are not being sent from my Server,php n SMTP both, I have checked my IP's are not is spam lis, I'm unble to find out the reason,
View 12 Replies
View Related
Oct 30, 2007
i send e-mail with mail(); of PHP and e-mail is send nobody@domain, is possible change nobody@domain to server@domain? is important for me why provider of my country is block all to nobody@*
View 4 Replies
View Related
May 27, 2007
im tryying to setup a forum, but i cannot use email verification, every time i try to send a email it gets bounced back with these details, no matter who i try to send to,hoster has changed to several ips wiht same prob?
This is the qmail-send program at mail.removed.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<email removed>:
Connected to ?.?.?.? but sender was rejected.
Remote host said: 550 Your e-mail was rejected for policy reasons on this gateway.
Reasons for rejection may be related to content such as obscene language, graphics, or spam-like characteristics (or) other reputation problems. For sender troubleshooting information, please go to [url]. Please note: if you are an end-user please contact your E-mail/Internet Service Provider for assistance.
--- Below this line is a copy of the message.
Return-Path: <email removed>
Received: (qmail 2710 invoked by uid 48); 27 May 2007 18:15:42 +0100
Date: 27 May 2007 18:15:41 +0100
To: email removed
Subject: vBulletin Email Test
From: "email removed" <big@belley.fsnet.co.uk>
Message-ID: <200705271741.689d1b902386@www.pc-mod.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-Mailer: vBulletin Mail via PHP
You are receiving this email because your email address was entered as an email test at Pc -Mod.
The first step of this email test script has been completed. However, a formatting test is still necessary:
A paragraph break.
A single line break.
Another paragraph break.
Another single line break.
Another single line break.
If the above lines look correct, you are finished. The email features on your server are setup correctly.
If this email is run together on one line, there is possibly a configuration error with your mail server. Please ensure it is configured correctly.
can anyone please help this is doing my hea din now. realy strange.
i know the server is rented from servers4you
View 10 Replies
View Related
Apr 11, 2007
I have a dedicated box, and our e-mail is handled through Gmail.
There is a contact form on our website, that customers fill out, and it e-mails us with the response.
I've noticed, however, that we never get the message. After some testing, it seems our server sends message to other domains just fine, but not to itself....
I've added the appropriate MX records with our DNS provider, and also in the /var/named/domain1.com.db file. Any clue as to why it still can't send messages to this domain? I'd more than happy to provide any other pertinent info!
View 9 Replies
View Related
Feb 13, 2007
An unknown error has occurred. Subject 'subject', Account: 'Lauren', Server: 'mail.lblah blahbs.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Error Number: 0x800CCC0B
View 11 Replies
View Related
Dec 1, 2008
I am planning to host my site in Dreamhost but I not have credit card and PayPal account. How to send money to Dreamhost? Also suggest best plan for me.
Currently my blog get average 400 visitors per day and plan to get 5000 per day.
View 8 Replies
View Related
Jul 29, 2009
I own a dedicated server with a few IP addresses.
When one of my domains (My-Domain.com) which has a dedicated IP, sent out mail through phpmailer, the mail header tells that the mail originates from my server main IP address.
How can I make My-Domain.com send mail from the assigned dedicated IP address, not the server main IP address?
I have set this because Yahoo thinks I am a spammer.
View 8 Replies
View Related
Jun 6, 2008
i have a problem that the sites on my vps cant send mail to Hotmail but it sending mail to gmail easly..
View 14 Replies
View Related
Apr 14, 2008
How do I find the default value of the send and receive buffer under centos?
View 1 Replies
View Related
Jul 10, 2008
I just moved my site into a new VPS account, and I found out that my email scripts were all down. Sort of. I can send outbound email to external email accounts through php scripts, outlook, webmail, etc. However, if I try to send email from something@mydomain.com to anothersomething@mydomain.com, nothing happens.
anyone know why I can't email any of my own accounts on the same domain? I'm sure it has something to do with configuring this new VPS account, but I just don't know what.
View 5 Replies
View Related
May 20, 2008
We have windows 2003 with Mail-Enable mail server. We have PHP 4 and PHP 5 on the server too.
From one of the PHP mail sending script we are not able to send the mails. currently we cannot see the logs for mail sending from PHP form in the mail-enable logs. Also when we trytelnet domain.com 25 it give the correct result.
there is no connectivity between the php and mail-enable on the server. But mails are working fine from the webmail, but they are not working from the php.
how to enable the logs for php mailing sending in mail logs so that we can see it. Also please tell us how we can configure PHP and mail-enable both together so that mails will work fine from PHP script.
View 3 Replies
View Related
Dec 20, 2008
Every month or two, we like to send our members a newsletter-type email which just informs them about what's happening over in our website and community. We have over 350,000 accounts registered, so there's quite a few emails to be sent each time.
I'm currently using cPanel with Exim and SwiftMailer to send the members an email through PHP. The way I do it currently is import all the email addresses to a separate table then email 500-1000 at a time. This is controlled by a Cron job.
I'm finding Exim to be extremely slow and the queue has built up to 190,000 as I type this (the email process started last week).
My question is this. What's the best software, whether it be a program or a script of some form, to send an email to such amount of users? Or if anyone knows any way to 'tweak' Exim to handle such mass-emails.
View 7 Replies
View Related
Oct 31, 2007
Ubuntu 7.04 server amd64 (Host OS)
VMWare Server
Postfix 2.3.8-2
1)
On testing sendmail to Internet encounting following problem;
$ telnet localhost 25
Code:
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
ehlo xyg.com
It hung here after hitting [Enter]
$ netstat -l | grep tcp
Code:
tcp 0 0 *:vmware-authd *:* LISTEN
tcp 0 0 localhost.localdo:mysql *:* LISTEN
tcp 0 0 *:8333 *:* LISTEN
tcp 0 0 *:www *:* LISTEN
tcp 0 0 192.168.213.1:domain *:* LISTEN
tcp 0 0 172.16.77.1:domain *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 192.168.0.10:domain *:* LISTEN
tcp 0 0 localhost.locald:domain *:* LISTEN
tcp 0 0 192.168.0.10:ssh *:* LISTEN
tcp 0 0 localhost.localdoma:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 localhost.localdoma:953 *:* LISTEN
tcp 0 0 *:https *:* LISTEN
tcp 0 0 *:8222 *:* LISTEN
tcp6 0 0 *:imaps *:* LISTEN
tcp6 0 0 *:pop3s *:* LISTEN
tcp6 0 0 *:pop3 *:* LISTEN
tcp6 0 0 *:imap2 *:* LISTEN
tcp6 0 0 *:domain *:* LISTEN
tcp6 0 0 *:smtp *:* LISTEN
tcp6 0 0 ip6-localhost:953 *:* LISTEN
Sending mails on Intranet/locally on the same PC without problem.
2)
All mails sent on yahoo.com/gmail.com to this server returned saying users NOT found. However the respective users including Maildir have been created. Mails sent to them on Intranet w/o problem.
View 2 Replies
View Related
Feb 25, 2008
We are running an application on IIS that sends out 4-500 emails per day via a smarthost, but nearly 11,000 every weekend. None of this is bulk mail...
We need a new smarthost provider ASAP, as our current host is discontinuing this service this week, and we were just notified.
View 8 Replies
View Related
Jul 1, 2008
an user reports he can't send email. (cpanel/exim/csf)
451 - The server has reached its limit for processing requests from your host
I checked his IP address and there are no connections coming from his IP address to port 25, I switched the connection on the client to port 26 and it worked. But there are a lot of users on his IP address so changing the port on every computer is not reasonable.
View 8 Replies
View Related
May 6, 2008
I have given up Yahoo and Hotmail always block all of my emails even after I request IP blacklist removal:
It looks like Yahoo and M$ allow their corporate buddies to send and receive emails and block everyone else. My server only sends out automated emails informing the users that they have registered or received a new post notification. However Yahoo and Hotmail still block all of my emails. In WHM I see that I have a newsletter sent out to 5000 members that is stuck in the mail queue for over 24 hours. Is there a third party site where I can easily paste those emails and send a message and they will go through?
View 5 Replies
View Related
Nov 23, 2007
all email servers (gmail, mail.com , ...) accept emails coming from my server only hotmail doesn't reicive
when I run this command in SSH : echo "test mail" | mail -s "test" xxxx@hotmail.com
I have in my exim_mainlog :
PHP Code:
7-09-12 13:44:11 1IVPhb-0008Cm-Rz <= root@server.xxxxx.com U=root P=local S=3822007-11-24 13:44:12 1IVPhb-0008Cm-Rz => xxxx@hotmail.com R=lookuphost T=remote_smtp H=mx4.hotmail.com [65.54.244.104]2007-11-24 13:44:12 1IVPhb-0008Cm-Rz Completed2007-11-24 13:44:29 1IVPht-0008D9-UC <= root@server.*********** U=root P=local S=3822007-11-24 13:44:30 1IVPht-0008D9-UC => xxxx@hotmail.com R=lookuphost T=remote_smtp H=mx1.hotmail.com [65.54.244.136]2007-11-24 13:44:30 1IVPht-0008D9-UC Completed2 1IVPhb-0008Cm-Rz => xxxx@hotmail.com R=lookuphost T=remote_smtp H=mx4.hotmail.com [65.54.244.104]2007-11-24 13:44:12 1IVPhb-0008Cm-Rz Completed
telnet mx4.hotmail.com 25 give :
PHP Code:
[root@server ~]# telnet mx4.hotmail.com 25Trying 65.54.245.104...Connected to mx4.hotmail.com (65.54.245.104).Escape character is '^]'.220 bay0-mc10-f4.bay0.hotmail.com Sending unsolicited commercial or bulk e-mail to Microsoft's computer network is prohibited. Other restrictions are found at http://privacy.msn.com/Anti-spam/. Violations will result in use of equipment located in California and other states. Wed, 12 Sep 2007 03:49:15 -0700
my datacenter reply me :
PHP Code:
Hello,We have investigated your issue in detail. We tried to sent mails from the server to our Softlayer hotmail account. From the logs, it is clear that the mails are sent successfully from the server.=========2007-11-23 23:50:29 1IviI1-0001De-SX <= root@server.XXXX.net U=root P=local S=3612007-11-23 23:50:30 1IviI1-0001De-SX => XXXX@hotmail.com R=lookuphost T=remote_smtp H=mx3.hotmail.com [65.54.244.200]2007-11-23 23:50:30 1IviI1-0001De-SX Completed========But this is not received at the hotmail mailbox. Hence this is an issue at their end. You may contact the hotmail support to resolve this.Regarding the spamming, we could find a lot of mails from the user nobody. You can prevent the user nobody from sending the mail from WHM as follows.Please select the option "Prevent the user "nobody" from sending out mail to remote addresses" from WHM >> Main >> Server Configuration >> Tweak Settings >> Mail option.
View 6 Replies
View Related
Aug 27, 2007
I couldnt send email via my website , and occur error:
Persits.MailSender.4error '800a0015'
Logon failure: unknown user name or bad password. /includes/email_functions.asp, line 349
how to resolve it?
View 3 Replies
View Related