[exim] How To Redirect Email To Php Script
Mar 7, 2007i have exim mail server + SpamAssassin + mail scanner.
i want to redirect a copy of all incoming mail to php script, or how i can save the emails in to mysql database not on hdd.
i have exim mail server + SpamAssassin + mail scanner.
i want to redirect a copy of all incoming mail to php script, or how i can save the emails in to mysql database not on hdd.
I can't for the life of me figure out how to forward email off this Plesk control panel to an email address outside of the domain - my customer wants his email forwarded to his blackberry using a specific email address - la_yoyager...etc..
View 5 Replies View RelatedI need a company to register my domain, and then forward emails and urls to my actual site that is somewhere else. I don't need any actual web hosting or email pop (at the moment). My main requirement is reliability.
The company I currently use bounces some email to me and forwards other email to a black hole. They're also not replying to my mail, so it's time to leave. BTW, this is a company that has generally excellent reviews.
Is there anyway to capture emails sent using SMPT with exim? I need to find a way to monitor outbound email traffic, along with the subject, message, etc.
View 1 Replies View RelatedI made a change to one file in /etc/exim4/virtuals - all I did was to add a new line in a file like this:
mailbox: tony
Saved it and then did a
/etc/init.d/exim4 reload
All of sudden, all of my emails has stopped working!
I sent a test email to my address, never received it...
I looked at mainlog - nothing is being added to it.
Same with rejectlog
What am I missing?
Server is Ubuntu and this is a decidated server.
I going to develope website which allow users to register their anonymous email address.
Lets call that domain privateemail.com
so, user is able to register address: user@privateemail.com and he provides us his valid email, lets say user@gmail.com
From now, we want to redirect all emails sent to user@privateemail.com to user@gmail.com.
Is there any easy and fast method to add such redirection into Exim (or any other MTA)?
Under plesk 12.0.18, I would like to create thousand email address with redirect and send copy to. Its a long work to do.
Is there a solution to create all these email via an import csv, xls or else ?
[1] Removing Bad Mail
for i in `exiqgrep -i -f nobody`; do exim -Mrm $i; done >> Removes Nobody Mail
for i in `exiqgrep -i -o 259200`; do exim -Mrm $i; done >> Removes Mail Older than 3 Days
for i in `exiqgrep -i -f "^<>$"`; do exim -Mrm $i; done >> Removes Mail with Weird Characters (Spam)
[2] Delete Mail by a Domain
for i in `exiqgrep -i -f domain.com`; do exim -Mrm $i; done
[3] Delete Mail for a Domain
for i in `exiqgrep -i -r domain.com`; do exim -Mrm $i; done
[4] Remove Whole Mail Queue
for i in `exiqgrep -i -f `; do exim -Mrm $i; done
[5] Run Mail Queue
runq -qqff&
I just want to check my email. Unfortunately, my connection dropped while I was downloading mail and now exim wants me to wait for the previous open connection to timeout.
So where is the exim lock file stored by default? I just want to delete it and access my email NOW!
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.
For the last 5 days, exim has been retrying to resend email to a recipent every
1 millisecond.
As result, logs are huge, and load is being affected.
So I'd like to know how can I set/configure exim to ingore sending to any
email I'd tell it.
I mean is there any config file I can look into, to set a ignore list, or even
how to have it so that it retries sending every 1 hour, instead of every 1 millisecond.
I get an alert that The exim delivery queue size currently has 3000 emails in it waiting to be processed.
View 5 Replies View RelatedI am having issues in receieving emails. For some reason, the rbl lists I had setup are causing the server to reject emails (retry - timeout). So, I need to take this rbl list completely. How can I do that? exim.conf is locked and using the advanced editor is no fun even though I tried it putting the dnslists without the rbl causing the problem.
View 3 Replies View RelatedI'm having difficulty sending an email to another email address (with a different domain) which is on the same VPS.The trouble is, on the other domain's VPS control panel, within the DNS settings, the MX records have been pointed externally (to an exchange server). Their email is turned off. But bizarrely, their mailbox is full.
It seems as though Plesk is ignoring the MX records, and sending MY email internally to the OTHER domain's mailbox on the same VPS.How do I get Plesk to send my mail to the correct EXTERNAL MX records?
I have multiple domains on my web server. One of my domains does not display its website when using example.com in the location bar.
Eg. example.com redirects to site2.com but www.example.com displays properly.
I tried adding to the htaccess file:
Quote:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.example.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
It doesn't work. The redirect does not occur.
A benchmark for my website sais this:
Search engines may think serviciionline.net and www. serviciionline.net are two different sites.
You should set up a permanent redirect (technically called a "301 redirect") between these sites. Once you do that, you will get full search engine credit for your work on these sites. For example, serviciionline.net seems to have 3,058 inbound links whereas www. serviciionline.net has 32 inbound links. By correctly configuring a permanent 301 redirect, the search rankings might improve as all inbound links are correctly counted for the website.
How can I do that redirection? I have cPanel Pro in my hosting, and as far as I can see, with or without www, I land in the same place
I am one of those TP customers that got affected by the DC outage.
to redirect my website to a temporary status page for my members... I have successfully redirected www.domain.com but I need to also redirect the main part of the site www.domain.com/forums < is there any possible way of doing this without having access to my server? I am using Namecheap as domain registrar.
I am trying to redirect all traffic from one domain to another, via:
Redirect permanent / [url]
The problem I'm running into is that some of the subpages have been renamed on the new site, i.e. -
[url] > [url]
There are a LOT of pages. Is there someway to redirect everything to the new site's homepage, and what will that do to my SE rankings?
I have been reading up on redirects using .htaccess files but it doesn't seem to be doing any good.
I need the following link:
[url]
to automagically redirect to:
[url]
I tried:
redirect permanent /fsbo /sellers/articles/fsbo.htm
But no dice.
Also - will doing a redirect like this cause an kind of SEO problems? I want my visitors to be able to enter something short like that instead of the long address.
i have a Centos VPS with webmin
i have modified my .htaccess file to redirtect all users from WWW. to the root of the domain
i also tried to block some ip addresses through my .htaccess file
but it seems that whatever code i enter in my .htaccess file does not work. i think it is disabled somewhere as both the abvoe codes do not work
how can i enable .htaccess file?