It's basically the same procedure again. Start by checking the folder with mbxmaint. If it reports an error try repairing it. If this should fail, use the other tool I linked to extract the messages, and try creating the folder again from scratch.
MercuryE will continue to try to send a message until the maximum number of retries specified in Core configuration / Mail queue has been reached. 10060 appears to be a Windows socket error indicating a timeout. Try increasing the MercuryE timeout value considerably (to for instance 300 secs), and make sure your Internet provider hasn't started blocking outgoing SMTP traffic.
If the number of .QCF / .QDF files isn't so big you can just open them in Notepad (or any word processor program) to find the recipient address. If there are many files you could probably use the built-in search in Windows to search for the address in the files.
Email addresses are not case sensitive, so web.ES is an acceptable form (assuming that the domain is called web.es, of course). webES, on the other hand, is erroneous.
If these are proper messages and not spam (that frequently contain strange addresses) it could be that when replying to messages some mail clients misinterpret the sender information in the original message and create a malformed To header.
In march I could use the gmail smtp server having a gmail account.
But I got the information that gmail has changed it's policy in may and that this isn't possible anymore.
As far as I understand it, this means that a person using his e-mail client and on travel connects to some hotspot doesn't have the possibility anymore to reply his mails or sent new ones.
Start by checking Mercury logs to see where the problem occurs. Try to follow the message from when it's received by MercuryS to when it's accepted by the relay server, and note any errors that appear. Post log excerpts here if you want us to help you figure it out.
Mercury wouldn't be able to do what you ask, without having really advanced deterministic behavior about what a client could be doing as next command.
If a mail server was to store an e-mail with attachment of 5MB without consuming the server RAM, it would need an overall cache engine to query first and disk data secondly. In the background Windows does this on local files, but serverwide, meaning over network lans, and other OSs, client side caching is dangerous. This is the reason why many have large issues with file based databases, and the bad solution called opportunistic locking.
The current config is netware 5.1 running mercury on windows platform, with pegasus client.
I had a feeling I would have to do a fresh install. I am aware of all the manual stuff that I have to do for the full windows, I was not aware that there is AD integration which might help alot.
since I have to do a fresh install do you know how to move the mercury license
> It was sent from a php script though my website. But its not setup to keep sending out emails, but its sending though my gmail. Which > mercury is using for outgoing. Here's whats it doing...
This bounce message doe not say why Mercury was getting the bounce message. One of the major problem here is you are sending mail out to the internet using the domain localhost and that is not allowed. This is especially true for the postmaster address which is taken from the domain name you entered in Configuration | Mercury core | Internet name for this system.
Other than that we need to see exactly what you are sending out though the script. Turn on session logging in MercuryS to see what is coming in and in MercuryC to see what is going out via the GMail relay host.
> > Delivery to the following recipient failed permanently: > Admin@localhost > Technical details of permanent failure: The recipient > server did not accept our requests to connect. Learn more at > http://mail.google.com/support/bin/answer.py?answer=7720 [localhost > (1): Connection timed out] > > ----- Original message ----- > Received: by 10.114.92.3 with SMTP id p3mr5560597wab.77.1283188451407; > Mon, 30 Aug 2010 10:14:11 -0700 (PDT) > Return-Path: <hatchiechris@gmail.com> > Received: from localhost (c-71-227-159-43.hsd1.wa.comcast.net [71.227.159.43]) > by mx.google.com with ESMTPS id x9sm14552538waj.15.2010.08.30.10.14.09 > (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Aug 2010 10:14:10 -0700 (PDT) > Received: from Spooler by localhost (Mercury/32 v4.72) ID MO00008F; 30 Aug 2010 10:14:03 -0700 > Received: from spooler by localhost (Mercury/32 v4.72); 30 Aug 2010 10:13:52 0700 > To: Electronic Postmaster <Admin@localhost> > From: Electronic Postmaster <hatchiechris@gmail.com> > Date: Mon, 30 Aug 2010 10:13:41 -0700 > Subj > User <Tatalena@opprimovox.net> not known at this site.
BTW, the message was painful to read, I had to unwrap the garbage so it was legible.
The RFC max length for a single line is 1000 characters including CR-LF, and recommended line length is max 80 characters. Check formatting of the message to see if this is the reason for your problems.
The reason I am trying to do this is because we use MessageLabs for two of our three domains, and as I mentioned here we are having problems with undesirable mail (spam-bots) using the lowest MX record to deliver mail directly to our IP address.
I know I can remove the last MX record, but I wanted to avoid doing this if possible.