Displaying 20 results from an estimated 1000 matches similar to: "webmaster in mqueue"
2005 Feb 08
6
help with xargs and mv
I am trying to move a group of sendmail queue files into a special
area and am developing s script to assist. The manual steps are:
# Identify which messages to move
mailq -qR<domain> > file1
# Select only lines with message ID strings
grep '^[[:alpha:]][[:alnum:]]\{13\}' file1 > file2
# extract only the messages ID
cut -b -14 file2 > file3
# prepend '*' to
2013 Sep 03
2
No valid cgroup for machine...
Hello!
How do i get pass this error?
offlinehacker:~/ $ virsh --debug 0 -c lxc:/// create o1.xml
create: file(optdata): o1.xml
error: Failed to create domain from o1.xml
error: internal error: No valid cgroup for machine c1
My cgroups seem to be mounted:
cgroup on /sys/fs/cgroup/systemd type cgroup
2002 Nov 13
4
Speed tests
Hi all
I hope no one minds but I was asked to post my timetrial findings back
to the list.
Hope it helps someone else as well, if you have any suggestions please
mention them as I need all the speed that I can get
The scenaro is as follows
I have to switch mail servers and I need to copy all my mbox files over
to the new machine.
As you may well know time if off the utmost importance so I
2010 May 15
3
sendmail many emails
I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue
directory.
I stopped sendmail. removed all the files in mqueue, added to sendmail
access a REJECT for hinet.net
This certainly seems to help - but is that the correct way to take care
of this sort of thing?
Thanks,
Jerry
2006 Nov 06
2
Fwd: How to grep and remove files
Hi All,
I want to know how to grep and delete (remove) files .
What I need is that there are some unwanted out going mails in the queue in
my Centos 4.4 Sendmail Server. I can find them with the below commad.
mailq /var/spool/mqueue/ |grep '<>'
Then It displays all the mails of that type withg their ids in the following
way.
[root at gateway ~]# mailq /var/spool/mqueue/ |grep
2012 Apr 30
2
restoring mails and directories
Good day!
is there an easy way to restore e.g. deleted mails and/or mail directories?
let me specify: I'm running dovecot 1.2.9 on a current ubuntu lts. It is set to Maildir and I backup the folder with the users maildata nightly via rsync.
now, when someone deletes a mail that they still need, and I copy it back from the backup, it will not be visible to mail clients. When I change the
2016 Mar 10
2
zlib plugin doesn't add "Z" flag to Maildir filename
On 2016-03-10 15:00, Alessio Cecchi wrote:
> Il 10/03/2016 10:38, Tom Sommer ha scritto:
>> I enabled zlib compression, so new mails are saved compressed.
>>
>> Now I want to convert the old mails to gzip with the find and gzip
>> command, but now I don't know which files are already gzip compressed
>> by
>> dovecot.
>
> Simple check if the file
2003 Jun 05
2
sendmail: clientmqueue directory storing massive messages, not being cleared
I just got done sending 42,000 e-mail messages that were rotting away in
/var/spool/clientmqueue. I figured out the command to do so was
"sendmail -L sm-msp-queue -Ac -q30m".
I never even knew that directory existed. I thought everything queued was
kept in /var/spool/mqueue (which, I might add is being taken care of on a
regular basis.. just seems the problem lies in the
2010 Aug 05
1
difficulties with read.table applied to files from URL
Hello,
I am using read.table to read files directly from a public ftp site. I have
a general list of files that may or may not exist in the ftp directory, but
my hope was that R would read the file if it existed and ignored it if it
didn't exist and move on to the next one. However, when R arrives at a file
that does not exist I get the error message "Error in file(file, "rt") :
2008 Feb 21
3
Huge mailq
Where should we start on preventing this type of problem?
[root at server34 mqueue]# find | wc -l
185259
-jason
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555
2013 Jul 13
1
new user questions
Greetings;
Trying to follow along with the wiki2 setup instructions and thought I'd
hit a snag with the first "send me a mail" snippet as it took several
minutes to arrive, so I assume that somehow procmail was involved in the
delivery and my procmail runs mail thought a whole bunch of checks before
finally handing it off to a mailfile as /var/mail/gene.
Then the next script
2019 May 23
2
df
On Thu, 23 May 2019, Stephen John Smoogen wrote:
> I might actually be able to have a workable answer:
>
> alias drf='/usr/bin/df -x tmpfs'
/usr/bin/df \
-x autofs -x binfmt_misc -x cgroup -x configfs -x debugfs \
-x devpts -x devtmpfs -x efivarfs -x hugetlbfs -x mqueue \
-x nfsd -x proc -x pstore -x rpc_pipefs -x securityfs \
-x selinuxfs -x sysfs -x tmpfs
:-)
--
2007 Aug 16
0
index and control files not being created
Hello, I'm configurating dovecot 1.0.3 on debian etch.
While trying to set public folders, y decided to have the index and
control files on the users homes. those homes are mounted by nfs, with
disabled access to root.
In that scenario, I'm getting the errors i transcribe next:
Aug 16 11:21:17 server dovecot: IMAP(user):
2006 Mar 15
4
misdn problem
I am trying to use misdn insted of zaphfc to drive two billion isdn cards
zaphfc is ok, but the problem with cdr and the fact tha you always have to
wait the bristuffed version of asterisk took me to
try another way.
so I downloaded the misdn installation script from beronet for the last
version ( I am using asterisk stable 1.2, so now is 1.2.5)
wget
2013 Dec 27
2
Sieve's spamtest always returns 0
I am a bit at a loss here with Sieve (pigeonhole) and the spamtest
extension. I am using Dovecot 2.1.7 (backported to Debian squeeze),
which comes with Pigeonhole 0.3.0.
Messages are scanned with SpamAssassin, which adds a header like
X-Spam-Status: Yes, score=84.6 required=5.0 tests=?
and so I configured spamtest in conf.d/90-plugin.conf like so:
sieve_spamtest_status_type = score
2003 May 16
1
Modified Cups Backed pdf writer to keep the original document name.
Hi All,
I've got a samba/cups pdf writer going thanks to PeteFwee and Wolfram Q and
a few others... the cups pdf backed i used has a default of
username-date.pdf which I didn't like and wanted the name of the job that
got send in the printer q on the winslows client.
The only way I could see in my very limited experience was to grab the
%%Title out of the postscript file and make sure
2006 Apr 21
2
getent not working (again)
Hi all,
after I searched the internet about a week now I can't find an answer to my
problem:
The company I work for is using a Windows 2003 Domain using the Windows
Services for UNIX (SFU) and NIS. We are using two Domain Controllers that
are hosting the ADS.
Now I want to use Samba and NFS to implement a file server for our mixed
client enviroment: There will be Linux, HP UNIX, Solaris,
2011 May 24
5
CentOS 5.6 PHP 5.3 and SquirrelMail
OK, so I did an upgrade to PHP 5.3 on one of my servers. I noticed the
uninstall of php also removed SquirrelMail and it won't install under
PHP 5.3. Has anybody worked this out with a good RPM or repo solution?
--
John Hinton
877-777-1407 ext 502
http://www.ew3d.com
Comprehensive Online Solutions
2003 Sep 22
4
MS Outlook
If you are using Microsoft Outlook and you are reading this message you
need to make 500% sure you are not propagating virii. I posted our
support (at) nufone d0t net addy on this mailing list last night and
have never posted it in an unprotected fashion like that anywhere else.
So far today we have received over a hundred email virii to that address.
I suggest you upgrade to a more secure
2007 Sep 26
4
Intrusion Detection Systems
Situation: We are providing hosting services.
I've grown tired of the various kiddie scripts/dictionary attacks on
various services. The latest has been against vsftpd, on systems that I
can't easily control vs. putting strict limits on ssh. We simply have
too many users entering from too many networks many with dynamic IP
addresses.
Enter.... thinking about LIDS or Log Based