Displaying 20 results from an estimated 4000 matches similar to: "Wildcards (include)"
2011 Aug 11
2
Removing all duplicate row except by one
Hi,
It's my problem, supppose that we have a data.frame:
t
a b c
1 1 1 1
2 0 1 1
3 1 1 1
4 0 0 0
5 1 0 1
6 0 1 0
7 1 1 1
8 0 1 0
I need extract duplicat row i.e i nedd frame like this
a b c
3 1 1 1
8 0 1 0
I try use subset(t, duplicated(t)) and t[duplicated(t), ] but this command
return
a b c
3 1 1 1
7 1 1 1
8 0 1 0
Best
Marcin M.
--
View this message in context:
2002 Mar 20
2
transferring individual files question, pull vs. push
Can't seem to find the answer anywhere...
I'm currently using an rsync script on the source box to transfer some
individual files to the destination box...all works well. The script:
rsync -e ssh \
/var/qmail/control/file1 \
/var/qmail/control/file2 \
/var/qmail/control/file3 \
/var/qmail/control/file4 \
destination-box.xxxxx.com:/var/qmail/control
Now, instead of "pushing"
2006 Oct 30
2
Ugly menu/dialog font of applications, using debian sarge and wine 0.9.8 and 0.9.22
hello,
I have a problem with an unsuitable font in the
windows menus/dialogs with the above versions of wine
(dont think this depends much on the versions, though.
Have not tried other versions so far.) when using
debian sarge.
The font seems to look a bit ugly, usually destroys
partly the menu/dialog structures, and, most
important, has no German umlaut's (the diphtongs ae,
oe, ue and
2004 Jan 15
3
Sending voicemail with qmail
you can do that. But are u installing qmail and * on
same box. i wont
recommend that. i use qmail and *. qmail is strictly
for internet email. *
is on separate server not exposed to Internet. * box
also has sendmail. i hv
configured sendmail to use smart host (qmail server).
This way its safe and
secure.
HTH,
-B
----- Original Message -----
From: "Ing Isianto Istiadi"
2007 Feb 05
6
qmail on CentOS 4.4
I've tried to install qmail 1.03 on CentOS 4.4 using the command:
# make setup check
and I received this error:
./load auto-str substdio.a error.a str.a
substdio.a(substdo.o)(.text+0x43): In function `allwrite':
: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
Can anyone please help?
TIA
Dick
2009 Jan 26
3
deliver and qmail
Hi all,
ok, after looking at all of the posts that I've found, and trying
numerous settings, I am a little stumped as to how to set up the deliver
program with qmail to get everything correct.
Ultimately, I really don't want to do a lookup of the home dir if I
don't have to. I'd rather specify the stuff in the .qmail-user file for
that particular user to avoid the extra step.
In
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me:
[root at toast jack]# tail /var/log/qmail/qmail-smtpd/current
@400000004e9ddbd031610f54 tcpserver: status: 0/20
@400000004e9ddbd72c767c04 tcpserver: status: 1/20
@400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235
@400000004e9ddbd739a20d1c tcpserver: ok 12039
2017 Mar 14
4
qmail package for CentOS 7
Is there any package available for qmail? I am having hard time finding it.
2007 Oct 22
2
Site about qmail (with CentOS as SO)
Hi all,
I'm building this site about email servers - http://www.qmailrules.com
It intends to be the *most extensive and comprehensive* site about qmail.
It is like a step-by-step book, that intendes to *really* help people
getting their servers up and running.
It is not yet complete, but will be in a matter of days.
People will be invitided to participat, for now is only by invitation.
2007 Feb 02
0
Easy Earnings with Flextime
Hello,
We hope you are reading this message in a fine mood.
I'd like to welcome you on a very interesting opportunity.
We supppose you will be very interested in a home job in which you
could get about AUD4000 per month.
This job will not affect your present career, it will only take a small
part of your free time. The only things you will need to have to start
running your business with
2008 Oct 22
3
logging IMAP username rather than UNIX username
Hi there
I'd like to change my setup to log the _actual_ IMAP user's login,
rather than the UNIX username. My system uses a virtual uid setup with
qmail, where the mailboxes are owned by the 'vmail' user and
authentication is via checkpassword using user%domain (ie email, just
with % instead of @). So dovecot is recording _all_ logins as:
imap-login: Login:
2007 Jun 25
3
quota calculating
Hey everyone,
Currently where I work we use qmail. Every time a message is delivered,
qmail seems to walk through the user's entire maildir in order to
calculate quota usage. Delivering messages simultaneously to just a few
users who are allowed large maildirs (1-2GB) will bring our servers to
their knees. Which brings me to dovecot. I use dovecot whereever I can,
but haven't yet
2007 Mar 23
1
Prblems log rotating a file
Hi,
I needed to logrotate a fil named qmail-queue.log from qmail-scanner.
So i've edit /etc/syslog.conf and changed it to:
*.info;qmail-queue.none;auth.none;mail.none;authpriv.none;cron.none
/var/log/messages
(...)
# qmail-queue logs
qmail-queue /var/spool/qscan/qmail-queue.log
Also, i've edit /etc/logrotate.d/syslog and changed to
/var/log/messages
2006 Oct 31
1
Re: Ugly menu/dialog font of applications, using debian
> Message: 5
> Date: Mon, 30 Oct 2006 13:46:57 +0100
> From: Jens Gulden <mail@jensgulden.de>
> Subject: Re: [Wine] Ugly menu/dialog font of applications, using
> debian sarge and wine 0.9.8 and 0.9.22
> To: wine-users@winehq.org
> Message-ID: <4545F441.4080606@jensgulden.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hallo Wolfram,
2005 Oct 04
3
MAIL Aliases
Dear Friends,
I insatlled qmail on CentOS 4.1 and now I need forward messages root to
other user.
I modified file /etc/aliases but it don't work.
Thanks
Adriano
2004 Dec 06
3
rsync: a bit of confusion
Hi,
This is the first time I have setup rsync.conf like,
max connections = 20
syslog facility = local3
read only = true
hosts allow = 192.168.10.10
[qmail-control]
comment = qmail-control
path = /var/qmail/control
read only = yes
list = yes
uid = root
gid = root
Then from 192.168.10.10, I tried,
rsync -avz -e ssh
2004 May 21
3
"important" flag
I'm wondering what I'd need to do to get the "important" flag set on an
incoming message according to a pre-specified header.
I know the problem of this not being a "joined-up" feature in standard
email, but in practice many MUAs set headers like X-priority etc, and IMAP
has an "important" flag that is the obvious mapping.
I'm not really sure where
2010 Jun 20
5
dovecot evaluation on a 30 gb mailbox
hi all
i use qmail toaster. i recently changed over to dovecot.
posting below my evaluation on the same
my machine
dual core dual xeon 5140 processor, with 4 gb ram, centos linux with
qmailtoaster
i had setup a qmail tap account which backups up data for a client of mine
mailbox size over 30 gb
setup dovecot with squirrelmail and logged in
it had over one hundred and thirty nine thousand
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 14 Feb 2014, matthias lay wrote:
> On 02/14/2014 08:27 AM, Steffen Kaiser wrote:
>> On Fri, 7 Feb 2014, matthias lay wrote:
>>
>>> I experienced that if a Mailaddress matches several users the delivery is
>>> aborted.
>>>
>>> ----------------
>>> dovecot: auth: Error:
2008 Oct 24
3
dovecot deliver mail bounce problem
Hi list,
I am using dovecot deliver for the local mail delivery with qmail.
this is working fine.
but when mail is sent to invalid user, it gets bounced back with error
"I'm not going to try again; this message has been in the queue too
long." rather "no mailbox here by that name"
I could find proper solution,
kindly guide to resolve it.
/var/log/maillog
Oct 24