Displaying 20 results from an estimated 48 matches for "easynet".
Did you mean:
easynews
2004 Aug 06
0
[raphaelh@easynet.fr: Re: Problem with IceS]
Whoops, i replied offlist. This might be useful for others.
jack.
----- Forwarded message from Raphaël HALIMI <raphaelh@easynet.fr> -----
Delivered-To: jack@localhost.icecast.org
Delivered-To: jack@icecast.org
Date: Sat, 21 Apr 2001 22:09:36 +0200
From: Raphaël HALIMI <raphaelh@easynet.fr>
To: Jack Moffitt <jack@icecast.org>
Subject: Re: [icecast] Problem with IceS
User-Agent: Mutt/1.3.17i
In-Reply-To: <2...
2004 Nov 04
0
Warning: Unacceptable file attachment detected
...is about the message:
Report: Executable DOS/Windows programs are dangerous in email (Joke.com)
Please note that you may be spreading a virus.
Unfortunately, the Internet cannot be used safely nowadays without
the use of a virus scanner. You can download a virus scanner from
http://tucows.easynet.nl/virus95_default.html.
We advise you to run a virus scanner on your PC at all times.
Moreover, make sure your virus scanner retrieves the so-called 'virus
definition files' from the manufacturer of your virus scanner EVERY
DAY. In most virus scanners this can be defined within the p...
2003 Jul 21
8
Best software SIP client
Does anyone have any views on the best software base SIP client to use
that normal users could use with Asterisk without being too techie ?
I have tried the X-Lite client with varying success. The first version
worked OK but music on hold broke the voice paths and the slightly newer
version initiated the call but failed to make the voice connect in both
directions.
The SJphone client works but
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
...9;)dnl
FEATURE(`relay_hosts_only')dnl
FEATURE(`dnsbl', `ipwhois.rfc-ignorant.org',`"550 Mail from " $&{client_addr} " refused. Rejected for bad WHOIS info on IP of your SMTP server - see http://www.rfc-ignorant.org/"')
FEATURE(`dnsbl', `proxies.blackholes.easynet.nl', `"550 5.7.1 ACCESS DENIED to OPEN PROXY SERVER "$&{client_name}" by easynet.nl DNSBL (http://proxies.blackholes.easynet.nl/errors.html)"', `')
FEATURE(`dnsbl', `bl.spamcop.net', `"450 Mail from " $`'&{client_addr} " refused -...
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
...TURE(`relay_hosts_only')dnl
> FEATURE(`dnsbl', `ipwhois.rfc-ignorant.org',`"550 Mail from " $&{client_addr} " refused. Rejected for bad WHOIS info on IP of your SMTP server - see http://www.rfc-ignorant.org/"')
> FEATURE(`dnsbl', `proxies.blackholes.easynet.nl', `"550 5.7.1 ACCESS DENIED to OPEN PROXY SERVER "$&{client_name}" by easynet.nl DNSBL (http://proxies.blackholes.easynet.nl/errors.html)"', `')
> FEATURE(`dnsbl', `bl.spamcop.net', `"450 Mail from " $`'&{client_addr} " refus...
2002 Jul 30
0
[Bug 372] [RFE] [authkrb5] : KRB5CCNAME set to pointer
http://bugzilla.mindrot.org/show_bug.cgi?id=372
basalt at easynet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Summary|[authkrb5] : KRB5CCNAME set |[RFE] [authkrb5] :
|to po...
2004 Aug 06
1
liveice daemon ...
Yes...
Something like the following in your rc.local or other startup file should do the trick. Modify the paths to suit your installation.
/usr/local/icecast/bin/liveice -F /usr/local/icecast/bin/liveice.cfg >/dev/null
2>/dev/null &
<p><p>>>> eric.gianquinto@easynet.be 4/4/02 4:04:40 AM >>>
Hello all,
Is there any possibility to execute liveice as a daemon ... ??? or
something like that ...
Thanks
eric
<p>
--
Eric Gianquinto
Rue Souveraine, 114 - 1000 Bruxelles - Belgium
Tel: +32 (0)2 6429217 - GSM: +32 (0)495 301648
PGP public key on...
2004 Jun 18
2
[Q] Newbie (continued.. at least I got R running allready :-)
Hi all
a week ago, I posted a newbie question in data smoothing &
maximum-extraction with R. I got quite a lot of response, but I'm still
kinda stuck with it...
I'll restate the problem : i got a datafile with 2400 measuerements (every
250msec) of a CO2 measurement device, capturing the breath of a subject. I
uploaded such a sample here :
2004 Aug 06
1
[Fwd: They want to close the biggest European network]
-------- Original Message --------
From: "Gulliver Riviera" <gulliver.riviera@tiscalinet.be>
Subject: They want to close the biggest European network
To: <niouz@reseaucitoyen.be>
<p><p>I know this is somehow off-topic but I think it is important to bring to
your attention that the Ebone European network is ready to collapse ...
http://live.ebone.net/
2002 Jul 28
0
[Bug 372] New: [authkrb5] : KRB5CCNAME set to pointer
...nter
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: basalt at easynet.fr
openssh 3.4 /3.2 at least
seen on i386 and sparc, with net/openbsd, cygwin ...
when trying to authentify trough kerberos V, KRB5CCNAME var set to wrong value
on client :
shiva:krb {50} klist
klist: No ticket file: 0x506c0
v4-ticket file: /tmp/tkt1003
klist: No ticket file (tf_util)
think...
2006 Jun 04
2
Monitor application and e-mailing attachment
...ld e-mail the wav to a specified mail adres.
So I made a standard context that records a call, like this:
exten => _*31*00[1-9].,1,Setvar(CALLFILENAME=CALL-${EXTEN:4}-$
{TIMESTAMP})
exten => _*31*00[1-9].,2,Monitor(wav,${CALLFILENAME},m})
exten => _*31*00[1-9].,3,Dial(SIP/0031${EXTEN:6}@easynet)
exten => h,1,System(/etc/asterisk/mail.sh ${CALLFILENAME})
Ok, this is my mail.sh:
/usr/bin/mime-construct --to mail@address.com --subject "Asterisk
Recording" --attachment $1.wav --file /var/spool/asterisk/monitor/$1.wav
-- Executing System("SIP/attilla-8407", "...
2002 Aug 01
0
Ok here we go... toner cartridges
According to some newsgroups and various (unconfirmed places), this guy had to pay $1000 a pop to each person he spammed back in the day.
Below is his email if you want to spam him.
To all those who care:
http://easyweb.easynet.co.uk/~gcaselton/spam/benchmark.html
http://www.theregister.co.uk/content/archive/7468.html
Since the victory in the courts, the name Benchmark Print Supply has disappeared from the e-mail inbox. In 2001 though, a number of new spamverts for toners started to appear. It will be interesting to see...
2002 Oct 23
1
re stagiaire embetée ...
merci de m'accorder un petit peu de temps ... c'est gentil de votre
part ...
le service cron que j'utilise est sur PC
l'appli doit être lancée toutes les minutes
le .exe et le .ini se trouvent sur G, qui est en effet une partition
montée via samba sur une station NT
si ca peut être plus clair, voici un test que j'ai fait :
- test.cmd est un fichier de commande permettant de
2003 May 10
1
Files and directories created by WinXP client are read-only
My WinXP client creates files and directories that are writable only by the
file owner, not by the group to which that user belongs. There must be
something all-too-obvious that I am overlooking here, but I'll be darned if I
can find it. The files and directories can be read just fine, but I can't
write to them.
Clues? Help? Commiseration?
Thanks,
Jay
--
When we are planning for
2003 May 26
0
Samba - Winbind problem : session setup failed : System error
Hello,
I'm using Samba 2.2.7a on RedHat 9.0. I'm trying to set-up universal logons
between a Samba Server and a W2K SP3 DC, which has restrictanonymous=1.
I followed the procedure as described at
http://ftp.easynet.be/samba/docs/man/winbind.html
- I managed to join the Samba server (MYSAMBASRV) to the domain (MYDOMAIN)
- I used wbinfo with the -A switch to store the credentials of a Domain
Admin user account, so that a list of all shares could be retrieved from the
domain controller (MYDC)
- I successfully re...
2003 Oct 20
1
FreeBSD5.1, Samba 3 + Win2k
Hi!
I am really lost and clueless.
I reinstalled my Workstation(Win2k) and my Server(FreeBSD5.1).
Bevor that Samba was working alright.
I installed Samba 3 on the FreeBSD box.
But now in state of security = user I just can't log in.
The BSD box is visible in the Workgroup.
All I changed is that I have a different user on my workstation now. Bevor on
both the server and the workstation were
2004 May 29
0
Primary group
Hi Everyone,
Looking for that little extra bit of explanation about Primary
groups, SID's and GID's. Just to help me over that final little
understanding hurdle...
Anyone know of a nice site with info? I printed out
<http://ftp.easynet.be/samba/docs/man/howto/> from stem to stern.
But this primary group thing baffles me just a little.
I need to set it so that I can connect to my Samba PDC with the
server tools of Windows NT. But I continuously get a "The specified
local group does not exist." from usermanager. Se...
2004 May 31
0
Primary Group SID
Hi Everyone,
Looking for that little extra bit of explanation about Primary
groups, SID's and GID's. Just to help me over that final little
understanding hurdle...
Anyone know of a nice site with info? I printed out
<http://ftp.easynet.be/samba/docs/man/howto/> from stem to stern.
But this primary group thing baffles me just a little.
I need to set it so that I can connect to my Samba PDC with the
server tools of Windows NT. But I continuously get a "The specified
local group does not exist." from usermanager. Serve...
2004 Nov 18
0
Trouble compiling / using mysql plugin on FreeBSD 4.8
I was following docs from
http://ftp.easynet.be/samba/docs/man/Samba-HOWTO-Collection/passdb.html#mysq
lsam
But I?m stumped
I?m running FreeBSD 4.8, and need to create a mapped relationship between
SOME windows users and SOME freebsd users
I got Samba 3.0.8 running based on :
./configure --with-krb5=/usr/heimdal
And everything works if I m...
2005 Sep 02
0
maybe a error in samba-hwoto-collection
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
On the samba-web site, in Samba3-HOWTO collection, I read in
domain-member.html page
(http://ftp.easynet.be/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member)
:
....
Possible causes include:
*
The script does not actually exist, or could not be located in
the path specified.
/Corrective action:/ Fix it. Make sure when run manually that
the script will add bo...