Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







Exim - Mail Filter, Blind Copy All Domain Emails


I have Exim install on my server, I have a few filters setup.

I have several domains on the same server.

What I want to be able to do is blind copy all emails SENT and RECEIVED from *@domain1.com delivered to backup@backup.com

Here is my filter that copies all incoming mail, (THIS WORKS 100%)

PHP Code:

if error_message then finish endif 
if $header_to: contains "@domain1.com"
then unseen deliver "backup@backup.com" endif 

Now this filter does NOT work, I want it to blind copy all emails sent from *@domain1.com

PHP Code:

if $sender_address contains "@domain1.com"
then unseen deliver "backup@backup.com" endif 

I have 1 outgoing mail filer working, however it is for a specific email address, here it is....

PHP Code:

if $sender_address is "user1@domain1.com" 
then unseen deliver "backup@backup.com" endif 


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Exim Mail Queue - Lots Of Emails
1) What would you guys say is average in terms of the # of emails in the Mail Queue?

2) What steps can be taken to tighten it up? If I start with a clean slate, it only takes about a week or less for my mail queue to reach 1000 or more. Most of it seems like junk mail.

View Replies!   View Related
Mail Server Exim- Emails Not Sending
Whenever I send mail, it never gets sent and I get the following error under "View Mail Statistics" in WHM:

1 xxx@aol.com R=fail_remote_domains: unrouteable
mail domain "aol.com"

I have only recently noticed these errors, as my mail was working before.

View Replies!   View Related
Exim Mail Queue Getting Stuck & Not Receiving Emails
my Exim mail outgoing queue is getting stuck and i cannot receive emails. Under WHM i have 50 odd emails, some 7 days old.

A small dump from /var/log/exim-mainlog is below:

2007-11-19 04:40:45 H=(H®) [202.57.142.156] sender verify defer for <jqyuehutmqluz@epilot.com>: could not connect to mail02.interchangeusa.com [63.251.210.81]: Connection timed out
2007-11-19 04:40:45 H=(H®) [202.57.142.156] F=<jqyuehutmqluz@epilot.com> temporarily rejected RCPT <morleyc@myemail.net>: Could not complete sender verify callout
2007-11-19 04:40:45 unexpected disconnection while reading SMTP command from (H®) [202.57.142.156]
2007-11-19 04:40:51 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:40:57 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:01 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:04 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:43 no host name found for IP address 77.94.106.13
2007-11-19 04:41:49 1ItxNu-0007E6-4s mail.global.frontbridge.com [207.46.51.86] Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == hmt@someaddress.com <HMT@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == jog@someaddress.com <JOG@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == mrl@someaddress.com <MRL@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:42:29 H=(client-200.121.46.74.speedy.net.pe) [200.121.46.74] sender verify defer for <tecat@yahoo.de>: Could not complete sender verify callout
2007-11-19 04:42:29 H=(client-200.121.46.74.speedy.net.pe) [200.121.46.74] F=<tecat@yahoo.de> temporarily rejected RCPT <morleyc@myemail.net>: Could not complete sender verify callout
2007-11-19 04:42:29 unexpected disconnection while reading SMTP command from (client-200.121.46.74.speedy.net.pe) [200.121.46.74]

Everything was fine until about 7 days ago, i dont know why the config didnt change but since then its been dropping received emails and queueing on sends.

View Replies!   View Related
Emails From My Domain To Junk Mail
When I send anyone an email from me@mydomain.com it keeps going into their junk mail box. So many people I email don't know that I sent them anything.

View Replies!   View Related
Exim Filter - Remove Headers
i have cpanel 11 with exim 4.6

i would like to be able to remove certain headers with the exim filter.

View Replies!   View Related
VPS Mail Filter
I am getting a VPS and the only mail filter option available with this company is SpamAssassin.

Is Spam Assassin's version 3.2.x sufficient to block majority of Spam/Junk emails?

View Replies!   View Related
Mail Filter Problem On Cpanel
i try to make a email filter using cpanel options but dont work this its the code

Code:
if first_delivery
and ( ("$header_from:" contains "id@dominio.com")
or ("$header_from:" contains "id1@dominio.com")
or ("$header_from:" contains "id2@dominio.com")
)
then
unseen deliver "id3@dominio.com"
endif
and Also

Code:
if
$header_from: contains "id@dominio.com"
then
deliver "id3@dominio.com"
endif

the main idea its all outgoing mail from id@dominio.com must be
send a copy (bcc) to id3@dominio.com

View Replies!   View Related
Can I Use Procmail To Filter Mail Based On Connecting IP
whether it is possible for Procmail to filter based on the IP address of the host from which a message was received. In context, I want to reject any messages that come from hosts other than a specific list.

Is this possible? Search for the absence of particular IP addresses in received headers or something?

is it possible to have one "recipe" acting on behalf of all mail received for a domain name, or must it be per-user?

View Replies!   View Related
Plesk 8 - How To Create Server Side Mail Filter?
Does anyone know how I can create a server-side filter in Plesk 8? I need to filter incoming mail to my mail server (using X-Forwarded-For.

View Replies!   View Related
How To Setup IIS SMTP To Copy ALL Sent Mail
I want to config my IIS SMTP server to copy ALL sent mail to another address.

Or, to log in more detail what was sent (I have W3C logging turned on but it doesnt record the mail subject or body).

Basically when a user complains they didnt get an email, I want to be able to look in the log to see (a) the mail was sent and (b) the body/subject of the mail.

View Replies!   View Related
Shared Hosting With Outgoing Mail Copy Option
a shared hosting provider where we can host around 10 websites. Webspace and bandwidth required are not too high as these are normal marketing websites. Our most important requirement is to have an option in the control panel for getting a copy of all the incoming & outgoing mails sent thru each domain.

View Replies!   View Related
Some Emails Are Not Reaching Us, Exim Config
am running CentOS 4.4 i686 and WHM 10.8.0 and we are having trouble receiving email from certain domains.

Undere whm tweak settings we do not have the "SpamAssassin Spam Filter" enabled.

Mails sent from two domains (that we know of) do not reach us at all and no error message is deliver to the sending address.

Emails sent from us to them DO reach they destination so we are thinking some spam filfer or configuration in exim must be the culprit.

View Replies!   View Related
How To Make Exim Send Out Only Emails From Localdomains
I've looked through my exim logs a number of times and I see emails being sent out with "from:" fields with email addresses of other domains. Usually they are spam related and fraudulent.

How can exim be setup to only send out emails that have localdomains in their from fields?

E.g. if I have account bob.com on my server then the owner of bob.com can only send out emails "xxxx@bob.com" no matter what else he tries to do that's all exim will send out.

How can you get exim to do this? I have been using filtering to block commonly spammed domains like aol.com hotmail.com etc - any emails sent out with these in their from fields are filtered and blocked - but rather building up a larger and larger filter of commonly abused domains - why not just block everything except domains on your server.

View Replies!   View Related
Delete Emails In Exim - Command Not Found
im trying to delete emails sent to dbmaster@example.com. there are about 2000 emails like that in exim email queue
here's what i did:

SSH to my server

type: exiqgrep -ir dbmaster@example.com | xargs exim -Mrm

but it says: bash: exiqgrep: command not found

View Replies!   View Related
Frozen Emails Dissapearing Too [Exim On Cpanel]
I have noticed on my two dedicated servers logs that some emails just dissapear after being frozen for days in queue and there is no notice or warning sent to the sender.

Please check your logs and tell me if I am wrong, just check for non-zero on your exim_mainlog

grep non-zero /var/log/exim_mainlog

and then grep your messageId

grep 1K17WW-0002so-Sn /var/log/exim_mainlog
2008-05-24 17:34:23 1K17WW-0002so-Sn == vicoello@xxxxx.com R=lookuphost T=remote_smtp defer (-1): smtp transport process returned non-zero status 0x000e: terminated by signal 14
2008-05-24 17:34:23 1K17WW-0002so-Sn Frozen
2008-05-25 18:02:27 1K17WW-0002so-Sn Message is frozen
...
2008-05-26 22:08:47 1K17WW-0002so-Sn Message is frozen
....
2008-05-27 15:00:31 1K17WW-0002so-Sn Message is frozen
? Dissapeared

View Replies!   View Related
Exim Mail Server :: Your Outgoing SMTP E-mail Server Has Reported An Internal Error ...
I getting this error when our clients are sending mail from outlook but they are able to send mail from webmail.

we are using exim mail server and whm . i can't understand where is problem , anybody can help me ?

Sending' reported error (0x800CCC6A) : 'Your
outgoing (SMTP) e-mail server has reported an internal error. If you
continue to receive this message, contact your server administrator or
Internet service provider (ISP). The server responded: 451 Please try again
later.

View Replies!   View Related
WHM Exim Does Not Refuse Emails During SMTP With :fail:
running WHM at Fedora 6... WHM 11.11.0 cPanel 11.16.0-R18546

I have a problem with spoofing spammers.. my queue is plenty of non-delivered emails from externals SMTP, sended to NON-existents address on my server...

The question is the destination domain (mydomain.com b.example) has already its ":fail: No Such User Here" alias.

SMF records applied, but not the most external SMTP servers checks them nowadays...

Using :fail: the email is never accepted into the server. During the initial SMTP negotiation when the senders SMTP server connects to your SMTP server, the sending SMTP server issues a RCPT command notifying your server which email address the email to follow is intended for. Your server then checks whether the recipient email actually exists on your server (a POP3 account, an alias or a catchall alias) and if it does not, it issues an SMTP DENY which terminates the attempt to deliver the email.

Well, in my case it justs receives message and then frozen it!

Some more data:

IN MY QUEUE:

1JMoh4-0004UG-Pz-H
mailnull 47 12
<>
1202321302 0
-helo_name luatvietnam.vn
-host_address 203.162.168.16.1839
-interface_address 85.x.x.x.25
-received_protocol smtp
-body_linecount 50
-max_received_linelength 93
-frozen 1202407547
-host_lookup_failed
-manual_thaw
XX
1
dlsex-ireddols@abrasivoshermes.com

210P Received: from [203.162.168.16] (port=1839 helo=luatvietnam.vn)
by myserver.mine.com with smtp (Exim 4.68)
id 1JMoh4-0004UG-Pz
for dlsex-ireddols@mydomain.com; Wed, 06 Feb 2008 19:08:23 +0100
069P Received: (qmail 6913 invoked for bounce); 5 Feb 2008 09:04:11 -0500
032 Date: 5 Feb 2008 09:04:11 -0500
032F From: postmaster@luatvietnam.vn
039T To: dlsex-ireddols@mydomain.com
024 Subject: failure notice

WHEN TRYING TO DELIVER FROM QUEUE:

Message 1JMoh4-0004UG-Pz is no longer frozen
LOG: MAIN
cwd=/usr/local/cpanel/whostmgr/docroot 4 args: /usr/sbin/exim -v -M 1JMoh4-0004UG-Pz
delivering 1JMoh4-0004UG-Pz
LOG: MAIN
** dlsex-ireddols@mydomain.com F=<> R=virtual_aliases: No Such User Here
LOG: MAIN
Frozen (delivery error message)

AT LOGS (first time):

2008-02-06 19:08:17 SMTP connection from [203.162.168.16]:1839 I=[85.112.9.44]:25 (TCP/IP connection count = 9)
2008-02-06 19:08:20 no host name found for IP address 203.162.168.16
2008-02-06 19:08:22 H=(luatvietnam.vn) [203.162.168.16]:1839 I=[85.x.x.x]:25 Warning: Sender rate 0.0 / 1h
2008-02-06 19:08:23 1JMoh4-0004UG-Pz <= <> H=(luatvietnam.vn) [203.162.168.16]:1839 I=[85.x.x.x]:25 P=smtp S=2405 T="failure notice" from <> for dlsex-ireddols@mydomain.com
2008-02-06 19:08:23 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1JMoh4-0004UG-Pz
2008-02-06 19:08:23 1JMoh4-0004UG-Pz ** dlsex-ireddols@mydomain.com F=<> R=virtual_aliases: No Such User Here
2008-02-06 19:08:23 1JMoh4-0004UG-Pz Frozen (delivery error message)
2008-02-06 19:08:24 SMTP connection from (luatvietnam.vn) [203.162.168.16]:1839 I=[85.x.x.x]:25 closed by QUIT

View Replies!   View Related
Blocking Emails From Nonexistent Local Addresses - EXIM
I'm trying to figure out a method to stop some of the email spam that we get, and I have something figured out, but I need help on implementing it.

Basically, we get a lot of spam emails from addresses claiming to be from our domain (EX: From: someguy@mysite.com). The email is actually not from our domain, nor does the address actually exist, but the From address is being forged to look like it is our domain.

Basically to fix this, i want to block all email where the From address is claiming to be from our domain, with a nonexistent email address. I'm pretty sure that this is configurable in Exim, but I haven't found any tutorial on it, and I'm not familiar enough with Exim to do it very easily. Anyway if anyone knows of a tutorial or how this could be accomplished, please let me know.

Just to Add:
The reason that these emails are a problem is that the spam software we are running recognizes these emails as being from our domain which it trusts, so they pass most spam filters.

View Replies!   View Related
Exim/Mail
I keep getting this error..

Code:
Message 1H8DAL-0003Dq-9e is not frozen
delivering 1H8DAL-0003Dq-9e
LOG: MAIN
== scribby@scribbytech.net R=central_filter defer (-17): error in filter file: unrecognized condition word """" near line 7 of filter file
I've tried upcp --force, fixeverything & upexim --force

View Replies!   View Related
Copy An Account From Another Server Via WHM - Cannot Copy Mysql Database
In previous thread we made few manual transfer of our domains.

We also made some automated migration of few domains/sites using Web Host Manager's Copy an account from another server feature.

All the files and other settings were properly transferred from old server to new server, but only the mysql database is not visible on new server. I am unsure if the same got copied to new server.

View Replies!   View Related
Forward Mail From Parked Domain To Primary Domain - How? MX Record?
OK, I am confused. I have one domain that is parked on top of another domain. I would like Mail that comes to the parked domain to be automatically forwarded to the same user name at the primary domain.

Can I change a DNS or MX record to facilitate this?

View Replies!   View Related
How To Block All Exim Incoming Mail
problem with incoming spam to my server. Causing high load that eventually take down the server.

Since I don't use the server for my mail (I use Gmail), can anyone let me know the easiest way to stop/block all incoming mails to the server? I still need outgoing mail, though. Some of my PHP forms need it.

Right now, I stopped Exim to save the server (if it runs, load can get to 900+).

View Replies!   View Related
Per Minute In Exim Mail Queue
I get dozens of these per minute in exim mail queue

Quote:

1J4neJ-0001DS-Ns-H
mailnull 47 12
<>
1198027383 0
-ident mailnull
-received_protocol local
-body_linecount 33
-max_received_linelength 115
-allow_unqualified_recipient
-allow_unqualified_sender
-localerror
XX
1
root@server.mydomain.com

154P Received: from mailnull by server.mydomain.com with local (Exim 4.68)
id 1J4neJ-0001DS-Ns
for root@server.mydomain.com; Tue, 18 Dec 2007 19:23:03 -0600
038 X-Failed-Recipients: admin@domain.com
029 Auto-Submitted: auto-replied
063F From: Mail Delivery System <Mailer-Daemon@server.mydomain.com>
029T To: root@server.mydomain.com
059 Subject: Mail delivery failed: returning message to sender
052I Message-Id: <E1J4neJ-0001DS-Ns@server.mydomain.com>
038 Date: Tue, 18 Dec 2007 19:23:03 -0600

1J4neJ-0001DS-Ns-D
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

admin@domain.com
SMTP error from remote mail server after RCPT TO:<admin@domain.com>:
host sentry.domainbank.com [64.85.73.28]: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)

------ This is a copy of the message, including all the headers. ------

Return-path: <root@server.mydomain.com>
Received: from root by server.mydomain.com with local (Exim 4.68)
(envelope-from <root@server.mydomain.com>)
id 1J4neI-0001D9-4I
for admin@domain.com; Tue, 18 Dec 2007 19:23:02 -0600
To: admin@domain.com
Subject: Services(2) failed
From: monitor@domain.com
Message-Id: <E1J4neI-0001D9-4I@server.mydomain.com>
Date: Tue, 18 Dec 2007 19:23:02 -0600

Address:mydomain.com

Following services are down:

SSH(22)
MySQL(3306)

Do not reply to this!
For further details please contact your provider!

Then I get this also

Quote:

1J4nhC-0001Kn-2T-H
root 0 0
<root@server.mydomain.com>
1198027562 0
-ident root
-received_protocol local
-body_linecount 13
-max_received_linelength 77
-auth_id root
-auth_sender root@server.mydomain.com
-allow_unqualified_recipient
-allow_unqualified_sender
-local
XX
1
root@server.mydomain.com

194P Received: from root by server.mydomain.com with local (Exim 4.68)
(envelope-from <root@server.mydomain.com>)
id 1J4nhC-0001Kn-2T
for root@server.mydomain.com; Tue, 18 Dec 2007 19:26:02 -0600
025* From: root (Cron Daemon)
045F From: root@server.mydomain.com (Cron Daemon)
009* To: root
029T To: root@server.mydomain.com
077 Subject: Cron <root@server> lynx --dump [url]
028 X-Cron-Env: <SHELL=/bin/sh>
025 X-Cron-Env: <HOME=/root>
033 X-Cron-Env: <PATH=/usr/bin:/bin>
027 X-Cron-Env: <LOGNAME=root>
024 X-Cron-Env: <USER=root>
052I Message-Id: <E1J4nhC-0001Kn-2T@server.mydomain.com>
038 Date: Tue, 18 Dec 2007 19:26:02 -0600

1J4nhC-0001Kn-2T-D
Not Found

The requested URL /agent/cron.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
_________________________________________________________________

Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7a mod_auth_passthrough/2.1
mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25 PHP/5.2.5 Server at
mydomain.com Port 80

View Replies!   View Related
Exim Mail Queue Soaked
centos
2gigs ram
cpanel whm

Anyway after complaints of "mail not being sent" I looked at a few things, found over 25,000 messages stuck in the queue. The messages no being sent thing is yahoo blocking me because of too many mails sent to their servers without a valid recipient.

When I empty the queue it gathers about 200 mails an hour. Looks like it is coming from all over the world and they are using a valid ip from one of the domains hosted for sending.

Bear with me I was reselling for years and this is my first real dedicated server.

Reverse DNS is set up. I need a couple clues.

View Replies!   View Related
Exim Mail Statistics Log
Under WHM ( Main >> Email >> View Mail Statistics ) there are mail statistics.

My stats is too poor, I see only 1 hour first.. other hour is all 0.. how can I set the size of log for make bigger and store all day value?

View Replies!   View Related
Forward Emails From Old Mail Server
My client is changing servers, and they need to get the mail from their old server to theie new one. Anyone know of a mass mail forwarding utility or something similar that could handle this?

View Replies!   View Related
I Keep Seeing Spam Emails In My Mail Queue
I contacted the guys who I pay to watch over my linux Cpanel server and I do not think they know how to fix the problem. When I look in my mail queue manager in WHM I always see these spam type emails. I also see that my site IP gets blacklisted on:

[url]

I delist and then it appears again a couple of days later. My server is only used to send emails such as registrations and user notifications that they have subscribed to. Could anyone please tell me how to get rid of the spam?

View Replies!   View Related
Exim Mail Queue - Server Crashes
Today my server started to go off-line and each time i restarted it went down within couple minutes. So i looked into it and found that i had over 7000 emails in Exim Mail Queue. All of them are spam. I deleted them through WHM and now everything seems good again but....

My question is how can i check what caused this problem? Has one of my domains been compromised with and sending out spam? What can i do?

View Replies!   View Related
Entry Mailnull In The Mail Logs Of Exim?
I have often seen the entry mailnull in the mail logs of exim.

I don't understand it. What is meant by mailnull? where can i get information about it?

View Replies!   View Related
Exim: Unable To Send Mail W/ New Users
I installed exim and have been able to successfully use it as an smtp server. My test setup was as follows:

email client uses smtp.MYSERVER.com, my login, and password

The email is successfully forwarded to the appropriate recipient. However, when I create a new user, and test it's email capabilities, it does not work. I get a 535 error:

535 Incorrect authentication data

I have double checked the login and password, and I've tried this on multiple accounts. Is there an issue with how I'm creating the users? (useradd)

View Replies!   View Related
Exim Mail Queue Filling Up With Bounces
In my Exim mail queue, there are around 33,000 messages, all of which appear to be "Mail delivery failed: returning message to sender" messages.

The reason for these bounces is because spam is being continuously sent to non-existent addresses on my domain.

View Replies!   View Related
Exim RBL Whitelisting Per E-mail Address
According to tutorial [url]

You need to have this files

domainlist rbl_blacklist = lsearch;/etc/rblblacklist
domainlist rbl_bypass = lsearch;/etc/rblbypass
hostlist rbl_whitelist = lsearch;/etc/relayhosts : net-iplsearch;/etc/rblwhitelist

Ok one do permanent blacklist, other bypass rbl scanning and the other whitelist rbl scanning. Right now I´m whitelisting using CIDR net format (note that net-iplsearch will allow that).

Is there a way to add other rule to whitelist per e-mail address? I dont know if there sender = can be applied.

domains = +rbl_bypass -> do the domain bypass
hosts = +rbl_whitelist -> do the whitlist

View Replies!   View Related
No Emails To Yahoo Mail For Active Members
i site me place on Active members from email .

but not send emails to yahoo server in inbox all emails send to spam or ever not send !

but for google no problem

View Replies!   View Related
Why Mail Server Always Cannot Send And Receive Emails
My VPS is working perfectly for over one year. However the mail server of my VPS is always not working about 3 - 4 times a week since three weeks ago. I can login the webmail accounts, just cannot receive emails and send emails.

View Replies!   View Related
Emails Not Displaying Mail Scanner Headers
i installed the latest version of the mail scanner on my linux server. It has been tested to be scanning and running properly. But one thing that is unusual is that the emails that is being processed by the mailscanner does not get tagged as its being processed by it. Hence i do not really know whether it has been processed.

When i check the email full headers, i am missing information like spam score, spam information and spam status. I did a check in the mailscanner.conf and the configuration was done correctly.

how can we set these information to show on the email header that it has been processed.

View Replies!   View Related
Exim Mail Out Logs (checking For Spammers On Server)
Hi, today i was banned from hotmail aparently someone enter our server to one account of one client and sent spam all over the net...

platinumservermanagement already told us the name of the account used and we change the password,

can you please tell me where can i check the out mail logs (am using centos & exim) to see if anyone else is sending out spam? or the number of emails sent?

View Replies!   View Related
Exim Mail Server Failing To Send Email
Just started to have problems sending emails out but no problem receiving.

Seems to be a exim problem.. tried updating it but the problem still exist but everytime I restart exim then it works for a few hours before the problem comes back.

View Replies!   View Related
Exim: Disable Mail Delivery Failure Notifications
how to disable the "Mail delivery failed: returning message to sender" e-mails from being sent in Exim, and whether it's a good idea?

View Replies!   View Related
Exim Mail Spool More Than 20.000 Messages... / Spam
exim queue is always being filled by millions of spam mails...

In 5 minutes more than 1000 messages..

I have removed all several times but they insist in coming back..

In 1 one min:

1Ju7q6-00039t-031mDeleteDeliver Now
ALEXNSONIA@MSN.COM
1Ju7q6-00039w-161mDeleteDeliver Now
ALEXNSTEPH4-1-98@MSN.COM
1Ju7q6-0003A0-2s1mDeleteDeliver Now
ALEXIA27@BELLSOUTH.NET ...

View Replies!   View Related
Cpanel ClientOS 5 And BLIND
i have just got a VPS from a2b2 clientOS and Cpanel installed
but when i loged into my WHM i went trough my config and go the nameserver setup and it froze so i was reading about found a post about it and it said to do a foce update well i have done that and i got an even bigger problem my cpanel is now dead can some one please help me setup my name servers

i am just wanting to setup name servers on the addresses ns3 and ns4.barkersmedia.co.uk as ns1 and ns2 are on my other server and i have setup the forwarding so ns3/ns4 go to my new server's differnt IP's

*Restoring my VPS to Factory OTB

*could some one help me setup my CPanel NameServers if i give them access to my system remote desktop of my windows Computer with me doing it and so you can see the errors

View Replies!   View Related
How To Re-install Blind SSH
How do I re-install blind via SSH, I keep getthing this error when I try to add nameservers.

IP=208.53.183.107 Attempting to locate /etc/named.confno bind configuration presentUnable to locate Bind configuration file.Attempting to locate /etc/named.confno bind configuration presentUnable to locate Bind configuration file.Add Complete

View Replies!   View Related
Major Mail Carries Blocking System Emails
It seems that all of the emails sent from clientexec to the major carriers (gmail, yahoo, msn etc.,) are being either blocked completely or marked as spam (msn).

When I send an email from outlook from the same domain client exec is on the email goes through fine.

I have added an SPF Record and my domain is not "blacklisted" for spam anywhere.

View Replies!   View Related
Setting Up Cron Job To Kill Exim Mail Queue
how to setup hourly cronjob to kill exim mail queues on the cpanel server?

I know this question may sounds a little tedious as I have tried to find an answer to this but still have no clue yet.

View Replies!   View Related
Qmail Or Sendmail Or Postfix With WHM Other Than Exim Mail SMTP
Can i use Qmail or Sendmail or Postfix with WHM other than exim mail SMTP.

View Replies!   View Related
Default Emails For A Domain
is there any reference or good pratices for default email ? Like, I should have "postmaster@domain" and "abuse@domain"?

View Replies!   View Related
Transferring Domain. Emails
when I ask a hosting company to take over the domain and hosting of another supplier, what happens with the emails during the transfer ? If the client has his mails set up at his current hosting, how does the new hosting accept the mails once it is transfered? Will there be a period when no emails arrive? And do we lose them?

View Replies!   View Related
Email Queue :: Exim Delivery Queue Size Currently Has 3000 Emails
I get an alert that The exim delivery queue size currently has 3000 emails in it waiting to be processed.

View Replies!   View Related
Exim Outbound Relay Per Domain
I have been searching for a solution to a problem that shouldn't exist but it does.

Background:

I have a customer on a UK server who sends emails to 500+ recipients on a monthly basis, and all but 3 emails are delivered....

The 3 that don't go, bounce after 3 days (as per the exim setup)

The 3 recipient domain's that reject don't seem to accept email from UK/European ip's and I have tried to send them emails from 4 different networks and still they bounce.

I have even tried to contact them via gmail, and still not heard back.

Proposed solution:

I want to be able to send email for that 1 domain to a Postfix Relay I have in the US.

Question:

How do I achieve this within Exim (a Cpanel Server).

I have found that so far its to do with the Router Configuration section within the Cpanel Exim setup, but I cannot seem to find an example of what and where i need to change the config...

Can anyone provide an example?

View Replies!   View Related
Chaning Hosting Companies Is A Blind Date
Changing hosting companies is pain, let's admit it. You don't know what you're getting until you get it. Yes, it's like blind date.

The hosting company is talked up and fake reviews are posted in hopes of getting an affiliate commission. Some "companies" are actually Uncle George with a reseller account acting like he has a staff of 20 people.

So recently I was looking to 'downsize' after having a dedicated server for 20 months. There's was a hiccup with the hosting company. The email file permissions was constantly getting changed. It was a mystery because everytime tech support fixed it; the next day, it would happen again!

The operations manager was in contact by telephone and even gave me his cell phone number. I was also in telephone contact with Tech Support constantly until they have found the culprit - an old, invalid Cpanel Skin.

After the ordeal, I praise the team and company. But a week later, Omaha Steaks should up at my doorstep. Wow!

Well, now it's a year later and I need to downsize.

I looked at BlueHost, HostGater, Ixhosting, HostingExcellence and others... I could NOT believe what they offered for the money. I looked and looked.. and was excited that I could downgrade from a dedicated server and save $150 a month!

Finally, I decided to try BlueHost reluctantly.. as a test. But I tried to sign up for 30 minutes and the site was down. Uh-oh....

My gut - This is a wake up call.

Stick with what's WORKING.

I immediately emailed the Operations Mgr that hosts my dedicated server. Told him what I wanted. I needed a reseller account with additional IPs. He directed me to exactly what I needed and then asked if we could work something out on my current server. But with my sites slacking off, I just settled on a Reseller account.

They transferred everything and the site got a Internal Error (500).. err.. but don't worry - Tech Support found the .htaccess file was using suexec on the old server. So they commented it out and the sites appeared.

The POINT IS: Stick with WHO you know and What's WORKING. Yes, the current host may be a few nickels more than the Popular Hosting companies advertising in the magazines.. but they do NOT beat the support I've received over the last 20 months.

Final Review: I cannot praise HostDime enough. They are awesome. Mike K. is fantastic. I will keep my account there and it will run into the 3 third year in a few months.

www.HostDime.com is a REAL company, charging very reasonable rates, and you get the best support ever. They guys & gals won't give up until they solve the problem.
If you're considering moving hosts, try them.

View Replies!   View Related
Yahoo Is Blocking Our Domain Name Emails
We are only a small construction business in NEW Zealand, and send very few emails. But from the 4th April, Yahooo has started blocking all emails from our domain name?

We hve not done bulk newsletters, we have not had bulk reject messages. Our website/ email host is Clevernet.

YAhoo NZ have sent us a bulk email form, which Clevernet submitted. We then had to get another approved server form filled out by Cleverney which they did last Friday, but our email domain is still blocked.

Xtra/ Yahoo NZ< seem to think there is nothing they can do, but wait and see if Yahoo unblock it. There does not seem to be anyone who we can contact at the Yahoo server. NZ say they cant contact anyone at Yahoo. We seem to be stuck between a rock and a hard place.

View Replies!   View Related
No Emails Web Or Pop, Only One Domain
Only one domain suddenly out of the blue is not receiving emails via web or pop3.

- deleted / recreated email
- eximup forced
- domain exists in trueuserdomains, localdomains but not in remotedomains (shouldn't)
- restarted pop server

Mail works fine on the various other domains on this box

cpanel/centos

What could be the cause? Site works fine, made no server edits.

EXIM logs show this for example

2008-01-03 20:20:03 [1643] 1JAcAE-0000QS-Ly ** admin@domain.com F=<root@server.hostdomain.com> P=<root@server.hostdomain.com> R=lookuphost T=remote_smtp: SMTP error from remote mail server after RCPT TO:<admin@domain.com>: host sentry.domainbank.com [64.85.73.28]: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) .......

View Replies!   View Related
Emails To Www.domain.com Disappear
I can get emails to admin@mydomain.com, but i really wanted to alias it so emails to admin@www.mydomain.com go to the same account. MX records for www.mydomain.com and mydomain.com both go to mail.domain.com. .

This is on a dedicated server, centos, with exim doing the email handling.

I was thinking maybe it would be like an alias of some sort, or somewhere to put a list of combinations i can accept email for.

View Replies!   View Related
Exim: User Unknown (domain Forward)
One of my clients has 2 accounts:

- foo.com, with a mail account info@foo.com.
- bar.com, with domain forwarding to foo.com.

Sending an email message to info@foo.com works.

Sending an email message to info@bar.com doesn't work. When using the ZoneEdit SMTP test utility I get the following error message:


Code:
> RCPT TO:<info@bar.com>
< 550 5.1.1 User unknown: info@bar.com
I checked "/etc/vdomainaliases/bar.com" and "/etc/localdomains", they are configured properly.

Any suggestions?

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved