Displaying 20 results from an estimated 600 matches similar to: "sendmail: clientmqueue directory storing massive messages, not being cleared"
2002 Dec 17
2
Statistics appearing in middle of file list -- no errors
Has anybody seen this? We want to seperate the statistics out from the
file list, and were using tail to grab the end of the file. the command
we run is:
rsync -r -a -z --partial --suffix=".backup" --exclude="*.backup" \
--stats -v /. 10.1.1.60::cds101/ > /var/log/rsync.log 2>&1
along with a number of excludes to skip the /tmp, /dev,
2009 Aug 29
3
what is the best way to delete so many queue files?
Hello, all.
I found that so many unnessary queue files are saved at /var/spool/clientmqueue/ directory.
I tested two way to delete these files.
1.
# rm -rf /var/spool/clientmqueue/*
2.
# cd /var/spool/clientmqueue/ ; find . | xargs rm -fv
But this makes a few load of the system and took too much time to delete.
What is the best way to delete fast without too much load?
2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the
command line, along the lines of:
mkn@shrewd$ mail test@knigma.org -c test@knigma.org
Subject: test
test
EOT
mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids
(egid=1001, want=25)
can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root
2006 Mar 22
4
Cannot start sm-client on CentOS
Starting up sendmail I get:
Starting sm-client: can not chdir(/var/spool/clientmqueue/): Permission
denied
Program mode requires special privileges, e.g., root or TrustedUser.
I assume the user used for sm-client is smmsp. However, that user has
/var/spool/mqueue as homedir and I added him to the trusted users list.
FYI, that user has disabled login (which should be okay) and the group has
a
2003 Apr 08
1
Sendmail -- local mail problems
I am having problems on with locally generated mail on a box (production)
that was just updated to 4.8-RELEASE from 4.62
After trying all manor of cures noted by others here and in google I have
managed to get past the permission denied messages in the system log, but
not in maillog. I now have all of today's local form submissions and my
command line test mails backing up in
2006 Jun 12
5
use AT320 international call
Hi all,
The firmware I used is pa168s_iax2_us_151011.bin.
My problem is the handset dial before I finished key in all
the numbers, no matter how fast I managed to press the keys.
It appeared it always dialed immediately, for example "011862",
when I actually ment to dial 0118620xxxxxxxx. Thus left the
remaining numbers "0xxxxxxxx" unsent.
The handset had its dial plan
2005 Feb 14
1
[Bug 2187] rsync large file getting verification failed using -z
https://bugzilla.samba.org/show_bug.cgi?id=2187
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2005-02-14 01:35
2008 Aug 19
1
TECRA-A9 -- devcot LDA/sendmail
FreeBSD 6.3-RELEASE-p3 i386
---------------
sendmail -d0.1
Version 8.14.2
Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS
PIPELINING SASLv2
SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG
------------------
dovecot-1.0.7
dovecot-sieve-1.0.2
_______________________
IMAP-UW was previously used.
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
Hi everybody,
Please any one help me, Previous two day''s I am googling, Still not
find solution. this really frustrating.
I had deploy my app on heroku http://radiationn.heroku.com/. it is
working fine on localhost but i got APPLICATION ERROR.
IN log wht i find that in photo.rb model not able to find
"has_attached_file", I am not able to shout out this proble. It
working
2008 Jun 30
1
Problem with Sendmail + Apache
In my /var/log/maillog show this message:
NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission
denied
Permissions on dir:
drwxrwx--- 2 smmsp smmsp 36864 Jun 30 15:23 clientmqueue
If i change the permissions to 777 works normaly but is not safe and in
other server works fine with the permissions 770.
Anybody have any idea?
Thanks,
--
Daniel Bruno
2007 Nov 29
1
Prorating scale items
Hello,
I am hoping for some advice as to how I can prorate a number of scale
items that comprise a score. At least 69 of 159 cases have at least 1
value missing (65 cases have H7 missing). The maximum number of missing is
5.
I want to compute a total score, a score for the H items, the R items and
C items.
H1, H2, H3, H4, H5, H6, H7, H8, H9, H10, C1, C2, C3, C4, C5, R1, R2, R3,
R4, R5
I am
2015 Nov 07
2
Cannot chown file to active directory user/group on member server
Hi,
I need to change ownership of server files to user/group defined in active
directory ( using rfc2307 and unix attributes). Chown returns no error, but
'ls -lia' shows that file ownership is unchanged. What am I doing wrong?
archive-test:/archive/video # ls -lia ./test.mp4
17121 -rw-r--r-- 1 root root 2413096 ноя 2 19:50 ./test.mp4
archive-test:/archive/video # wbinfo -u
2008 Jun 09
8
sendmail not sending after reboot
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out. No
clear identifiers in the /var/log/maillog or /var/log/messages.
We're not setup for ESMTP as it's a closed network and I'm really hoping
for a kickstart as to
2006 Apr 13
1
Prototyping for basejail distribuition
Hi,
I attach 2 files in this email, the first is a Makefile and the second is
jail.conf.
For demonstre my idea i resolved create one "Pseudo Prototyping", for test
is necessary:
1 - Create dir /usr/local/basejail
2 - Copy Makefile to /usr/local/basejail
3 - Copy jail.conf to /etc
4 - The initial basejail is precompiled is distributed in CD1,
for simular basejail is necessary a
2013 May 25
1
Mysterious Application Error on Heroku
I converted my app to rails 4. My test suite is green and it runs great
locally. I then deploy to Heroku and it crashed with no information at
all.
It just says "Application Error. An error occurred in the application
and your page could not be served"
Heroku logs don''t give any info either:
-------------------------------------------------------------
2004 Aug 06
1
Second patch again CVS version
On Sun, Feb 24, 2002 at 09:04:03AM +0100, Ricardo Galli wrote:
> Sorry, didn't explain well.
>
> Nagle's algorithm (rfc896) buffers user data until there is no pending acks
> or it can send a full segment (rfc1122).
>
> icecast doesn't need it at all, because it already sends large buffers and
> the time to send the next buffers is relatively very long.
IMO
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
Hi,
in the kernel I have these lines:
[...]
device miibus # MII bus support
device rl
device ed
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_VERBOSE_LIMIT=0 #limit verbosity
options IPDIVERT #divert sockets
options DUMMYNET
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
2004 Dec 16
2
Strange command histories in hacked shell server
Hi,
Sorry for cross posting.
I have with FreeBSD 5.3-stable server which serves as a public shell server.
FreeBSD public.ub.mng.net 5.3-STABLE FreeBSD 5.3-STABLE #6: Wed Nov 24
15:55:36 ULAT 2004 tsgan@public.ub.mng.net:/usr/obj/usr/src/sys/PSH i386
It has ssh and proftp-1.2.10 daemons.
However it was hacked and I'm trying to analyze it and having some
difficulties.
Machine is
2010 Jun 02
1
rsync 3.0.7 network errors on MS-Windows
I am experiencing intermittent network failures on rsync 3.0.7 built using
cygwin for Windows-XP (SP2). I am using GCC v4.4.2 and the latext version
of cygwin.
The rsync error long indicates things like:
rsync: writefd_unbuffered failed to write 4092 bytes to socket
[generator]:
Connection reset by peer (104)rsync: read error: Connection reset by peer
(104)
rsync error: error in rsync