How Do I Remove My ISP IP From Email And Only Use My Server IP

Jul 6, 2009

The way Exim is setup on Cpanel/Centos is that it adds the origination IP and server IP address that the email is relayed through.

Because many RBL's flag Verizon and Comcast ISP IP's as spam sources; it causes my email relayed through my server to be rejected. Note: My server IP is not on any RBL for spam or abuse.

Is there a way to edit Exim to only use the server IP adddress that I relay through?

View 8 Replies


ADVERTISEMENT

SSH Tricks In Exim To Remove Email Queue

Aug 1, 2009

[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&

View 3 Replies View Related

Remove Empty Folders And Remove From A Db

Jul 22, 2009

ive got a site which auto creates subdomains and installs a script automaticly and inserts details into a mysql db. i have had some issues recent so have loads (talking 100s) of folders that are empty which i need to remove, and to remove the details of said folder from db also. any ideas how i can do this, using plesk control panel so removing the subdomain via plesk cli may be the best way in that respect but the db is external to plesk so that would not be edited

View 0 Replies View Related

Remove Ip From Linux Server

Apr 14, 2009

How can remove eth0:12 (for ever) from ssh server?

View 3 Replies View Related

Remove Server MySQL Connection

May 13, 2009

I bought a VPS to run a part of a application I have and it needs to connect to my database in cpanel. I have set everything up properly and allowed the remote server to connect to my server, I updated the DB connect file with the correct mysql server username and password. But when I try and run the script I get this error.

Quote:

Client does not support authentication protocol requested by server; consider upgrading MySQL client in

I'm not 100% sure what to do. I don't understand why it wouldn't work because it works perfectly on the main server with my scripts. But I get that error message on the remote server.

View 4 Replies View Related

Remove Directory On Linux Server

Jan 3, 2007

How do I remove a directory on a Linux server? I tried this but obviously was not empty... So I need to remove a full directory...

Quote:

rmdir ruby-1.8.5
rmdir: `ruby-1.8.5': Directory not empty

View 13 Replies View Related

How Can I Remove List Of Blocking IPs On Iptable On My Server

Feb 1, 2008

how can i remove list of blocking IPs on iptable on my server its over 100 IPs how can i remove it?

View 2 Replies View Related

Rsync To Remove Server, Backup Solution

May 1, 2008

I have two vps's. VPS1 is for hosting my sites, VPS to I purchashed to backup to.

I know I can use rsync but i'm confused at how to do this exactly.

Backup to remote server every other day.
Only do incremental backups.
Backup cpanel accounts

View 1 Replies View Related

Plesk 12.x / Linux :: How To Remove Psa-proftpd On Server

Jan 25, 2015

How do I remove psa-proftpd on my Server? or make config by proftpd-basic?I have problems with Game Panel Easy-Wi..or is there a tutorial about this problem with Plesk and Easy-Wi?

View 6 Replies View Related

Plesk: Remove Domain Name Server (DNS) Record Manually

Jul 10, 2008

somehow plesk is not listing a domain record I added recently, that I have to remove. so, I can't select it and delete it through the interface.

is there a way to remove a dns record manually, perhaps from the command line?

View 3 Replies View Related

How Do I Detect And Remove Spyware From Windows 2003 Server

Mar 22, 2007

I am suspecting that we have spyware or virus on our server. How do I detect and remove it from windows 2003 server?

View 6 Replies View Related

How To Remove Hosting Account, Domain And User By SSH In My Cpanel Server?

Jun 17, 2008

Currently I have 1 user hosting crash in my cpanel server.

I fail to restore and terminate or recreate his account in whm.

May I know what is the steps to remove and clean the hosting account in ssh?

I user /script/killacct but fail. So, i need manualy to delete user, hositng account and his mysql database in ssh, mode.

View 9 Replies View Related

Sending Email To Another Server When The Email Address Domain Is On This Server

Jun 24, 2008

I currently have a domain on Server 1 (Linux, Apache, Ubuntu, Matrix control panel).

This server does not have any spam filter, so I have moved all the email accounts to Server 2 (Linux, Apache, Fedora Core, Plesk) which does have a brilliant spam filter; and have changed the DNS record for mail.domain.com to the IP address for Server 2.

Emails are being successfully received on Server 2.

On Server 1, when an email is sent through SMTP to an address at that domain, it does not send it to Server 2, it gets delivered to the hosting account for the domain on Server 1. So what I am guessing is happening is that Server 1 detects the domain has an account on the server, and instead of looking up the DNS info for that domain, just assumes it is on Server 1.

What I need to do, is force Server 1 to send email for that domain to Server 2. Is this possible, and if so, how can it be achieved? If more info about the server is required for a solution please let me know and I'll provide what I can.

View 5 Replies View Related

Email Issues When Email Is On Another Server

Jun 30, 2007

I have a client who has his own hosting account, and wants to leave his e-mail on his own hosting account, but his website on my hosting account.

On his own hosting he has created a sub domain called shop, and pointed its A record to the IP address of my server. On my server I've setup his domain name, and created the sub domain shop. That all works fine.

The problem I have is that the site under the shop domain needs to send an e-mail to sales@hisdomain.com. Now my server thinks the main domain is setup on my server, so it sends the e-mail to itself.

I'm justing wondering how I can get the server to point the mails back to his hosting?

A previous host I've used said they had to add the domain as a remote domain on the server, then they had to make some changes to /etc/localdomains because I was getting errors trying to send mails to the address.

View 1 Replies View Related

Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server

Nov 7, 2009

This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2.

However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2.

My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1?

Server1 (www.domain.com)
ns1.domain.com
ns2.domain.com

Server2
ns3.domain.com
ns4.domain.com

View 6 Replies View Related

Shift Email Accounts Data To One Server To Another Server

Mar 2, 2009

i want to shift my domain to one server to another server and the problem is how can i shift my email accounts data to one server to another server.

View 8 Replies View Related

Upgrading Server. How To Migrate Email To Temp Server

Oct 24, 2007

I have a collocated server which I'd like to do some upgrades to. I'm having it shipped back to me so that I can do the upgrades myself. However, since I use this as my primary email server, I need help setting something up so I have no email downtime.

I have a cheap shared hosting account with DreamHost so one idea I have is to point the domain to their servers and handle things through there for a bit. This seems like the "brute force" way to do it though since I have to wait for DNS propagation and what not. Another idea was to use a service like DynDNS' MailHop BackupMX which does storage and forwarding. However, this service is kind of expensive ($30) considering I'm only going to use it a week or so.

View 1 Replies View Related

Remove Lfd

May 21, 2009

I just need to CSF on my server, i dont need to lfd and i need to remove lfd from my server.

View 9 Replies View Related

Remove Xen Xps

May 20, 2009

I have setup a xen VPS some time back. I need to remove it permanently. I have used the commands virsh destroy <domainID> as well as xm destroy <domainID>. However they only performs a shutdown. I can restore it back!

I want to remove / wipe it permanently and memory consumed is given up then and reflected in the core server.

View 2 Replies View Related

Remove APF

May 30, 2008

How can remove apf firewall?

I need to remove and install apf again. Because its damaged now

View 7 Replies View Related

How To Remove BFD And APF

Oct 14, 2007

some body installed it for me and I do not know how to remove, how to uninstall BFD and APF

View 3 Replies View Related

Email Server :: 'The Connection To The Server Was Interrupted

Aug 12, 2008

i been getting these errors do not what they mean sinse i have never seen them

Error connecting to IMAP server: localhost.
111 : Connection refused
Sending' reported error (0x800CCC0F) : 'The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP).'

i tried restarting my server and restarting my httpd but nothing still budges still the same any way of fixing this?

View 12 Replies View Related

How To Remove Csf Firewall

Sep 12, 2006

i want to remove csf firewall. Its creating alot of issues. So any guide how can i remove csf and ldf ... ?

View 2 Replies View Related

Is It Safe To Remove All Of /tmp

Jul 6, 2009

My /tmp on my cPanel hosting server is nearly full, and I was wondering if it is safe to remove all the contents in /tmp, if not, what can I delete to clear up the space?

View 6 Replies View Related

How To Remove Suphp

Mar 23, 2009

i have many problem from this

i want to remove it

i had recompiled apache without it but it still working

View 2 Replies View Related

Remove Locus7shell

May 5, 2008

I am using Cpanel version 11 with FreeBsd.
Some body has installed locus7shell on one of my website
using Joomla.

How can i removed it.Has any one faced this thing.

View 1 Replies View Related

Yum Remove Command

Jul 29, 2008

I had some issues with PHP compilation seems to be issue with zlib. So I decided to remove it. What happened then is something like nightmare...

The command yum remove zlib removed zlib + all dependencies without asking me what to remove. So it removed majority of packages including yum itself.

How can I force yum to not remove dependencies when I uninstall some package?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved