Mail Delivery System Errors and Securing/Protecting agains spam

Good morning all.
This morning I started recieving these:
          From:   Mail Delivery System <[email protected]>
          Subject:   [It] Postfix SMTP server: errors from imr-mb02.mx.aol.com[64.12.207.163]
          Date:   November 18, 2011 8:51:23 AM EST
          To:   Postmaster <[email protected]>
Transcript of session follows.
Out: 220 mail.cotaoil.com ESMTP Postfix
In:  EHLO imr-mb02.mx.aol.com
Out: 250-mail.cotaoil.com
Out: 250-PIPELINING
Out: 250-SIZE
Out: 250-VRFY
Out: 250-ETRN
Out: 250-AUTH LOGIN PLAIN CRAM-MD5 GSSAPI
Out: 250-AUTH=LOGIN PLAIN CRAM-MD5 GSSAPI
Out: 250-STARTTLS
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In:  MAIL From:<[email protected]> SIZE=3485
Out: 250 2.1.0 Ok
In:  RCPT To:<[email protected]> ORCPT=rfc822;[email protected]
Out: 451 4.3.5 Server configuration error
In:  DATA
Out: 554 5.5.1 Error: no valid recipients
In:  RSET
Out: 250 2.0.0 Ok
In:  QUIT
Out: 221 2.0.0 Bye
How this started:
Over the past couple of days to approx a week, I have seen a massive influx of Spam on our server.  Spam coming in on random ex employee names that no longer work for the company.
Previous to the spam, I turned on "forward un-deliverable mail to" and set to me.  The CEO was missing emails because people were not spelling his name correctly.  I have actually been able tyo catch a lot of employee emails some important, others not.
In trying to make the mail server more secure, one of the features I tried to turn on was SMTP Client Restrictions, Which broke SMTP for my users.  Obviously the error is mine and I need to do more research, but love some feedback on what needs to be set on the server and clients for SMTP client restrictions to work.
I know THE HOFF (mr hoffman) had information at some point to help users secure postfix, can anyone point me in the right direction, as well as any tips here on how to stop the influx of spam?
pstconf -n is here:
alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
biff = no
body_checks = regexp:/etc/postfix/body_checks
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
enable_server_options = yes
header_checks = pcre:/etc/postfix/custom_header_checks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
local_recipient_maps =
mail_owner = _postfix
mailbox_size_limit = 0
mailbox_transport = dovecot
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps_rbl_domains =
maximal_queue_lifetime = 2d
message_size_limit = 0
mydestination = $myhostname, localhost.$mydomain, localhost, mail.cotaoil.com, cotaoil.com, $mydomain
mydomain = mail.cotaoil.com
mydomain_fallback = localhost
myhostname = mail.cotaoil.com
mynetworks = 127.0.0.0/8,192.1.1.10,192.1.1.11
newaliases_path = /usr/bin/newaliases
owner_request_special = no
queue_directory = /private/var/spool/imap/dovecot/mail
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = _postdrop
smtp_sasl_password_maps =
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated hash:/etc/postfix/smtpdreject cidr:/etc/postfix/smtpdreject.cidr reject_rbl_client zen.spamhaus.org permit
smtpd_enforce_tls = no
smtpd_helo_required = yes
smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
smtpd_pw_server_security_options = cram-md5,gssapi,login,plain
smtpd_recipient_restrictions = permit_sasl_authenticated  permit_mynetworks   reject_unknown_recipient_domain  reject_unknown_sender_domain  reject_invalid_hostname  reject_unauth_destination check_policy_service unix:private/policy permit
smtpd_sasl_auth_enable = yes
smtpd_tls_CAfile = /etc/certificates/mail.cotaoil.com.8F44026B8E7E908CEDAAD718F486D91C8FCD693E.cha in.pem
smtpd_tls_cert_file = /etc/certificates/mail.cotaoil.com.8F44026B8E7E908CEDAAD718F486D91C8FCD693E.cer t.pem
smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
smtpd_tls_key_file = /etc/certificates/mail.cotaoil.com.8F44026B8E7E908CEDAAD718F486D91C8FCD693E.key .pem
smtpd_tls_loglevel = 0
smtpd_use_pw_server = yes
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps =
mail:~ administrator$

I am not certain what you mean by immediately removing the 192.1.1.10 and 192.1.1.11, AIX servers that I use to relay admin emails to an IT address here.  Some sort of a gateway implemented on a pair of IBM boxes, I might presume. 
192.1.1.0/24 is in a public address space that you don't have assigned (unless you're BBN).  If that IP routing leaks out, then some folks can get cranky.  Or should you eventially need to contact hosts within the address space of the "real" occupants of 192.1.1.0/24, routing won't necessarilt play nice.  There may well be a static IP route here, depending on the details of the router configuration, as otherwise that IP traffic would be going to BBN and not to those servers.  The Internet works because folks play by the rules, when working with IP routing and DNS services.  And if your predecessor used this address space (and not the likely 192.168.0.0/16 block), I'd look around to see if there were other unusual network configuration choices.
TCP port 25 is the server-to-server mail port.  That's the main connection used among mail servers.  Blocking that has the effect that you've discovered.
It's the clients that can also use that port that need to be relocated off the port, as the clients don't have the reverse DNS and related tests that would allow them access to that port, with various common server security configurations.
Open TCP 587 at the firewall and ensure that this port is active at the mail server host, as a starting point.  You can test that with (among other tools) with a remote "telnet your.mail.server.host.name 587" command or similar; that's a primitive (but effective) (common) port test.
With the Apple Mail client, make sure the SMTP server is configured to use the default SMTP ports.  Mail > Preferences > Account > Account Information > Edit SMTP Server > select the target SMTP server > Advanced > select "use the default ports (25, 465, 587)" and consider using SSL and authentication.  (Apple Mail tries a few ports automatically, so the set-up can be different than other clients.)
I don't have enough space here for a full write-up on how mail or IP works, and setting up an arbitrary mail client or an IP network can be an adventure; I assumed the Apple mail client in the above.  See the user collaboration services disscussion of mail services in the Mac OS X Server Advanced Administration manual as some background.  (And if this stuff all looks a little cryptic, that's understandable, and you might want to consider getting some set-up help or consider moving to hosted mail services and making this stuff somebody else's problem.)

Similar Messages

  • Mail delivery system error - won't delete, replicates

    I have a problem with a 'mail delivery system' email, following an email that I sent out to an incorrect address. I deleted the email, and it promptly reappeared - with exactly the same time as the original, but no content. When I checked in trash, it was there too, but the more I try to empty trash, the more it appears again in the inbox again. A couple of days later, I had two more 'mail delivery system' emails, this time unprovoked, and these have replicated, ie each time I delete them, TWO emails appear in the inbox. I have carried out a disk repair, but the problem still exists. It isn't a huge problem; I continue to receive other mail, but it is a bit irritating - my trash box is huge, and won't empty.
    Any advice gratefully received, thanks!

    Okay, so here is what appears to be going on.
    You sent an email to a group of people and at least one of the addresses was incorrect, so you deleted it, perhaps thinking that would stop the mail from being sent, but I'm just speculating on that. So it goes to your Trash in Mail, but also reappears in the Sent mailbox.
    Later you get an email telling you that your message wasn't delivered, and possibly that it would keep trying for a few days. After that time, you seem to have received a message telling you that delivery of your message failed for a different reason, in that the email address didn't exist in the directory of the mail domain you sent the message to. But it also says that it wasn't delivered because it or another message was too old, and even more strange, that the mail server doesn't accept messages from users on it's own system, which makes no sense whatsoever. Adding more intrigue is the fact that it seems to have had a problem identifying you on it's own mail system for a bit, since it claimed you had no email address there.
    As for the emails replicating when you delete them from the Sent mailbox, I'm guessing (because I've never had this problem myself or heard of anyone else having it) that because the message was CCed to multiple recipients, each time you delete the Sent message, you're only deleting a reference to the message for one of the recipients. So, again I'm guessing, if you were to keep deleting that original Sent message enough times, it would eventually reach the end of the actual recipient list and then disappear. Only a guess.
    If you're using a POP account, there's no reason why you can't empty the Trash in Mail, as well as set the account preferences to delete files from the server when you retrieve them. Have you tried that, or do you not know how to do it?
    Mulder

  • TS4002 Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4 SMTP err

    Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
       host mx6.me.com.akadns.net [17.158.8.114]: 550 5.7.0 Blocked - see https://support.proofpoint.com/dnsbl-lookup.cgi?ip=184.173.9.56:
       [email protected]
    i do alse receive from gmail....
    please help... what is happening!!!!

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Receiving many emails in my inbox that say mail delivery system and I'm not able to send messages now.

    I'm receiving a number of emails that say " mail delivery system", and they are not in my sent items. So I've tried to do the virus scan and nothing is coming up. Now the "real" emails I need to send to clients are not going through because I've used up all my space and or number of emails for one day. Please help!

    what you are seeing is backscatter http://en.wikipedia.org/wiki/Backscatter_%28email%29
    There is nothing anyone can do about it.

  • Receiving "Mail Delivery System" when Email is sent...why?

    Every time I send an email via my mac mail, I always get a Mail Delivery System email containing different content such as:  [Return Code 554] sid: d61F1m00P408TaZ01   or    [Return Code 550] sid: d61F1m00P408TaZ01.   It was also brought to my attention that those receiving my emails are getting them but they are also getting an extra email with a crazy unknown link.   Help!  How do I correct this?  I need this email for my start-up.  thanks...

    Hi
    No, ive not changed anything, ill include some of the error reports:
    The mail system
    <[email protected]>: host mx.bt.lon5.cpcloud.co.uk[65.20.0.49] said:
    522 IP FOUND IN DNSRBL (please check for IP address listing on common DNS
    RBL services) (in reply to MAIL FROM command)
    Reporting-MTA: dns; s3.trafficplanethosting.com
    X-Postfix-Queue-ID: A04751B4A808
    X-Postfix-Sender: rfc822; info@...
    Arrival-Date: Thu, 25 Sep 2014 07:47:54 -0500 (CDT)
    Final-Recipient: rfc822;
    Original-Recipient:
    Action: failed
    Status: 5.0.0
    Remote-MTA: dns; mx.bt.lon5.cpcloud.co.uk
    Diagnostic-Code: smtp; 522 IP FOUND IN DNSRBL (please check for IP address
    listing on common DNS RBL services)
    this message was sent to my own email address and did arrive even though it says it didnt:
    The mail system
    <[email protected]>: host mta5.am0.yahoodns.net[98.138.112.35] said: 553
    5.7.1 [BL21] Connections will not be accepted from 208.100.3.208, because
    the ip is in Spamhaus's list; see http://postmaster.yahoo.com/550-bl23.html
    (in reply to MAIL FROM command)
    Reporting-MTA: dns; s3.trafficplanethosting.com
    X-Postfix-Queue-ID: CB7EA1B4A09D
    X-Postfix-Sender: rfc822; [email protected]
    Arrival-Date: Thu, 25 Sep 2014 04:53:02 -0500 (CDT)
    Final-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.7.1
    Remote-MTA: dns; mta5.am0.yahoodns.net
    Diagnostic-Code: smtp; 553 5.7.1 [BL21] Connections will not be accepted from
    208.100.3.208, because the ip is in Spamhaus's list; see
    http://postmaster.yahoo.com/550-bl23.html
    thanks

  • Sender receiving endless mail delivery system notifications

    For the past 25 hours (or so) a friend has been receiving REPEATED messages from Mail Delivery System saying:
    "This is an automatically generated Delivery Status Notification. Delivery to the following recipeints is still under way after 25.6 hour(s.): [email protected] Will keep trying and contact you if the message can't be delivered permanently."
    How can I/she stop these? She eventually resent the message and all is well, but that original notification regarding the original message is still out there and driving her crazy. DOZENS of these things are being sent by Mail.

    How can I/she stop these?
    You can't. Eventually they'll time out and stop. Meanwhile you can create a Mail rule to delete the notices automatically.

  • Problem with "Mail Delivery System" ...

    I have been getting this "Mail Delivery System" notice. My colleagues responded to my e-mail and they got the same response after replying to my email. They would ask me if I got their email. I did get their email reply with no problem.
    So I tested my mac.com address by emailing from my office: [email protected] to [email protected] - I even get this message. I was perplexed! I checked my Address Book. The set up is correct on both of my personal Powerbook G4 and office Mac G5. I am not sure how "[email protected]" with missing "c" for "com" had occurred.
    Is there something I should check out to fix this problem. It started in early August 2007. It never happend before.
    Here's the actual message:
    This is the Postfix program at host fallback.us4.outblaze.com.
    I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
    For further assistance, please send mail to <postmaster>
    If you do so, please include this problem report. You can delete your own text from the attached returned message.
    The Postfix program
    <[email protected]>: mac.om: Name or service not known
    Reporting-MTA: dns; fallback.us4.outblaze.com
    X-Postfix-Queue-ID: AEFCB1C06F51
    X-Postfix-Sender: rfc822; [email protected]
    Arrival-Date: Mon, 24 Sep 2007 18:38:53 +0000 (GMT)
    Final-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.0.0
    Diagnostic-Code: X-Postfix; mac.om: Name or service not known
    From: [email protected]
    Date: September 24, 2007 2:37:26 PM EDT
    To: [email protected]

    It's gotta have something to do with: "mac.om" Where is it getting that from?

  • Mail Delivery System  email problems

    After (unsuccessfully) bouncing some suspicious emails I now have 37 Mail Delivery System emails which refuse to be deleted no matter what I do. I can delete them and they go to trash but then they appear back in the inbox. For a while these emails were 'empty' as in I could not open them as there was nothing but the email title there but now they have suddenly become readable and they all have the same address which obviously could not be bounced and some have the junk sign next to them which I can't get rid of either. It is very annoying although obviously it does not affect anything other than it looks awful to have 37 emails from the same place. Incidentally I think that there are actually only 2 emails as there are only 2 different time stamps on them and I think that they have multiplied due to me deleting them so often and them reappearing again. Hope this makes sense to someone!

    eventually the emails disappeared!

  • At startup-system error and divide by zero

    I've been having a lot of problems starting up my beige G3 mini tower, it has 233mhz, 384ram, mac os9.1. I've zapped the pram and held the shift key down to boot with extensions off, didnt work. I've changed the battery twice in case the first replacement was bad, it started up and ran long enough for me to trash all the preferences, I tried to change the extensions, but when restarting it was back to not completely starting up. I've tried pressing the button near the pci slots with the battery out, 30 seconds, waited 30 minutes and held down the button for another 30 seconds, replaced the battery, checked the sound card for looseness then at startup it worked till I changed the time and date. I tried the battery and button again this time waiting over night between pressing the button for 30 seconds, after startup I was able to run disc first aid and it said everything was ok, then crashed again when I tried to change the date and time. I've even tried booting up from command/option/o/f, I'm not sure what firmware is but it would try to start up that way,but was very slow with a os cd in the cd drive. I tried to erase the hard drive but I couldnt get it to start up from a cd, iv'e tried os9, the original cd that came with the computer and a system recovery cd.
    Most times when trying to start it up it chimes, then the happy mac with a grey screen, then the mac os screen, then the bomb with "system error" and under that "bus error" under that it says to restart with extensions off. sometimes the button for restart will even work with the cursor. Once, after trying to start up after all the battery removal, pressing button near pci slots , pressing com/opt/o/f, extensions off, the screen getting to the mac os then the bomb dialogue, it said system error and instead of saying "bus error" it said "divide by zero". Thats the first and only time I've seen that one. Also, the grey screen (with the happy mac disc icon) now has horizontal lines with texture? that I havent noticed before.
    got any ideas what I should do next? I probably wouldnt bother with my G3 anymore because I just bought a new Imac, but I have a vinyl cutter hooked to it, it has the old round serial port cables and I would have to buy new software, cables and dongle to use it with my new Imac, I also have illustrator, photoshop, scanner, and drawing tablet on my G3 that I cant use on my new Imac (intel) leopard.
    Is my hard drive or motherboard dying? is there a way to find out if and what hardware is messed up? and if so, is there still still parts out there for this G3?

    Hi, R1camper -
    I ran disc first aid from the cd and and it said it couldnt fix-overlapped extent allocation,4,479.
    That is a type of disk directory damage, one which Disk First Aid can not repair.
    Alsoft's DiskWarrior can usually repair that kind of damage, with no loss of files. If you choose to go this route, suggest you call (or email) Alsoft's sales department, and request an older version of DiskWarrior - the current versions won't run on your Beige G3/MT.
    However, if you can manage to live with the loss of files, you can probably replace the hard drive for less cost.
    Your Beige G3/MT came with either an ATA (now often referred to as PATA and/or IDE) drive or a SCSI drive - it could have been ordered with either when the machine was new.
    With luck it will be an ATA drive, since those are the least expensive and the easiest to install. Such drives are not Mac-specific - any ATA drive designed for internal use and of appropriate size will work. The only item of concern is to set the drive's jumpers properly. The drive should be jumpered as Master (it may come preset as Master or as Cable Select - Cable Select will not work on your model), unless it is a Western Digital in which case it should be set to Single if that is an available choice.
    There is probably little to gain by getting a 7200RPM drive, especially if there is extra cost for one vs. a 5400RPM drive - the relatively slow internal bus speed on your machine will not be able to take significant advantage of a faster drive.
    Re the RAM, if you have the time you might try replacing any you took out. Over time the contact the module makes in its slot can get iffy - removing and replacing the module usually fixes that problem, by wiping the contacts clean.

  • Mail Delivery System

    I've had my Iphone for a week. Yahoo is my email. I can't take a picture and send it. It doesn't get to the destination.
    Also I keep getting the messate Mail Delivery System       Delayed Mail (still being retried) 
    This is followed by ###################################
    Can anyone help?

    Hi there dpfoff,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    -Griff W. 

  • FaceTime and iMessages have stopped working since i updated to 7.0.3, saying there is a network error and to try again later. Have tried reinstalling Find my iPhone to see if it works. It doesn't for me. Can u please help???

    FaceTime and iMessages have stopped working since i updated to 7.0.3, saying there is a network error and to try again later. Have tried reinstalling Find my iPhone to see if it works. It doesn't for me. The message says "FaceTime (iMessage) Activation: Could not sign in. Please check your network connection and try again". My network is perfectly alright as I keep buying on the App Store. can u please help out???

    (A) Reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Reset all settings
    Settings>General>Reset>Reset all settings
    Note: Data will not be affected but settings will be reset.

  • System error and restart not possible

    Hi
    I have developed the Proxy to SOAP scenario and it used to work normally as designed, But suddenly it started giving the System error and restart not possible,
    I see the following error in the Runtime work bench on the Receiver CC
    SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    Can anyone let me know what the error is
    Thanks
    PR

    Hii
    If this channel was in working state earlier, then this error would mean that the receiver webserver hosting the webservice has some problem. You may contact the receiver system for checking out if they have problem at their end and if they agree resend the messages and it should pass through.
    It may be problem with certificates even.
    Best Regards

  • Application Error, System Error and Error in SXMB_Moni

    Dear PI Gurus,
    I am kinda new to PI(XI) environment, and my self confused when I try to search failed messages in XI. I saw in Status group, there is Application Error, system Error and Error under SXMB_MONI. And I am wondering what is the different between these errors. Worst to come it all errors, Why we do have this separated errors? Can anyone tell me, what is the difference between this errors?
    Thank You
    Regards
    Ramesh

    Hi
    - Application Error  related to SOAP
    just look at tgis Blog
    /people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi
    also look at this Thread  for SXMB_MONI-system error occured
    SXMB_MONI-system error occured during persist
    Regards
    Abhishek
    Edited by: Abhishek Agrahari on Jan 21, 2009 7:48 AM

  • OIM after BP12 patch system error and logging not working

    Hi,
    I am using Weblogic 10.3.2 and need to install OIM. I have installed the 9.1.0.1 and then the patchset to 9.1.0.2. Then I have installed the bundle patch BP07 and everything was ok.
    Finally I have installed the BP12: now i am unable to log in the OIM admin panel ( system error ) and i cannot connect with the design console (NullPointerException). The worst part is that OIM does not write a log file anymore, so i can't determine what's wrong. What should i do?
    thx in advance

    no errors, everything fine. The webapps (xellerate and nexaweb) are started normally.
    As an additional information, i just tried to revert to BP07, it still doesn't work.

  • Scammer: Mr. Andrew Mortimer Barclays Bank of Dubai Email: [e-mail removed for privacy and security]

    [7/17/2015 4:37:12 PM] *** Andrew Mortimer would like to add you on Skype
    Hello Eric...how are you doing? I'm contacting you from Baclay bank in Dubai regarding to one Mr.Weimin Eric whose money was deposited in my bank presently in Dubai in 2004 and by then i was district assitant director but now elected as the new branch bank manager.why am contacting you is because Mr.Weimin Eric died due to an aircrash incident in 2006 and the amount he deposited was about $26,700,000.00 million deposited in my bank so am contacting you because you bear thesame surname with him and i want us to work together as a partner to clam his fund in our own favour and since you're bearing the same usrname with the late depositor If you concur with this proposal, I intend for you to retain 50% of the funds while 50% shall be for me. Kindly forward your response to me immediately through email below:
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    I get the same from him. Dear xxxxxxxxIt’s my urgent need For a foreign partner that made me to contact you for this transaction. I am Andrew Mortimer working with Barclays Bank here in Dubai(U.A.E) I write to contact you over a very important business transaction which will be of our interest and benefit to our both families.In 2007,one Mr. Weimin xxxxxxxx whose surname is same as yours and has your country in his file as his place of origin, made a fixed deposit for 36 months, valued at $26,700,000.00 with my bank. I was his account officer before I rose to the position of Managing Director. The maturity date for this deposit contract was 27th of September 2010.Sadly, Mr.Weimin was among the death victims in the September 2009 earthquake in Indonesia that left over 1,200 people dead while he was there on business trip.Since the last quarter of 2010 until today, the management of my bank have been finding means to reach him so as ascertain if he will roll over the Deposit or have the contract sum withdrawn. When I discovered that this will happen, I have tried to think up a procedure to preserve this fund and use the proceeds for business.Some directors here have been trying to find out from me the information about this account and the owner, but I have kept it closed because, I know that if they become aware that Mr Weimin is late, they will corner the funds for themselves. Therefore, am seeking your co-operation to present you as the one to benefit from his fund at his death since you have the same name, so that my bank head quarters will pay the funds to you. I have done enough inside bank arrangement and you only have to put in your details into the information network in the bank computers and reflect you as his next of kin.If you concur with this proposal, I intend for you to retain 50% of the funds while 50% shall be for me. Kindly forward your response to me immediately through my email below for more details:Email: [e-mail removed for privacy and security]
    Mr. Andrew Mortimer,
    Barclays Bank of Dubai.

Maybe you are looking for