Clear Messages From Queue By Subject Line - SSH

Apr 24, 2008

Due to spammer activity, I find myself with 20,000 messages in the queue and I'd really like to remove those emails from the queue as it is causing delays to good messages.

Can you give me the SSH command to remove messages by subject line please?

I have already used
exim -bpru|grep frozen|awk {'print $3'}|xargs exim -Mrm
and
exiqgrep -i -f '<>' | xargs exim -Mrm
and
exim -bpu |awk '/nobody/ {print $3} ' |xargs exim -Mrm

But there are still 11,000 messages left in the queue.
The spammer messages have the following subject lines:

IS THIS TRUE?
PAYMENT UPDATE
Online Banking Account Is Locked !
Online Banking has been locked
ARE STILL ALIVE /THIS A SAD NEWS ABOUT YOU

View 3 Replies


ADVERTISEMENT

Garbled Subject And From Line In Emails

Jun 23, 2008

I just moved to a new server and latly I've seen my mail going out like this:

071 Subject: =?iso-8859-1?B?U3BlZWRFYXJuZXIgUG9pbnQgRW1haWwgZm9yIHJhZmFu?=
039* Return-Path: Fast_Lane@XXXX.com
074F From: "=?iso-8859-1?B?U3BlZWRFYXJuZXIuY29t?=" <Fast_Lane@XXXX.com>

Using Exim 4 and that was the same as my old server. I also moved the exim.conf file over to the new server to see if that would fix it, but it didn't.

View 9 Replies View Related

Windows Mail Server - How To Clear Queue

Mar 27, 2009

i'm running a windows 2003 server to host a number of websites.

unfortunatly it looks like i didn't correctly protect the SMTP mail server

i checked the 'badmail' folder in the inetpub and found there were upwards of 250,000 bounced mails there... some spammers were obviously having a field day with my smtp server...

i've now changed the settings so that realys are only accepted from 127.0.0.1 and anonymous access is now disallowed.

my problem is that when i start up the SMTP server again spam is continuing to be sent out because the Queue folder is apparently full of junk waiting to go out...

i've tried entering this folder but the computer hangs, presumably because there are so many there...

i've tried deleting and renaming the folder but even with the smtp server turned off i get an 'Access Denied' error...

what can i do to flush or empty the queue folder ?

View 1 Replies View Related

How To Clear Exim Queue Mails Through Cron

Jul 17, 2008

I have been seeing so many exim mail queue on server. I would like to clear for every one hour throuh crontab entry. So that I have used following script to run.

file path : /root/eximQueue.sh

Script:

#!bin/bash
exim -bpu |awk '{print $3}'|xargs exim -Mrm

crontab entry:

0 * * * * /bin/bash /root/eximQueue.sh

but the crontab is running every 1 hour but no mails cleared. Please guide to work this.

View 4 Replies View Related

Clear A Specific Email Account In Cpanel Or A Command Line Way

Jan 20, 2008

I just recently logged into my user email account "the one which was created by the name of the user of the account" and found it had 8000 emails but none are showing up in either horde or squirrelmail. How can i delete all these emails without deleting the other bla@domain.com emails? Is there a way just to clear a specific email account in cpanel or a command line way. I think if i just delete the mail folder it would kill all the emails of that account and I just want to 'reset' that one.

View 4 Replies View Related

Plesk 12.x / Linux :: Can't Remove Or Clear Mail From Queue In Panel

Jun 15, 2015

Version 12.0.18. Using QMail.

If I attempt to remove even a small message from the mail queue, using the panel interface, the screen grays slightly but nothing happens. If I refresh the screen after several minutes, I'll sometimes get the following message:

"This operation is taking too long. Check the results in a few minutes."

Switching to Postfix eliminated the problem. But with Postfix, all of my Mailman lists (scores of them) broke, so I had to switch back -- and the problem reappeared.

View 3 Replies View Related

Hundreds Of Messages In Mail Queue

Mar 10, 2007

I have hundreds and hundreds of messages in mail queue waiting delivering. Log file says:

connect to remote.host[000.000.000.000]: server refused to talk to me: 421 4.7.0 remote.host Error: too many connections from my-servers-ip

delivery temporarily suspended: connect to remote.host[000.000.000.000]: Connection timed out

(I replaced real IP addresses with 000, my-servers-ip and hostname with "remote host")

It happends only with one host (the most popular free email provider in my country). All emails to yahoo, gmail etc are being delivered without any problems.

What does it mean - too many connections from my server? I have a busy dating website and php script sends out a lot of email notifications (for example - when users get new instant messages). Anyway, I never heard that email providers limit the number of emails from the same server. During the night time all messages from mail queue are being delivered, but at day time this number sometimes grows to 1000.

I have Postfix installed.

View 3 Replies View Related

Plesk 11.x / Linux :: Qmail Email Messages Always In Queue

Nov 17, 2014

I have a server(godaddy) with plesk. It was all working well till 8 - 10 days ago. I didnt notice it one week later where I started receiving a lot of failed mail notices. Then on investigation, there were more then 50K spam mails in the mail queue and the mails that were supposed to be sent(registration, forgot password) were also held up in the queue. I found the source of the spam and fixed that.

Also I cleared the mail-queue. Now when I try to send out a test message, it still gets held up in the mail queue. But I can send a test mail to the same domain (info@mydomain.com). All new user registration mails are also held up and this is greatly affecting the site.

View 1 Replies View Related

Email Queue :: Exim Delivery Queue Size Currently Has 3000 Emails

Aug 12, 2008

I get an alert that The exim delivery queue size currently has 3000 emails in it waiting to be processed.

View 5 Replies View Related

/var/log/messages Flooded With Kernel Messages

Feb 6, 2007

I have just noticed that for several days I'm constantly receiving these infos in /var/log/messages. I haven't done anything that would invoke them. How can I disable these messages? Are they anything to worry about?

Code:
Feb 6 14:28:18 server kernel: [<c014f600>] find_extend_vma+0x12/0x4f
Feb 6 14:28:18 server kernel: [<c0134383>] get_futex_key+0x39/0x108
Feb 6 14:28:18 server kernel: [<c011d305>] finish_task_switch+0x30/0x66
Feb 6 14:28:18 server kernel: [<c02cf618>] schedule+0x844/0x87a
Feb 6 14:28:18 server kernel: [<c027734b>] sys_socketcall+0x1df/0x1fb
Feb 6 14:28:18 server kernel: [<c0125bc5>] sys_gettimeofday+0x53/0xac
Feb 6 14:28:18 server kernel: [<c02d137f>] syscall_call+0x7/0xb
Feb 6 14:28:18 server kernel: [<c02d007b>] _read_lock_irq+0x4/0x1e
Feb 6 14:28:18 server kernel: Badness in dst_release at include/net/dst.h:149
Feb 6 14:28:18 server kernel: [<f8d8a555>] ip6_push_pending_frames+0x340/0x369 [ipv6]
Feb 6 14:28:18 server kernel: [<f8d9883f>] udp_v6_push_pending_frames+0x169/0x185 [ipv6]Badness in dst_release at include/net/dst.h:149
Feb 6 14:28:18 server kernel: [<c0278fa8>]
Feb 6 14:28:18 server kernel: [<f8d98e7d>] udpv6_sendmsg+0x622/0x770 [ipv6]
Feb 6 14:28:18 server kernel: [<c027a498>] __kfree_skb+0x55/0xf7
Feb 6 14:28:18 server kernel: [<c027e1b8>] skb_dequeue+0x40/0x46
Feb 6 14:28:18 server kernel: [<c027b009>] net_tx_action+0x60/0xfc
Feb 6 14:28:18 server kernel: [<c0126354>] skb_recv_datagram+0x61/0x9b
Feb 6 14:28:18 server kernel: [<c02b1ed7>] __do_softirq+0x4c/0xb1
Feb 6 14:28:18 server kernel: [<c010814b>] do_softirq+0x4f/0x56
Feb 6 14:28:18 server kernel: =======================
Feb 6 14:28:18 server kernel: [<c0107a60>] do_IRQ+0x1a2/0x1ae
Feb 6 14:28:18 server kernel: [<c02d1d3c>] udp_recvmsg+0x5f/0x271
Feb 6 14:28:18 server kernel: [<c02b7b35>] common_interrupt+0x18/0x20
Feb 6 14:28:18 server kernel: [<c02d007b>] inet_sendmsg+0x38/0x42
Feb 6 14:28:18 server kernel: [<c02757f5>] _read_lock_irq+0x4/0x1e
Feb 6 14:28:18 server kernel: sock_sendmsg+0xdb/0xf7
Feb 6 14:28:18 server kernel: [<c02757f5>] sock_sendmsg+0xdb/0xf7
Feb 6 14:28:18 server kernel: [<c011fee1>] autoremove_wake_function+0x0/0x2d
Feb 6 14:28:18 server kernel: [<c027a89e>] verify_iovec+0x76/0xc2
Feb 6 14:28:18 server kernel: [<c0276f44>] sys_sendmsg+0x1ee/0x23b
Feb 6 14:28:18 server kernel: [<c011cb7d>] activate_task+0x88/0x95
Feb 6 14:28:18 server kernel: [<c011d00a>] try_to_wake_up+0x225/0x230
Feb 6 14:28:18 server kernel: [<c011d00a>] try_to_wake_up+0x225/0x230
Feb 6 14:28:18 server kernel: [<c0170776>] inode_update_time+0x80/0x87
Feb 6 14:28:18 server kernel: [<c0164748>] pipe_writev+0x310/0x31c
Feb 6 14:28:18 server kernel: [<c02cf622>] schedule+0x84e/0x87a
Feb 6 14:28:18 server kernel: [<c027734b>] sys_socketcall+0x1df/0x1fb
Feb 6 14:28:18 server kernel: [<c0125bc5>] sys_gettimeofday+0x53/0xac
Feb 6 14:28:18 server kernel: [<c02d137f>] syscall_call+0x7/0xb
Feb 6 14:28:18 server kernel: [<c02d007b>] _read_lock_irq+0x4/0x1e
Feb 6 14:28:18 server kernel: Badness in dst_release at include/net/dst.h:149
Feb 6 14:28:18 server kernel: [<f8d98ef7>] udpv6_sendmsg+0x69c/0x770 [ipv6]
Feb 6 14:28:18 server kernel: [<c027a498>] skb_dequeue+0x40/0x46
Feb 6 14:28:18 server kernel: [<c027b009>] skb_recv_datagram+0x61/0x9b
Feb 6 14:28:18 server kernel: [<c02b1ed7>] udp_recvmsg+0x5f/0x271
Feb 6 14:28:18 server kernel: [<c02b7b35>] inet_sendmsg+0x38/0x42
Feb 6 14:28:18 server kernel: [<c02757f5>] sock_sendmsg+0xdb/0xf7
Feb 6 14:28:18 server kernel: [<c02757f5>] sock_sendmsg+0xdb/0xf7
Feb 6 14:28:18 server kernel: [<c011fee1>] autoremove_wake_function+0x0/0x2d
Feb 6 14:28:18 server kernel: [<c027a89e>] verify_iovec+0x76/0xc2
Feb 6 14:28:18 server kernel: [<c0276f44>] sys_sendmsg+0x1ee/0x23b
Feb 6 14:28:18 server kernel: [<c011cb7d>] activate_task+0x88/0x95
Feb 6 14:28:18 server kernel: [<c011d00a>] try_to_wake_up+0x225/0x230
Feb 6 14:28:18 server kernel: [<c011d00a>] try_to_wake_up+0x225/0x230
Feb 6 14:28:18 server kernel: [<c0170776>] inode_update_time+0x80/0x87
Feb 6 14:28:18 server kernel: [<c0164748>] pipe_writev+0x310/0x31c
Feb 6 14:28:18 server kernel: [<c02cf622>] schedule+0x84e/0x87a
Feb 6 14:28:18 server kernel: [<c027734b>] sys_socketcall+0x1df/0x1fb
Feb 6 14:28:18 server kernel: [<c0125bc5>] sys_gettimeofday+0x53/0xac
Feb 6 14:28:18 server kernel: [<c02d137f>] syscall_call+0x7/0xb
Feb 6 14:28:18 server kernel: [<c02d007b>] _read_lock_irq+0x4/0x1e

View 8 Replies View Related

Blocking Mails With Certain Subject

Nov 5, 2007

I would like to block emails that contain certain subject that goes to one domain and also the one being sent internally between the users on the same domain. The tricky part is, the recipient of the blocked email will receive a notification (The message has been blocked. To retrieve the full emails, please contact the administrator). Anybody has done it before?

I am using Qmail+SA+Clam on FreeBSD

View 1 Replies View Related

Subject: Business & Personal Webhosting Packages

May 18, 2009

I wonder if someone know from where I can get a business or personal web packages, email packages or domain registration at one place with smart utilities. Hosting Company must be in local Middle East countries.

View 3 Replies View Related

Clear The File

Apr 29, 2009

How to clear all content in e.g file.txt via ssh(OS is Debian)?

I need a script to merge contents of 2 .txt files, e.g file1.txt and file2.txt to 1 file - file3.txt

View 4 Replies View Related

How To Clear .pck File

Aug 15, 2008

how we can delete the .pck files, where some .pck files are having data size in KB's some are in MB's and some are in GB where it has taken the disk space
of server into GB's

how we can delete them on the server.

View 2 Replies View Related

SERVAGE.net Stay Clear

Jul 8, 2008

I'm having the very same problems as everyone else, and after a quick google it seems I'm not alone. Servage just keep fogging me off on the support over there dreadful MySql performance.

Getting the same old rubbish as everyone else, we will move you to different server, we will fix your database etc. When will servage stop blaming there customers and step-up admit there is a problem and fix it? The support is fast but there just monkeys repating the same as the last.

I have been with them for 3+ years now, and this will be the last. Just put a request in for a full refund of this years fee's. The 1st year maybe the 2nd there service was excellent, since then its got worse and to a point now where its dam write criminal to charge people for what they offer.

Do your self a favour people stay clear of this company it has wasted alot of my time.

View 9 Replies View Related

Correct Way To Clear Swap

May 19, 2009

I've never needed or used swap, but I justed noticed i have 523k of it, which i'm guessing happened when I restored a big CPanel account.

Anyway, is their a correct way to restore it? I've got the memory space, and I've vm.swappiness set to 0.

View 5 Replies View Related

GeekRack.net - Stay Clear

Mar 14, 2008

I recently bought a small company from somebody i knew, the server they had was with GeekRack. So we moved everything over to our name and everything was fine for the first week or so, i then ordered a new server from them so i could run shoutcast from however they installed the wrong OS and refused to refund us or pay for the reload fee. So i quickly cancelled that server.

After that issue things started going downhill, nobody would answer our tickets about moving the server away from them so we could get it from our reseller account with BurstNet. As soon as we mentioned we were moving they just basically terminated all contact with us. They failed to mention two different abuse tickets to us which ended with the data centre disconnecting the server on two separate occasions, both times the server was down for more than 2 days. The server was also going down every night and when we asked them to take a look they never answered.

We finally got the server moved away from GeekRack and now the server is running fine and have had no problems. So this is just a word of warning to anybody that is considering GeekRack as there provider.

View 8 Replies View Related

How To Clear Firewall In Linux Server?

Dec 15, 2007

Hi,

can you please tell me how i can clear the firewall in my linux box?

It's CentOS but i'm not sure what type of firewall is installed on my box.

Hpe to get response soon,
toby

View 10 Replies View Related

How To Clear UNIX History Of User

Jan 4, 2007

Can someone tell me how to clear the history of a UNIX user? For example, when logged in as a certain user I can press UP to see the last commands that were used. How can I get rid of them?

View 3 Replies View Related

Hosts That Have Clear Upgrade Path

Dec 27, 2007

I'm about to launch a site that i think will see a gradual growth in userbase, so i want a host that could scale my site as the it grows. I had earlier chosen crucial web host (esp their split dedicated plan) but i think after a point even that would limit the number of users and resources used per second (and they have no upgrade after that).

I would like to hear your suggestions on hosts who have plans from VPS ( i think i'll start from VPS itself and not shared just to be safe) to semi-dedicated or dedicated.

The upgrade should be hassle free, that is my main requirement. And also if there is a sudden income of traffic from other sites the host should NOT suspend my account but should charge only for the overages.

View 9 Replies View Related

SolarVPS Billing Fiasco :: Steer Clear

Apr 26, 2007

In a rush to purchase more vps servers, since my fiance and myself were building an IRC network, we decided to purchase a vps with SolarVPS. We figured things were going to take a week to start since she purchased it. A week later and the eCheck cleared, and we figured it'd take a day or two for setup. A week after that, we were starting to wonder why we hadn't received any of the information for the VPS. Starting to ponder where our service is, my fiance phoned their 800 number support and spoke with an associate. The support associate notified us that we slipped into the old billing system and purchased the vps before they switched over, and instead of disabling the billing system for a temporary amount of time, swapped to the new one and dumped the old one.

After a little prodding via the phone, they said they would push up our renewal date since they took longer than expected. He said within 15 minutes, we should receive an email with the vps information. 2 hours later we saw sight of the email.

Within the first and only month with SolarVPS, we experienced two network outages. Each time, we sufficed to use the online support system via the website, and notified them of the outage. They reiterated what we told them, which was the fact of the vps being offline network-wise. However, the agent each time told us there was nothing he could do about it, and failed to answer questions after the fact.

Towards the end of the month, we were quite dissatisfied with the service that SolarVPS has provided to us, and as such, we decided we were not going to renew the service. As we had not contracted into a year or otherwise, we moved everything off of the server. After the next payment was overdue, we received an invoice requiring us to pay them ASAP.

We emailed them directly back, asking them to cancel the vps, as in the TOS, it described that cancellation requests could be sent via email. We received an email back from them informing us that they would not cancel the vps unless a payment for the next month was received. Informing us that there was a 10 day period we had to have canceled in beforehand, we were fine with paying the next month, but wished to cancel either way. They also informed us that we were required to use the cancellation form provided via link, as they would ignore any other form of cancellation request, regardless of the statements in the TOS.

We asked for the information to login to the billing panel to pay the last outstanding bill, so we could cancel the vps. In return, they asked for full name, address, last paypal transaction id, and all ips assigned to reset the password. This is the point where we stand.

SolarVPS has been an absolute hair-tearing experience, and would give me receding hairline if I had actually torn my hair out. I would personally steer clear from them, and maybe look into a company like BuyAVPS. Always read the TOS, and make sure its loose enough to give you some movement room in case you don't like the service. Either way, We're still waiting for SolarVPS to help us cancel our VPS.

Short Ending: Steer clear.

View 5 Replies View Related







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