search for: tni

Displaying 11 results from an estimated 11 matches for "tni".

Did you mean: ti
2014 Mar 25
1
Dovecot Port 993 and 995 not connecting.
Hello Mates, I am facing a really weird issue with my mail server, somehow I cannot connect using port 993. It works with 143 but not 993 nor 995. Here is a little bit of more information: # telnet localhost 143 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+
2009 Dec 30
3
A Dovecot Sieve spam filter question.
Hi, I'd like to make a filtering threshold for users to let them deal with spamassassin spam-level starred < 8 themselves, but spam-level starred higher than 8 should be discarded how can one do that with the "anyof" option ? the following doesn't work with a test email with "gtube", which scores > 999 : # require "fileinto"; if header :matches
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
...homas Fuchs) > 4. AW: [Rails-spinoffs] array.each() on associative array? > (Stich, Josef) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 11 Nov 2005 08:35:06 -0700 > From: "Gregory Hill" <Gregory_Hill@tni.com> > Subject: RE: [Rails-spinoffs] array.each() on associative array? > To: <rails-spinoffs@lists.rubyonrails.org> > Message-ID: > <A4A0540383098A489C41BF98C77AEE5DE7190D@USMAIL104.morinda.com> > Content-Type: text/plain; charset="us-ascii" > > Can...
2005 Jun 12
0
Simple antidotes pur.chase, brings greater financial gains. (PR#7933)
Select from a wide variety of brand name and generic curatives. It is lawful to pur.chase from our appraised chemist zones. We distribute customers quick medz on Soreness, ErectionDysfunction, Sleeping Disorders, Raised Cholesterin, Diabetes and other problems. We create a cyber world where customers can experience complete convenience brought by expeditious carriage work. Review our storespace
2006 Jan 18
2
Event.stopObserving and anonymous functions
Hi all, I'm using behaviour(.js) to add event handlers to all the table cells in a table (mouseover, mouseout, clickk). However, I'm also ditching the table and replacing it with an Ajax.Updater so I want to remove all the observers before I lose them. Unfortunately, the Event.observe calls were written as inline anonymous functions so, when calling Event.stopObserving, I'm supposed
2006 Apr 03
5
Event.observe on IE
I''m working again on unloading events before making my ajax call. This code works on Firefox/Opera, but IE doesn''t seem to get the onclick events registered. Could someone with IE take a look? http://hank.org/demos/ajax3.html The js is included in that file. There''s alerts() to show when the events are registered. The idea of the code is to look for any
2019 Mar 25
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
Dne 2019-03-25 16:02, Rowland Penny via samba napsal: > On Mon, 25 Mar 2019 15:12:16 +0100 > franta via samba <samba at lists.samba.org> wrote: > >> Hi team, >> I have Samba (4.9.5) AD DC, and when trying to add second DC, join >> fail: >> >> # samba-tool domain join zamecek.home DC >> -U"SSUPS-ZAMECEK\administrator"
2019 Mar 26
2
samba 4.9.5 - joining Samba DC to existing Samba AD failed
Hi Tim and Rowland, thanks for Your support! I was thinking about e.g. Python 2.7.15 compatibility (as newer Samba versions require Python3), but You are right, here in DB can be problem - first Samba AD DC was created by migrating Samba3 NT4 domain to Samba4 AD cca week ago (using 'samba-tool domain classicupgrade ...', according to Samba Wiki): On Tue, 26 Mar 2019 10:14:02 +1300 Tim
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;0<f+D7eb5mI72|a5B<OhNg_TA}O#)mmh?l zm~2)h=8*+Lk$+P7GHPwlgJ|~Yx^+skwa`-<zWk>&DY{q}{=nS)w4O7RCQYlbf4neW zSd&cnm*^5nQoIeKJDh4$7?cY=>#UZ>`$wWgEo_OHIfbA*O-B48Nil4PUtxTyUdo}q z>WSzwXsgyz-M<`jBDY)ePo#e=)l;Ia{7aGFQXPFhx=BkGJj|FmT&IL9$eG547PC_C zMa-Ea5s`Zh^|BSZ2zZME8d1PXotniQfq)2)ZqOonfvs9o8=<b7y&{II?XrCx)s^S7 z-^c|soJLdIuFe;<D$U7WXdha1l at 9!TmlZE~wLZM8L*6wad<9TEZijm)Yk)Ewb+cH~ zY#&Tv{KwTK!8!>E7G103I}uo?lMk{(V7)HW)7DCC6(q1hR}+DaVs2X^`cF)_pR1~( z&`Z8k!)V6(F2+5iM`JJ*aI#WzQM4jhFTqWE(yEjKn{+uzL#8&jF*U;`J!S0`p=5-N z)|(xzs|$WD1-_Oj!=++=yb>8^=;...
2006 Mar 08
1
Why does file's inode change?
Hi, perhaps dump question: I'm using ids system and doing file monitoring. If any file changed, i see it. Recently i saw inode change of /etc/shadow. One user was added. So what might be reason for inode change of any file? Does inode size grow by-and-by? I think not. Or might only reasonable cause be that this file was deleted and recreated again? regards -------------- next part
2006 Jun 20
1
viewing ext3 journal
Hi! Is there a way to view ext3 filesystem's maintained journal (in a human-readable-format)? I ask, because i have had a server crash before and now i'm wondering if i might take a look at last things that my server did straight before crash. I guess clarifying log insertions might be lost before buffers were flushed to disk. Thx.