Re: [Samba] WARNING: Module [samba_secrets] not found (samba 4.0.8, classicupgrade)

2013-08-16 Thread Luca Olivetti
Al 16/08/13 12:26, En/na Luca Olivetti ha escrit:

As usual, the solution hit me right after sending the message:

> ldb: module version mismatch in ../source4/dsdb/samdb/ldb_modules/acl.c
> : ldb_version=1.1.14 module_version=1.1.16
> ldb: failed to initialise module /usr/local/samba/lib/ldb/acl.so :
> Unavailable

I removed the packages providing ldb, rebuild samba, and that solved the
problem in the subject.

Bye
-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] WARNING: Module [samba_secrets] not found (samba 4.0.8, classicupgrade)

2013-08-16 Thread Luca Olivetti
Samba 4.0.8, from the tarball, compiled with

./configure
make
sudo make install

# /usr/local/samba/sbin/samba -b
Samba version: 4.0.8
Build environment:
   Build host:  Linux template.wetron.local 3.8.13.4-server-1.mga3 #1
SMP Thu Jul 4 14:04:54 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Paths:
   BINDIR: /usr/local/samba/bin
   SBINDIR: /usr/local/samba/sbin
   CONFIGFILE: /usr/local/samba/etc/smb.conf
   NCALRPCDIR: /usr/local/samba/var/run/ncalrpc
   LOGFILEBASE: /usr/local/samba/var
   LMHOSTSFILE: /usr/local/samba/etc/lmhosts
   DATADIR: /usr/local/samba/share
   MODULESDIR: /usr/local/samba/lib
   LOCKDIR: /usr/local/samba/var/lock
   STATEDIR: /usr/local/samba/var/locks
   CACHEDIR: /usr/local/samba/var/cache
   PIDDIR: /usr/local/samba/var/run
   PRIVATE_DIR: /usr/local/samba/private
   SWATDIR: /usr/local/samba/share/swat
   CODEPAGEDIR: /usr/local/samba/share/codepages
   SETUPDIR: /usr/local/samba/share/setup
   WINBINDD_SOCKET_DIR: /usr/local/samba/var/run/winbindd
   WINBINDD_PRIVILEGED_SOCKET_DIR:
/usr/local/samba/var/lib/winbindd_privileged
   NTP_SIGND_SOCKET_DIR: /usr/local/samba/var/lib/ntp_signd

---
-- classicupgrade fails with the message in subject:

# /usr/local/samba/bin/samba-tool domain classicupgrade
--dbdir=/root/samba3/samba --use-xattrs=yes --realm=wetron.es
/root/samba3/smb.conf
Reading smb.conf
Provisioning
Exporting account policy
Exporting groups
Ignoring 'well known' group 'Administrators' (should already be in AD,
and have no members)
Ignoring group 'Print Operators' S-1-5-32-550 listed but then not found:
Unable to enumerate members for alias, (-1073741487,NT_STATUS_NO_SUCH_ALIAS)
Ignoring group 'Backup Operators' S-1-5-32-551 listed but then not
found: Unable to enumerate members for alias,
(-1073741487,NT_STATUS_NO_SUCH_ALIAS)
Ignoring 'well known' group 'Replicators' (should already be in AD, and
have no members)
Exporting users
Next rid = 3903
ldb: module version mismatch in ../source4/dsdb/samdb/ldb_modules/acl.c
: ldb_version=1.1.14 module_version=1.1.16
ldb: failed to initialise module /usr/local/samba/lib/ldb/acl.so :
Unavailable
Exporting posix attributes
Reading WINS database
Looking up IPv4 addresses
Looking up IPv6 addresses
No IPv6 address will be assigned
Setting up secrets.ldb
WARNING: Module [samba_secrets] not found - do you need to set
LDB_MODULES_PATH?
Unable to load modules for /usr/local/samba/private/secrets.ldb: (null)
ERROR(ldb): uncaught exception - None
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, **kwargs)
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/netcmd/domain.py",
line 1318, in run
useeadb=eadb, dns_backend=dns_backend, use_ntvfs=use_ntvfs)
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/upgrade.py", line
853, in upgrade_from_samba3
use_ntvfs=use_ntvfs, skip_sysvolacl=True)
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/provision/__init__.py",
line 2094, in provision
backend_credentials=provision_backend.secrets_credentials, lp=lp)
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/provision/__init__.py",
line 945, in setup_secretsdb
secrets_ldb = Ldb(path, session_info=session_info, lp=lp)
  File
"/usr/local/samba/lib64/python2.7/site-packages/samba/__init__.py", line
114, in __init__
self.connect(url, flags, options)



---
-- WHAT I TRIED (based on what google told me):

setting PYTHONPATH to /usr/local/samba/lib64/python2.7/site-packages
(no change)

creating a file /etc/ld.so.conf.d/samba4.conf with
"/usr/local/samba/lib" (no change)

setting LDB_MODULES_PATH=/usr/local/samba/lib:

# rm -f /usr/local/samba/etc/smb.conf
# LDB_MODULES_PATH=/usr/local/samba/lib /usr/local/samba/bin/samba-tool
domain classicupgrade --dbdir=/root/samba3/samba --use-xattrs=yes
--realm=wetron.es /root/samba3/smb.conf
Reading smb.conf
Provisioning
Exporting account policy
Exporting groups
Ignoring 'well known' group 'Administrators' (should already be in AD,
and have no members)
Ignoring group 'Print Operators' S-1-5-32-550 listed but then not found:
Unable to enumerate members for alias, (-1073741487,NT_STATUS_NO_SUCH_ALIAS)
Ignoring group 'Backup Operators' S-1-5-32-551 listed but then not
found: Unable to enumerate members for alias,
(-1073741487,NT_STATUS_NO_SUCH_ALIAS)
Ignoring 'well known' group 'Replicators' (should already be in AD, and
have no members)
Exporting users
Next rid = 3903
ldb: unable to dlopen /usr/local/samba/lib/idmap/autorid.so :
/usr/local/samba/lib/private/libidmap.so: undefined symbol:
find_domain_from_name
ldb: unable to dlopen /usr/local/samba/lib/idmap/hash.so :
/usr/local/samba/lib/private/libidmap.so: undefined symbol:
find_domain_from_name
ldb: unable to dlopen /usr/local/samba/lib/idmap/rid.so :
/usr/local/samba/lib/private/libidmap

Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-07-28 Thread Ira Cooper
On Sun, Jul 14, 2013 at 8:23 AM, Andrew Bartlett  wrote:

> On Wed, 2013-04-24 at 10:31 +1000, Andrew Bartlett wrote:
> > Just a heads-up, because this bug took me absolutely ages to chase down,
> > and I want to save others the same pain.
> >
> > Samba is perhaps the most prominent reason why you might find a user in
> > more than 16 groups on a Unix system, and so this bug may at first
> > appear to be a 'Samba issue' (that certainly is why it found it's way to
> > my attention :-)
> >
> > https://www.illumos.org/issues/3691
> >
> > In short, unless the group list we supply to setgroups() is sorted, if
> > there are more than 16 groups, the Illumos kernel fails to honour some
> > of the groups.  Presumably there is a bisection search being done.
> >
> > The symptom for Samba users is that as a user is added to more groups,
> > they loose access to folders they previously had access too.
> >
> > Attached is a total hack that appears to resolve the issue, but the real
> > fix needs to be in glibc or the kernel.
>
> Just as a follow-up, if you experience this please also see
> https://www.illumos.org/issues/3577 and
> https://bugzilla.samba.org/show_bug.cgi?id=7588 for WORKAROUNDS if you
> cannot fix/change your host OS.  There is a patch for nss_winbind and
> smbd attached to that bug, both of which are required to ensure both
> Samba and other unix applications see all the windows groups.
>
> As we have now had success getting this fixed upstream I've not had time
> to get back to applying these to Samba when we run on Solaris, but the
> view was that for the small cost of a qsort we probably should.  If a
> DENY ACL is involved, this may also be a SECURITY issue, which is how we
> finally got the route cause addressed upstream.
>
>

Andrew,

As the upstream developer who fixed the issue: The fix had nothing to do
with security.  It had to do with Bjorn posting the root cause, and that
frankly I found sorting the list in samba beyond fugly.

I look at the fact you sorted the list in samba and just shake my head...
 The same qsort put in the illumos kernel fixes the issue for good.

Given our past history with such bugs, I'd expect we'll tell people to
upgrade their OS.

Thanks,

-Ira
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-07-15 Thread Jeremy Allison
On Sun, Jul 14, 2013 at 09:50:29AM -0400, Ira Cooper wrote:
> On Sun, Jul 14, 2013 at 8:23 AM, Andrew Bartlett  wrote:
> 
> > On Wed, 2013-04-24 at 10:31 +1000, Andrew Bartlett wrote:
> > > Just a heads-up, because this bug took me absolutely ages to chase down,
> > > and I want to save others the same pain.
> > >
> > > Samba is perhaps the most prominent reason why you might find a user in
> > > more than 16 groups on a Unix system, and so this bug may at first
> > > appear to be a 'Samba issue' (that certainly is why it found it's way to
> > > my attention :-)
> > >
> > > https://www.illumos.org/issues/3691
> > >
> > > In short, unless the group list we supply to setgroups() is sorted, if
> > > there are more than 16 groups, the Illumos kernel fails to honour some
> > > of the groups.  Presumably there is a bisection search being done.
> > >
> > > The symptom for Samba users is that as a user is added to more groups,
> > > they loose access to folders they previously had access too.
> > >
> > > Attached is a total hack that appears to resolve the issue, but the real
> > > fix needs to be in glibc or the kernel.
> >
> > Just as a follow-up, if you experience this please also see
> > https://www.illumos.org/issues/3577 and
> > https://bugzilla.samba.org/show_bug.cgi?id=7588 for WORKAROUNDS if you
> > cannot fix/change your host OS.  There is a patch for nss_winbind and
> > smbd attached to that bug, both of which are required to ensure both
> > Samba and other unix applications see all the windows groups.
> >
> > As we have now had success getting this fixed upstream I've not had time
> > to get back to applying these to Samba when we run on Solaris, but the
> > view was that for the small cost of a qsort we probably should.  If a
> > DENY ACL is involved, this may also be a SECURITY issue, which is how we
> > finally got the route cause addressed upstream.
> >
> >
> 
> Andrew,
> 
> As the upstream developer who fixed the issue: The fix had nothing to do
> with security.  It had to do with Bjorn posting the root cause, and that
> frankly I found sorting the list in samba beyond fugly.

May be beyong fugly, but I think Andrew was perfectly correct in
doing so :-).

> I look at the fact you sorted the list in samba and just shake my head...
>  The same qsort put in the illumos kernel fixes the issue for good.

Not everyone has the same familiarity with kernel programming as you :-).

> Given our past history with such bugs, I'd expect we'll tell people to
> upgrade their OS.

Yeah, but not everyone can do that easily. Having a fix for Samba only
is A GOOD THING (tm) even if you think it's horrible :-).

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-07-14 Thread Andrew Bartlett
On Wed, 2013-04-24 at 10:31 +1000, Andrew Bartlett wrote:
> Just a heads-up, because this bug took me absolutely ages to chase down,
> and I want to save others the same pain.
> 
> Samba is perhaps the most prominent reason why you might find a user in
> more than 16 groups on a Unix system, and so this bug may at first
> appear to be a 'Samba issue' (that certainly is why it found it's way to
> my attention :-)
> 
> https://www.illumos.org/issues/3691
> 
> In short, unless the group list we supply to setgroups() is sorted, if
> there are more than 16 groups, the Illumos kernel fails to honour some
> of the groups.  Presumably there is a bisection search being done. 
> 
> The symptom for Samba users is that as a user is added to more groups,
> they loose access to folders they previously had access too. 
> 
> Attached is a total hack that appears to resolve the issue, but the real
> fix needs to be in glibc or the kernel. 

Just as a follow-up, if you experience this please also see 
https://www.illumos.org/issues/3577 and
https://bugzilla.samba.org/show_bug.cgi?id=7588 for WORKAROUNDS if you
cannot fix/change your host OS.  There is a patch for nss_winbind and
smbd attached to that bug, both of which are required to ensure both
Samba and other unix applications see all the windows groups. 

As we have now had success getting this fixed upstream I've not had time
to get back to applying these to Samba when we run on Solaris, but the
view was that for the small cost of a qsort we probably should.  If a
DENY ACL is involved, this may also be a SECURITY issue, which is how we
finally got the route cause addressed upstream.

Thanks,

Andrew Bartlett
-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-04-29 Thread Ira Cooper
"Hey Volker, is this familiar?"  (I've actually used this exact example in
presentations!)

I think this is the 1st or 2nd issue I tried to address.  It turns out
there is a *MUCH* simpler fix.

For "modern enough" Illumos/Solaris systems you can really "fix" this, for
the most part.

Put "set ngroups_max = 1024" in your /etc/system.  (On less modern systems
you may have to use 128...)

If your user is in over 1024 groups... Well.. Then you need a patch to cap
it.  But in my environment, it doesn't happen.

I suspect with a recompile that 1024 can be bumped, though I haven't
researched it.

Note on my 1st systems, I couldn't do this, so I clamped using NGROUPS_MAX
as defined by POSIX.  That stopped the process death, but it didn't deal
with the security issue, that users can't access files in some of the
groups they should be in... (For me, a working system was more important, I
didn't need all the groups.  I moved on.)

Thanks,

-Ira


On Tue, Apr 23, 2013 at 8:31 PM, Andrew Bartlett  wrote:

> Just a heads-up, because this bug took me absolutely ages to chase down,
> and I want to save others the same pain.
>
> Samba is perhaps the most prominent reason why you might find a user in
> more than 16 groups on a Unix system, and so this bug may at first
> appear to be a 'Samba issue' (that certainly is why it found it's way to
> my attention :-)
>
> https://www.illumos.org/issues/3691
>
> In short, unless the group list we supply to setgroups() is sorted, if
> there are more than 16 groups, the Illumos kernel fails to honour some
> of the groups.  Presumably there is a bisection search being done.
>
> The symptom for Samba users is that as a user is added to more groups,
> they loose access to folders they previously had access too.
>
> Attached is a total hack that appears to resolve the issue, but the real
> fix needs to be in glibc or the kernel.
>
> Andrew Bartlett
> --
> Andrew Bartletthttp://samba.org/~abartlet/
> Authentication Developer, Samba Team   http://samba.org
>
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-04-23 Thread Volker Lendecke
On Wed, Apr 24, 2013 at 10:31:20AM +1000, Andrew Bartlett wrote:
> Just a heads-up, because this bug took me absolutely ages to chase down,
> and I want to save others the same pain.

Yep, same here. A customer ran into this and we stared at
that for ages. Björn Jacke figured this out together with
someone from Oracle. It is a Solaris issue as well, fixed
with current Solaris patchsets.

It's one of the very, very rare cases where we actually have
a kernel bug.

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-37-0, fax: +49-551-37-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kont...@sernet.de
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-04-23 Thread Andrew Bartlett
On Tue, 2013-04-23 at 20:44 -0400, Ira Cooper wrote:
> "Hey Volker, is this familiar?"  (I've actually used this exact
> example in presentations!)
> 
> 
> I think this is the 1st or 2nd issue I tried to address.  It turns out
> there is a *MUCH* simpler fix.
> 
> 
> For "modern enough" Illumos/Solaris systems you can really "fix" this,
> for the most part.
> 
> 
> Put "set ngroups_max = 1024" in your /etc/system.  (On less modern
> systems you may have to use 128...)
> 
> 
> If your user is in over 1024 groups... Well.. Then you need a patch to
> cap it.  But in my environment, it doesn't happen.
> 
> 
> I suspect with a recompile that 1024 can be bumped, though I haven't
> researched it.
> 
> 
> Note on my 1st systems, I couldn't do this, so I clamped using
> NGROUPS_MAX as defined by POSIX.  That stopped the process death, but
> it didn't deal with the security issue, that users can't access files
> in some of the groups they should be in... (For me, a working system
> was more important, I didn't need all the groups.  I moved on.)

I should have made clear, ngroups_max = 1024 on these systems already.
That's the easy part, for which we have a PANIC in the code.

This issue is that changing ngroups_max is essentially untested in this
kernel.  Later Oracle Solaris releases allegedly already have the fix. 

I had this IRC conversation on #openindiana on irc.freenode.net on  09
Apr 2013:

(15:22:16) abartlet: anyone here deep enough into the kernel to comment
on setgroups() and if the group list must be sorted?
(15:22:39) abartlet: I've been chasing for some time a really odd issue,
which seems to be that if more than 16 groups are specified, they only
work if sorted...

(17:17:47) MarcelT: abartlet: it is a bug in illumos. The groups should
be sorted automatically, but they are not. Feel free to file a bug.

(17:26:13) abartlet: MarcelT: done: https://www.illumos.org/issues/3691
(17:26:28) abartlet: MarcelT: it sounds like it's been around for a
while then?

(18:35:21) abartlet: is there something about this that makes it
particularly fiendish to fix, or do folks just pretend the old 16 group
limit still exists?
(18:35:36) easye [~user@213.33.70.157] entered the room.
(18:36:06) MarcelT: I do not remember details. I just know that there is
a bug related to (un)sorted groups
(18:36:17) MarcelT: IIRC it was fixed in Solaris 11 in 2011
(18:37:01) MarcelT: and probably backported to Solaris 10 too, but I
(18:37:08) MarcelT: 'am not sure about that
(18:37:41) abartlet: BTW, my background is that I'm an upstream dev on
Samba (which is one of the best ways to get lots of groups onto a box,
because of windows nested groups), working for a NAS vendor 
(18:39:15) MarcelT: ... and maybe I backported the fix to Amber Road
about a year ago :-)
(18:39:57) MarcelT: I did something related to >16 groups in amber road
and I backported a bunch o bugs there... :-)
(18:41:01) abartlet: so, I take it this isn't the kind of thing where I
grab the Solaris 11 git tree, and cherry-pick out a fix?
(18:41:31) ***abartlet assumes not, given Oracle's reputation, but
anyway...
(18:41:57) MarcelT: heh, do you have access to Solaris 11 sources? :-)
(18:42:10) MarcelT: BTW, the amber road stuff is here:
(18:42:12) MarcelT:
https://wikis.oracle.com/display/FishWorks/ak-2011.04.24.4.0+Release
+Notes
(18:42:27) MarcelT: 6199185 netname2user() code has a limit for the
number of groups
(18:42:33) MarcelT: 6949066 User can't belong to more than 16 groups.
Impacts AUTH_SYS authentication
(18:42:50) abartlet: MarcelT: that's different, I think...
(18:43:04) MarcelT: 7044547 kernel rpc should call KEY_GETCRED_3 and get
all available gids
(18:43:12) MarcelT: 7044600 keyserv dumps core when the remote procedure
KEY_GETCRED_3 is called
(18:43:20) MarcelT: 7044891 groups aren't always sorted in the
credential
(18:43:26) MarcelT: 7047829 AUTH_LOOPBACK corrupts data when > 32 groups
are available
(18:43:31) abartlet: that sounds more like it 7044891
(18:43:33) MarcelT: 7052192 Several parts of the kernel are inefficient
when using multiple groups
(18:43:40) MarcelT: 7052195 The backend can call netname2user with an
improperly sized array
(18:45:51) MarcelT: this is more-or-less the complete list of >16 groups
related fixes I backported to amber road
(18:46:09) MarcelT: but since I just backported them, I do not remember
details about the fix
(18:46:19) abartlet: ok, so how do I get a kernel with that in it to
test with?
(18:46:32) MarcelT: try Solaris 11 :-)
(18:46:40) MarcelT: or maybe Solaris 11.1
(18:47:08) MarcelT: or, try to fix it in illumos :-)
(18:47:28) abartlet: ahh, so you were doing this inside Oracle?
(18:47:30) MarcelT: you have a hint from the Sun bugs synopses above :-)
(18:47:38) MarcelT: sure :-)
(18:47:57) abartlet: sorry, don't know folks here (yet)
(18:48:06) MarcelT: no problem

Andrew Bartlett


-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://sam

[Samba] WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups

2013-04-23 Thread Andrew Bartlett
Just a heads-up, because this bug took me absolutely ages to chase down,
and I want to save others the same pain.

Samba is perhaps the most prominent reason why you might find a user in
more than 16 groups on a Unix system, and so this bug may at first
appear to be a 'Samba issue' (that certainly is why it found it's way to
my attention :-)

https://www.illumos.org/issues/3691

In short, unless the group list we supply to setgroups() is sorted, if
there are more than 16 groups, the Illumos kernel fails to honour some
of the groups.  Presumably there is a bisection search being done. 

The symptom for Samba users is that as a user is added to more groups,
they loose access to folders they previously had access too. 

Attached is a total hack that appears to resolve the issue, but the real
fix needs to be in glibc or the kernel. 

Andrew Bartlett
-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org

diff --git a/source3/lib/system.c b/source3/lib/system.c
index 7c0bb3f..be7d94d 100644
--- a/source3/lib/system.c
+++ b/source3/lib/system.c
@@ -1174,14 +1174,14 @@ int groups_max(void)
  returning an array of gid_t, but actuall return an array of int.
 /
 
-#if defined(HAVE_BROKEN_GETGROUPS)
-
 #ifdef HAVE_BROKEN_GETGROUPS
 #define GID_T int
 #else
 #define GID_T gid_t
 #endif
 
+#if defined(HAVE_BROKEN_GETGROUPS)
+
 static int sys_broken_getgroups(int setlen, gid_t *gidset)
 {
 	GID_T gid;
@@ -1224,6 +1224,13 @@ static int sys_broken_getgroups(int setlen, gid_t *gidset)
 	return ngroups;
 }
 
+#endif /* HAVE_BROKEN_GETGROUPS */
+
+static int gid_compare(void *gid_1, void *gid_2)
+{
+	return (*(GID_T *)gid_1 - *(GID_T *)gid_2);
+}
+
 static int sys_broken_setgroups(int setlen, gid_t *gidset)
 {
 	GID_T *group_list;
@@ -1250,6 +1257,8 @@ static int sys_broken_setgroups(int setlen, gid_t *gidset)
 	for(i = 0; i < setlen; i++) 
 		group_list[i] = (GID_T) gidset[i]; 
 
+	TYPESAFE_QSORT(group_list, setlen, gid_compare);
+
 	if(setgroups(setlen, group_list) != 0) {
 		int saved_errno = errno;
 		SAFE_FREE(group_list);
@@ -1261,8 +1270,6 @@ static int sys_broken_setgroups(int setlen, gid_t *gidset)
 	return 0 ;
 }
 
-#endif /* HAVE_BROKEN_GETGROUPS */
-
 /* This is a list of systems that require the first GID passed to setgroups(2)
  * to be the effective GID. If your system is one of these, add it here.
  */
@@ -1353,11 +1360,8 @@ int sys_setgroups(gid_t UNUSED(primary_gid), int setlen, gid_t *gidset)
 
 #if defined(USE_BSD_SETGROUPS)
 	return sys_bsd_setgroups(primary_gid, setlen, gidset);
-#elif defined(HAVE_BROKEN_GETGROUPS)
-	return sys_broken_setgroups(setlen, gidset);
-#else
-	return setgroups(setlen, gidset);
 #endif
+	return sys_broken_setgroups(setlen, gidset);
 }
 
 /**
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] Warning in logs: gid of user does not exist

2005-02-28 Thread Andrea Venturoli
Andrea Venturoli wrote:
Ok, I'll reply to myself: it looks like the upgrade from 3.0.10 to 
3.0.11 solved this. At least the warnings are gone; I'n not deleting the 
groups from LDAP to test whether they are needed or not, though.

 bye & Thanks
av.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Warning in logs: gid of user does not exist

2005-02-25 Thread Andrea Venturoli
Ilia Chipitsine wrote:
Hello.
I've setup a FreeBSD 4.x machine with Samba 2.x and and OpenLDAP backend.
I recently upgraded to Samba 3.0.10 and put "passdb 
backend=ldapsam_compat" in smb.conf.

Now, everythings seems to work all right, but I see a lot of this 
entries in the logs:

Feb 17 19:42:27 x smbd[44170]:   get_alias_user_groups: gid of 
user yyy
doesn't exist. Check your /etc/passwd and /etc/group files

This happens always with yy ever changing and being either an user 
or machine account.

I can't get to understand the reasons of this: /etc/passwd and 
/etc/group are correct.

In OpenLDAP I only have user/machine accounts, not groups.
 ^^
it is suspected that samba ldap code has an assumption that user/group 
information should be in LDAP, I also saw something very strange with
similar situation, but (LDAP but no ldap_nss at all), unfortunately I 
didn't have enough time to make investigations.
Ok, thanks and sorry if it took me so long to try this.
I added all the relevant groups to LDAP (as PosixGroup), but nothing
changed.
Any other hint? How do I debug this?
 bye & Thanks
av.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Warning in logs: gid of user does not exist

2005-02-17 Thread Ilia Chipitsine
Hello.
I've setup a FreeBSD 4.x machine with Samba 2.x and and OpenLDAP backend.
I recently upgraded to Samba 3.0.10 and put "passdb backend=ldapsam_compat" 
in smb.conf.

Now, everythings seems to work all right, but I see a lot of this entries in 
the logs:

Feb 17 19:42:27 x smbd[44170]:   get_alias_user_groups: gid of user 
yyy
doesn't exist. Check your /etc/passwd and /etc/group files

This happens always with yy ever changing and being either an user or 
machine account.

I can't get to understand the reasons of this: /etc/passwd and /etc/group are 
correct.

In OpenLDAP I only have user/machine accounts, not groups.
 ^^
it is suspected that samba ldap code has an assumption that user/group 
information should be in LDAP, I also saw something very strange with
similar situation, but (LDAP but no ldap_nss at all), unfortunately I 
didn't have enough time to make investigations.

I tried "net group [add]" but it does nothing. Also "net groupmap list" shows 
no entries, which I don't think is correct.

I've read all the howto and googled a lot, but found no answer.
Any hint?
bye & Thanks
av.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Warning in logs: gid of user does not exist

2005-02-17 Thread Andrea Venturoli
Hello.
I've setup a FreeBSD 4.x machine with Samba 2.x and and OpenLDAP backend.
I recently upgraded to Samba 3.0.10 and put "passdb 
backend=ldapsam_compat" in smb.conf.

Now, everythings seems to work all right, but I see a lot of this 
entries in the logs:

Feb 17 19:42:27 x smbd[44170]:   get_alias_user_groups: gid of user 
yyy
doesn't exist. Check your /etc/passwd and /etc/group files

This happens always with yy ever changing and being either an user 
or machine account.

I can't get to understand the reasons of this: /etc/passwd and 
/etc/group are correct.

In OpenLDAP I only have user/machine accounts, not groups.
I tried "net group [add]" but it does nothing. Also "net groupmap list" 
shows no entries, which I don't think is correct.

I've read all the howto and googled a lot, but found no answer.
Any hint?
 bye & Thanks
av.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Warning for SP2 net share point on Samba 3.0.7

2004-12-19 Thread Lewis Shobbrook
Hi All,
Just a word of caution for those who are intending to roll out XP SP2
via a network share.  I've encoutered an issue with SP2 and Debian Samba
3.07 when more than 5 simultaneous connections are in place. I'd set-up
and tested a rollout using the samba share, but come roll-out day most
of the 20 odd machines were still copying files some 48 hours after.  No
specific errors were apparent in system/smb logs and regular share
access continued without disruption to the usual quality of service.
i.e. Everything was still working fine as a regular user, just SP2 fell
into a heap.  The share used had been tested previosuly utilising the
same scripted method for SP2 rollout pilots, with up to simultaneous 5
users without issue; it appears that only higher volumes of SP2 cause an
issue. The rollout was repeated using a 2003 server, without issue. Just
thought I'd raise this rather strange occurrence, and potentially cover
a pitfall.

Cheers,

Lewis Shobbrook

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

mailer daemon messages -- [Samba] Warning - delayed mail

2004-12-07 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
|   ***
|   **   This is a warning only  **
|   **No action is required by you   **
|   ***
before anyone starts a discussion abotu this, we've
already updated our filters to reject these.  Hopefully
we got it right.

cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBtg92IR7qMdg1EfYRAsTOAKCh2xrh8Pc+LALE2cAJeYORoCn3owCfeVjG
k9f+CQlz5oj9LZ4Pj80gvPc=
=PBo5
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning - delayed mail

2004-12-07 Thread [EMAIL PROTECTED]
  ***
  **   This is a warning only  **
  **No action is required by you   **
  ***
 
Re: Message to [EMAIL PROTECTED]
 
Your message  has not  been  delivered  after  12 hours.  Attempts to
deliver your message will continue for a further 108 hours.  If it has
still not been delivered,  it will be returned to you.  The first few
lines of your message are repeated below.

The message headers follow:

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning: Unacceptable file attachment detected

2004-11-04 Thread StartPagina MailScanner
 [ ENGLISH ]

 Our virus detector has just been triggered by a message you sent:-

  To: [EMAIL PROTECTED]
  Subject: Re: Hi
  Date: Thu Nov  4 09:38:54 2004

 One or more of the attachments are on the list of unacceptable attachments
 for this site and will not have been delivered.

 Consider renaming the files or putting them into a "zip" file to avoid
 this constraint.

 The virus detector said this 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 program.

 Most virus definition files are also available at
 http://tucows.easynet.nl/vdat95.html.

 Please note: some viruses change the sender's address. This e-mail
 may not have been sent by the person listed as the sender.

 [ DUTCH ]

 Onze virusscanner heeft alarm geslagen over een door u verzonden
 e-mailbericht:-

  To: [EMAIL PROTECTED]
  Subject: Re: Hi
  Date: Thu Nov  4 09:38:54 2004

 Een of meer van de meegezonden bestanden staan op de lijst van niet toelaatbare
 bestanden en zijn niet afgeleverd.

 De virusscanner meldde dit over uw e-mailbericht:
 
 Report: Executable DOS/Windows programs are dangerous in email (Joke.com)


 Houd u er rekening mee dat u mogelijk een virus verspreidt.

 Helaas kan het Internet tegenwoordig niet op veilige wijze worden gebruikt
 zonder een virusscanner. U kunt een virusscanner downloaden van
 http://tucows.easynet.nl/virus95_default.html.

 Wij adviseren u te allen tijde een virusscanner op uw PC te draaien.

 Zorgt u er bovendien voor dat uw virusscanner ELKDE DAG de zogeheten 
 'virusdefinitie-bestanden' ophaalt bij de fabrikant van uw virusscanner.
 Bij de meeste virusscanners kan dit binnen het programma worden opgegeven.

 De meeste virusdefinitie-bestanden zijn ook beschikbaar op
 http://tucows.easynet.nl/vdat95.html.

 Let wel: sommige virussen veranderen het adres van de afzender. Dit  
 e-mailbericht is mogelijk niet gezonden door de persoon die als
 afzender vermeld staat.

-- 
StartPagina MailScanner
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2004-10-05 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject:  Re: Mail Authentification
  Date: Tue Oct  5 09:47:56 2004

One or more of the attachments (document.txt  .exe, document.zip) are on
the list of unacceptable attachments for this site and will not have
been delivered.

Consider renaming the files to avoid this constraint.

The virus detector said this about the message:
Report: MailScanner: Executable DOS/Windows programs are dangerous in email 
(document.txt  .exe)
Report: MailScanner: Executable DOS/Windows programs are dangerous in email 
(document.txt  .exe)


-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
MailScanner thanks transtec Computers for their support
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2004-09-30 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject:  Re: thanks!
  Date: Thu Sep 30 14:10:29 2004

One or more of the attachments (bill.txt.exe) are on
the list of unacceptable attachments for this site and will not have
been delivered.

Consider renaming the files to avoid this constraint.

The virus detector said this about the message:
Report: MailScanner: Executable DOS/Windows programs are dangerous in email 
(bill.txt.exe)


-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
MailScanner thanks transtec Computers for their support
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING VIRUS FOUND!!!

2004-07-26 Thread mail daemon

A message sent by: [EMAIL PROTECTED] 

Date: Mon, 26 Jul 2004 11:28:11 +0200

To: [EMAIL PROTECTED]
Cc: 

Subject: Re: documento

Did not reach it's recipient(s) because the following virus was found:

Virus found in attachment  documento.pif



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: Possible Virus Infection

2004-07-06 Thread Passerelle guinevere
Ceci est un message automatique de la passerelle antivirus Guinevere. 
 
Un message a été reçu de votre part avec pour objet  Re: Thanks! 
Le message était adressé à [EMAIL PROTECTED] 
 The message probably contains a virus. 
 
Il est possible que ce message ait été envoyé par un poste infecté  
par un virus ayant utilisé votre adresse de messagerie en tant qu'adresse 
d'expédition (usurpation d'adresse ou "spoofing"). 
CELA NE SIGNIFIE PAS FORCEMENT QUE VOTRE POSTE EST INFECTE. 
 
En cas de doute veuillez contacter le support. 
 
- 
- 
 
This is an automatic message from the Guinevere 
Internet Antivirus Scanner. 
 
A message was received from you with a subject of  Re: Thanks! 
The message was addressed to [EMAIL PROTECTED] 
 The message probably contains a virus. 
 
You will want to consult with your system administator on how 
to deal with this. 
 
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: A possible virus has been detected in one of your messages.

2004-05-24 Thread control

A virus or an infected file has been detected in a message:

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Mail Delivery (failure [EMAIL PROTECTED])

Messages containing infected attachments will no longer
be forwarded.

If you wish to send emails with attachment, we strongly
recommend that you enclose your attachment in formats
like .ZIP.

This is the size of the email in question:
-rw---1 root mail42077 May 24 08:10 msg.HmOz

This is what our filter said about the issue:
-
X-Procmail-AV: (vbs|wsf|vbe|wsh|hta|scr|pif|cmd) files not allowed
-

These filenames were found in the message:
"message.scr"

If you want this mail anyway, please click here:
mailto:[EMAIL PROTECTED]/msg.HmOz

Should that fail, click here in stead:
mailto:[EMAIL PROTECTED]


__

RECIPIENT:
__

You are our customer, therefore we did this effort to protect you
from viruses.
If you do not want the antivirus scanning for your emails, please
click here: mailto:[EMAIL PROTECTED]
otherwise no action is required on your part. A copy of this
message has been delivered to the sender.


__

SENDER:
__

Please update your virus detection software and clean
your system before attempting to resend this message.

If you are one of our customers, we suggest that you
use our WebMail system at:

http://YOURDOMAIN/webmail



**

Regards,

AntiVirus System
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: A possible virus has been detected in one of your messages.

2004-05-24 Thread control

A virus or an infected file has been detected in a message:

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Old times

Messages containing infected attachments will no longer
be forwarded.

If you wish to send emails with attachment, we strongly
recommend that you enclose your attachment in formats
like .ZIP.

This is the size of the email in question:
-rw---1 root mail41775 May 24 08:10 msg.T11B

This is what our filter said about the issue:
-
X-Procmail-AV: Probably a NetSky.P/Q/C or similar virus detected.
-

These filenames were found in the message:
"letter.zip"
Content-Disposition: attachment;

If you want this mail anyway, please click here:
mailto:[EMAIL PROTECTED]/msg.T11B

Should that fail, click here in stead:
mailto:[EMAIL PROTECTED]


__

RECIPIENT:
__

You are our customer, therefore we did this effort to protect you
from viruses.
If you do not want the antivirus scanning for your emails, please
click here: mailto:[EMAIL PROTECTED]
otherwise no action is required on your part. A copy of this
message has been delivered to the sender.


__

SENDER:
__

Please update your virus detection software and clean
your system before attempting to resend this message.

If you are one of our customers, we suggest that you
use our WebMail system at:

http://YOURDOMAIN/webmail



**

Regards,

AntiVirus System
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: A possible virus has been detected in one of your messages.

2004-04-29 Thread control

A virus or an infected file has been detected in a message:

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Mail Delivery (failure [EMAIL PROTECTED])

Messages containing infected attachments will no longer
be forwarded.

If you wish to send emails with attachment, we strongly
recommend that you enclose your attachment in formats
like .ZIP.

This is the size of the email in question:
-rw---1 root mail42346 Apr 29 08:41 msg.NKDI

This is what our filter said about the issue:
-
X-Procmail-AV: (vbs|wsf|vbe|wsh|hta|scr|pif|cmd) files not allowed
-

These filenames were found in the message:
"message.scr"

If you want this mail anyway, please click here:
mailto:[EMAIL PROTECTED]/msg.NKDI

Should that fail, click here in stead:
mailto:[EMAIL PROTECTED]


__

RECIPIENT:
__

You are our customer, therefore we did this effort to protect you
from viruses.
If you do not want the antivirus scanning for your emails, please
click here: mailto:[EMAIL PROTECTED]
otherwise no action is required on your part. A copy of this
message has been delivered to the sender.


__

SENDER:
__

Please update your virus detection software and clean
your system before attempting to resend this message.

If you are one of our customers, we suggest that you
use our WebMail system at:

http://YOURDOMAIN/webmail



**

Regards,

AntiVirus System
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: A possible virus has been detected in one of your messages.

2004-03-13 Thread control

A virus or an infected file has been detected in a message:

From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Approved

Messages containing infected attachments will no longer
be forwarded.

If you wish to send emails with attachment, we strongly
recommend that you enclose your attachment in formats
like .ZIP.

This is the size of the email in question:
-rw---1 root root24651 Mar 14 00:39 msg.H6fD

This is what our filter said about the issue:
-
X-Procmail-AV: (vbs|wsf|vbe|wsh|hta|scr|pif) files not allowed
-

These filenames were found in the message:
"all_document.pif"
Content-Disposition: attachment;

If you want this mail anyway, please click here:
mailto:[EMAIL PROTECTED]/msg.H6fD

Should that fail, click here in stead:
mailto:[EMAIL PROTECTED]


__

RECIPIENT:
__

You are our customer, therefore we did this effort to protect you
from viruses.
If you do not want the antivirus scanning for your emails, please
click here: mailto:[EMAIL PROTECTED]
otherwise no action is required on your part. A copy of this
message has been delivered to the sender.


__

SENDER:
__

Please update your virus detection software and clean
your system before attempting to resend this message.

If you are one of our customers, we suggest that you
use our WebMail system at:

http://www.mailmotel.dk/



**

Regards,

AntiVirus System
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] warning

2004-03-01 Thread [EMAIL PROTECTED]
you earn money
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] warning

2004-03-01 Thread samba-ntdom
here
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] warning

2004-02-27 Thread everson
something is going wrong
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] warning

2004-02-20 Thread john_hudock
thats wrong
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] warning

2004-02-19 Thread debian-l10n-spanish
something about you!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning: E-mail viruses detected

2004-02-04 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: hi
  Date: Wed Feb  4 12:48:17 2004
Any infected parts of the message (doc.scr)
have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: doc.scr Infected: Win32/[EMAIL PROTECTED]
doc.scr  Infection: W32/[EMAIL PROTECTED]
Windows Screensavers are often used to hide viruses (doc.scr)


--
Regards

[EMAIL PROTECTED]


MailScanner
Email Virus Scanner
www.mailscanner.info
Mailscanner thanks transtec Computers for their support
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-29 Thread Thomas Spuhler
I am amazed how many sysadmin still haven't gotten it. Viruses use fake
e-mail sender addresses and such messages need to be turned off in the
antivirus software. I know those free ads sent by the antivirus software
are nice for the vender but should be considered spam

Tom



On Mon, 2004-01-26 at 09:35, Joe Cipale wrote:
> "TIZIE, Francois" wrote:
> > 
> > I guess this email is sent to any subscriber.
> > As far as I am concerned, I have never sent anything, because until today I did 
> > not have any time to send responses or requests for help, etc.
> > Please do consider the content of your email which can sometimes be ambiguous.
> > 
> > 
> > 
> > Regards
> > 
> > François T.
> > SAP GLOBAL IT FRANCE
> > SAP Internal IT Support
> > 
> > T   +33 1 55 30 23 57 (internal 2357)
> > M   +33 6 03 53 03 95 (internal 62357)
> > F   +33 1 55 30 20 33
> > mailto:[EMAIL PROTECTED]
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> > Sent: mardi 27 janvier 2004 12:40
> > To: [EMAIL PROTECTED]
> > Subject: [Samba] WARNING. You tried to send a potential virus or unauthorised code
> > 
> > The Star Internet anti-virus service, powered by MessageLabs,
> > discovered a possible virus or unauthorised code (such as a joke
> > program or trojan) in an email sent by you.
> > 
> > This email has now been quarantined and was not delivered.
> > 
> > Please read this whole email carefully. It explains what has happened
> > to your email, which suspected virus has been caught, and what to do if
> > you need help.
> > 
> > To help identify the email:
> > 
> > The message sender was
> > [EMAIL PROTECTED]
> > 
> > The message was titled 'Mail Delivery System'
> > The message date was Tue, 27 Jan 2004 11:40:06 +
> > The message recipients were
> > [EMAIL PROTECTED]
> > 
> > The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
> > '569029_2X_PM4_EMS_MA-OCTET=2DSTREAM__readme.scr'
> > 
> > Some viruses forge the sender address.
> > 
> > The message was diverted into the virus holding pen on
> > mail server server-7.tower-1.messagelabs.com (id 569029_1075203607) and will be 
> > held for 30 days before being
> > destroyed.
> > 
> > For more information please visit
> > http://www.star.net.uk/Support/Faq/FAQ.asp
> > 
> > If you sent the email from a corporate network, please contact your IT
> > Helpdesk or Support Department for assistance. They will be able to
> > help you disinfect your workstation.
> > 
> > If you would like further information on how to subscribe to the Star
> > Internet anti-virus service, a proactive anti-virus service working
> > around the clock, around the globe, please complete our enquiry form
> > 
> > Star Internet is a business to business service provider. If you are a
> > home user you should contact your anti-virus software vendor or obtain
> > help from http://www.star.net.uk/Support/Faq/FAQ.asp
> > 
> > 
> > This email has been scanned for all viruses by the MessageLabs Email
> > Security System. For more information on a proactive email security
> > service working around the clock, around the globe, visit
> > http://www.messagelabs.com
> > 
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> 
> My guess is that someone in the group is using a winblows machine (i.e.
> Outhouse Express) mail client. They have now become infected. The virus
> is accessing the address book and sending out spew-o-grams on a routine
> basis.
> If you look at the McAfee website, this virus that is making the rounds
> has the potential to create a 'backdoor' for hackers.
> 
> Joe Cipale
> -- 
> #--#
> #   Penguinix Consulting   #
> #--#
> #Software development, QA and testing. #
> #Linux support and training.   #
> #"Don't fear the penguin!" #
> #--#
> # Registered Linux user: #309247 http://counter.li.org #
> #--#



signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning: E-mail viruses detected

2004-01-28 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject: hello
  Date: Thu Jan 29 00:48:05 2004
Any infected parts of the message (body.scr)
have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: body.scrFound the W32/[EMAIL PROTECTED] virus !!!
Windows Screensavers are often used to hide viruses (body.scr)
No programs allowed (body.scr)


-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
Mailscanner thanks transtec Computers for their support
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread Andrew Bartlett
On Wed, 2004-01-28 at 03:45, Andrew Gaffney wrote:
> Joe Cipale wrote:

> Yeah, but this is one of those viruses that could be *good* to get. Note the part 
> about 
> the DOS attack on sco.com
> 
> http://vil.nai.com/vil/content/v_100983.htm

No, that is never acceptable.  Ever.

And giving SCO further excuses does nobody any credit.

Andrew Bartlett

-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Warning: E-mail viruses detected

2004-01-27 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: <[EMAIL PROTECTED]>
  Subject: Test
  Date: Tue Jan 27 17:56:35 2004

One or more of the attachments are on the list of unacceptable attachments
for this site and will not have been delivered.

Consider renaming the files or putting them into a "zip" file to avoid
this constraint.

The virus detector said this about the message:
Report: Shortcuts to MS-Dos programs are very dangerous in email (body.pif)

-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2004-01-27 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject: 
  Date: Tue Jan 27 11:01:35 2004
Any infected parts of the message have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: message.zip->message.scr  Infection: W32/[EMAIL PROTECTED]


-- 
postmaster
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread Andrew Gaffney
Joe Cipale wrote:
"TIZIE, Francois" wrote:

I guess this email is sent to any subscriber.
As far as I am concerned, I have never sent anything, because until today I did not 
have any time to send responses or requests for help, etc.
Please do consider the content of your email which can sometimes be ambiguous.


Regards

François T.
SAP GLOBAL IT FRANCE
SAP Internal IT Support
T   +33 1 55 30 23 57 (internal 2357)
M   +33 6 03 53 03 95 (internal 62357)
F   +33 1 55 30 20 33
mailto:[EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: mardi 27 janvier 2004 12:40
To: [EMAIL PROTECTED]
Subject: [Samba] WARNING. You tried to send a potential virus or unauthorised code
The Star Internet anti-virus service, powered by MessageLabs,
discovered a possible virus or unauthorised code (such as a joke
program or trojan) in an email sent by you.
My guess is that someone in the group is using a winblows machine (i.e.
Outhouse Express) mail client. They have now become infected. The virus
is accessing the address book and sending out spew-o-grams on a routine
basis.
If you look at the McAfee website, this virus that is making the rounds
has the potential to create a 'backdoor' for hackers.
Yeah, but this is one of those viruses that could be *good* to get. Note the part about 
the DOS attack on sco.com

http://vil.nai.com/vil/content/v_100983.htm

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread Joe Cipale
"TIZIE, Francois" wrote:
> 
> I guess this email is sent to any subscriber.
> As far as I am concerned, I have never sent anything, because until today I did not 
> have any time to send responses or requests for help, etc.
> Please do consider the content of your email which can sometimes be ambiguous.
> 
> 
> 
> Regards
> 
> François T.
> SAP GLOBAL IT FRANCE
> SAP Internal IT Support
> 
> T   +33 1 55 30 23 57 (internal 2357)
> M   +33 6 03 53 03 95 (internal 62357)
> F   +33 1 55 30 20 33
> mailto:[EMAIL PROTECTED]
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: mardi 27 janvier 2004 12:40
> To: [EMAIL PROTECTED]
> Subject: [Samba] WARNING. You tried to send a potential virus or unauthorised code
> 
> The Star Internet anti-virus service, powered by MessageLabs,
> discovered a possible virus or unauthorised code (such as a joke
> program or trojan) in an email sent by you.
> 
> This email has now been quarantined and was not delivered.
> 
> Please read this whole email carefully. It explains what has happened
> to your email, which suspected virus has been caught, and what to do if
> you need help.
> 
> To help identify the email:
> 
> The message sender was
> [EMAIL PROTECTED]
> 
> The message was titled 'Mail Delivery System'
> The message date was Tue, 27 Jan 2004 11:40:06 +
> The message recipients were
> [EMAIL PROTECTED]
> 
> The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
> '569029_2X_PM4_EMS_MA-OCTET=2DSTREAM__readme.scr'
> 
> Some viruses forge the sender address.
> 
> The message was diverted into the virus holding pen on
> mail server server-7.tower-1.messagelabs.com (id 569029_1075203607) and will be held 
> for 30 days before being
> destroyed.
> 
> For more information please visit
> http://www.star.net.uk/Support/Faq/FAQ.asp
> 
> If you sent the email from a corporate network, please contact your IT
> Helpdesk or Support Department for assistance. They will be able to
> help you disinfect your workstation.
> 
> If you would like further information on how to subscribe to the Star
> Internet anti-virus service, a proactive anti-virus service working
> around the clock, around the globe, please complete our enquiry form
> 
> Star Internet is a business to business service provider. If you are a
> home user you should contact your anti-virus software vendor or obtain
> help from http://www.star.net.uk/Support/Faq/FAQ.asp
> 
> 
> This email has been scanned for all viruses by the MessageLabs Email
> Security System. For more information on a proactive email security
> service working around the clock, around the globe, visit
> http://www.messagelabs.com
> 
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

My guess is that someone in the group is using a winblows machine (i.e.
Outhouse Express) mail client. They have now become infected. The virus
is accessing the address book and sending out spew-o-grams on a routine
basis.
If you look at the McAfee website, this virus that is making the rounds
has the potential to create a 'backdoor' for hackers.

Joe Cipale
-- 
#--#
#   Penguinix Consulting   #
#--#
#Software development, QA and testing. #
#Linux support and training.   #
#"Don't fear the penguin!" #
#--#
# Registered Linux user: #309247 http://counter.li.org #
#--#
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread alert
The MessageLabs SkyScan Anti-Virus service discovered a possible virus
or unauthorised code (such as a joke program or trojan) in an email sent
by you.

The email has now been quarantined and was not delivered.

Please read the whole of this email carefully.  It explains what has
happened to your email, which suspected virus has been caught and what
to do if you need help addressing the problem.

To help identify the quarantined email:

The message sender was 
[EMAIL PROTECTED]

The message recipients were 
[EMAIL PROTECTED]

The message title was ERROR 
The message date was Tue, 27 Jan 2004 09:39:17 -0500
The virus or unauthorised code identified in the email is
>>> W32/MyDoom.A in '587779_2X_PM4_EMS_MA-OCTET=2DSTREAM__nanjv.pif'


Some viruses forge the sender address. For more information please
visit the link to the virus FAQ's at the bottom of this page.

The message was diverted into the virus holding pen on
mail server server-20.tower-30.messagelabs.com (pen id 587779_1075214380)
and will be held for 30 days before being destroyed

Corporate Users:
If you sent the email from a corporate network, you should first
contact your local IT Helpdesk or System Administrator for advice.
They will be able to help you disinfect your workstation.

If you would like further information on how to subscribe to MessageLabs
SkyScan AV service, a proactive anti-virus service working around the 
clock, around the globe, please complete our enquiry form.

Personal or Home users:
If you sent the email from a personal or home account, you will need
to disinfect your computer yourself.  Please contact your anti-virus
software vendor for support.

You may like to read the virus FAQ's at:
http://www.messagelabs.com/page.asp?id=628
which will answer most virus related questions.


This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, 
discovered a possible virus or unauthorised code (such as a joke 
program or trojan) in an email sent by you.

This email has now been quarantined and was not delivered. 

Please read this whole email carefully. It explains what has happened 
to your email, which suspected virus has been caught, and what to do if 
you need help.

To help identify the email:

The message sender was 
[EMAIL PROTECTED]

The message was titled 'test'
The message date was Tue, 27 Jan 2004 12:16:10 +
The message recipients were 
[EMAIL PROTECTED]

The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
'3335861_3X_AZ-S_PA2__document.pif'


Some viruses forge the sender address.

The message was diverted into the virus holding pen on
mail server server-22.tower-35.messagelabs.com (id 3335861_1075205637) and will be 
held for 30 days before being 
destroyed.

For more information please visit 
http://www.star.net.uk/Support/Faq/FAQ.asp

If you sent the email from a corporate network, please contact your IT 
Helpdesk or Support Department for assistance. They will be able to 
help you disinfect your workstation.

If you would like further information on how to subscribe to the Star 
Internet anti-virus service, a proactive anti-virus service working 
around the clock, around the globe, please complete our enquiry form

Star Internet is a business to business service provider. If you are a 
home user you should contact your anti-virus software vendor or obtain 
help from http://www.star.net.uk/Support/Faq/FAQ.asp

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
_
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, 
discovered a possible virus or unauthorised code (such as a joke 
program or trojan) in an email sent by you.

This email has now been quarantined and was not delivered. 

Please read this whole email carefully. It explains what has happened 
to your email, which suspected virus has been caught, and what to do if 
you need help.

To help identify the email:

The message sender was 
[EMAIL PROTECTED]

The message was titled 'Server Report'
The message date was Tue, 27 Jan 2004 12:15:50 +
The message recipients were 
[EMAIL PROTECTED]

The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
'3335855_3X_AZ-S_PA2__body.bat'


Some viruses forge the sender address.

The message was diverted into the virus holding pen on
mail server server-22.tower-35.messagelabs.com (id 3335855_1075205615) and will be 
held for 30 days before being 
destroyed.

For more information please visit 
http://www.star.net.uk/Support/Faq/FAQ.asp

If you sent the email from a corporate network, please contact your IT 
Helpdesk or Support Department for assistance. They will be able to 
help you disinfect your workstation.

If you would like further information on how to subscribe to the Star 
Internet anti-virus service, a proactive anti-virus service working 
around the clock, around the globe, please complete our enquiry form

Star Internet is a business to business service provider. If you are a 
home user you should contact your anti-virus software vendor or obtain 
help from http://www.star.net.uk/Support/Faq/FAQ.asp

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
_
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, 
discovered a possible virus or unauthorised code (such as a joke 
program or trojan) in an email sent by you.

This email has now been quarantined and was not delivered. 

Please read this whole email carefully. It explains what has happened 
to your email, which suspected virus has been caught, and what to do if 
you need help.

To help identify the email:

The message sender was 
[EMAIL PROTECTED]

The message was titled 'HI'
The message date was Tue, 27 Jan 2004 12:14:03 +
The message recipients were 
[EMAIL PROTECTED]

The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
'473312_3X_AZ-S_PA2__message.pif'


Some viruses forge the sender address.

The message was diverted into the virus holding pen on
mail server server-11.tower-22.messagelabs.com (id 473312_1075205515) and will be held 
for 30 days before being 
destroyed.

For more information please visit 
http://www.star.net.uk/Support/Faq/FAQ.asp

If you sent the email from a corporate network, please contact your IT 
Helpdesk or Support Department for assistance. They will be able to 
help you disinfect your workstation.

If you would like further information on how to subscribe to the Star 
Internet anti-virus service, a proactive anti-virus service working 
around the clock, around the globe, please complete our enquiry form

Star Internet is a business to business service provider. If you are a 
home user you should contact your anti-virus software vendor or obtain 
help from http://www.star.net.uk/Support/Faq/FAQ.asp

This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
_
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] WARNING. You tried to send a potential virus or unaut horised code

2004-01-27 Thread TIZIE, Francois
I guess this email is sent to any subscriber.
As far as I am concerned, I have never sent anything, because until today I did not 
have any time to send responses or requests for help, etc.
Please do consider the content of your email which can sometimes be ambiguous.

 

Regards

François T.
SAP GLOBAL IT FRANCE
SAP Internal IT Support

T   +33 1 55 30 23 57 (internal 2357)
M   +33 6 03 53 03 95 (internal 62357)
F   +33 1 55 30 20 33
mailto:[EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: mardi 27 janvier 2004 12:40
To: [EMAIL PROTECTED]
Subject: [Samba] WARNING. You tried to send a potential virus or unauthorised code


The Star Internet anti-virus service, powered by MessageLabs, 
discovered a possible virus or unauthorised code (such as a joke 
program or trojan) in an email sent by you.

This email has now been quarantined and was not delivered. 

Please read this whole email carefully. It explains what has happened 
to your email, which suspected virus has been caught, and what to do if 
you need help.

To help identify the email:

The message sender was 
[EMAIL PROTECTED]

The message was titled 'Mail Delivery System'
The message date was Tue, 27 Jan 2004 11:40:06 +
The message recipients were 
[EMAIL PROTECTED]

The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
'569029_2X_PM4_EMS_MA-OCTET=2DSTREAM__readme.scr'


Some viruses forge the sender address.

The message was diverted into the virus holding pen on
mail server server-7.tower-1.messagelabs.com (id 569029_1075203607) and will be held 
for 30 days before being 
destroyed.

For more information please visit 
http://www.star.net.uk/Support/Faq/FAQ.asp

If you sent the email from a corporate network, please contact your IT 
Helpdesk or Support Department for assistance. They will be able to 
help you disinfect your workstation.

If you would like further information on how to subscribe to the Star 
Internet anti-virus service, a proactive anti-virus service working 
around the clock, around the globe, please complete our enquiry form

Star Internet is a business to business service provider. If you are a 
home user you should contact your anti-virus software vendor or obtain 
help from http://www.star.net.uk/Support/Faq/FAQ.asp


This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING. You tried to send a potential virus or unauthorised code

2004-01-27 Thread alert
The Star Internet anti-virus service, powered by MessageLabs, 
discovered a possible virus or unauthorised code (such as a joke 
program or trojan) in an email sent by you.

This email has now been quarantined and was not delivered. 

Please read this whole email carefully. It explains what has happened 
to your email, which suspected virus has been caught, and what to do if 
you need help.

To help identify the email:

The message sender was 
[EMAIL PROTECTED]

The message was titled 'Mail Delivery System'
The message date was Tue, 27 Jan 2004 11:40:06 +
The message recipients were 
[EMAIL PROTECTED]

The virus or unauthorised code identified in the email is: >>> W32/MyDoom.A in 
'569029_2X_PM4_EMS_MA-OCTET=2DSTREAM__readme.scr'


Some viruses forge the sender address.

The message was diverted into the virus holding pen on
mail server server-7.tower-1.messagelabs.com (id 569029_1075203607) and will be held 
for 30 days before being 
destroyed.

For more information please visit 
http://www.star.net.uk/Support/Faq/FAQ.asp

If you sent the email from a corporate network, please contact your IT 
Helpdesk or Support Department for assistance. They will be able to 
help you disinfect your workstation.

If you would like further information on how to subscribe to the Star 
Internet anti-virus service, a proactive anti-virus service working 
around the clock, around the globe, please complete our enquiry form

Star Internet is a business to business service provider. If you are a 
home user you should contact your anti-virus software vendor or obtain 
help from http://www.star.net.uk/Support/Faq/FAQ.asp


This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2004-01-27 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: <[EMAIL PROTECTED]>
  Subject: Mail Transaction Failed
  Date: Tue Jan 27 10:10:07 2004
Any infected parts of the message have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: /home/spool/MailScanner/incoming/i0RA9bT24350/message.zip->message.doc 
is a security risk or a 
"backdoor" program

-- 
MailScanner
Email Virus Scanner
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Thank you!]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Thank you!', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Re: Approved]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Re: Approved', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Re: Details]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Re: Details', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Thank you!]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Thank you!', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Re: Wicked screensaver]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Re: Wicked screensaver', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Your details]

2003-09-01 Thread lindi . scott
Your EMail with subject 'Your details', sent to the recipient(s)

[EMAIL PROTECTED]

contains a suspicious string, virus or other harmful content .
The message has NOT been delivered to the recipients.
Please contact the IT Helpdesk (mailto:[EMAIL PROTECTED]) +27 12 420 3051 to resolve 
this issue.


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2003-08-25 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject: Re: Your application
  Date: Sun Aug 24 21:44:23 2003
Any infected parts of the message (document_all.pif)
have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: document_all.pifFound the W32/[EMAIL PROTECTED] virus !!!
Shortcuts to MS-Dos programs are very dangerous in email (document_all.pif)


-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected

2003-08-25 Thread MailScanner
Our virus detector has just been triggered by a message you sent:-
  To: [EMAIL PROTECTED]
  Subject: Re: Details
  Date: Sun Aug 24 21:30:38 2003
Any infected parts of the message (document_all.pif)
have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.

The virus detector said this about the message:
Report: document_all.pifFound the W32/[EMAIL PROTECTED] virus !!!
Shortcuts to MS-Dos programs are very dangerous in email (document_all.pif)


-- 
MailScanner
Email Virus Scanner
www.mailscanner.info
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING: YOU MAY HAVE A VIRUS

2003-08-23 Thread declude
The Declude Virus software on dreamsunlimitedtravel.com has reported that you sent
a virus with the subject "Re: Approved" to: 
[EMAIL PROTECTED]  
The E-mail containing the virus has been quarantined to prevent further damage.


The Web's Best Source for Disney Information
http://www.wdwinfo.com



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING: YOU MAY HAVE A VIRUS

2003-08-21 Thread declude
The Declude Virus software on dreamsunlimitedtravel.com has reported that you sent
a virus with the subject "Re: Re: My details" to: 
[EMAIL PROTECTED]  
The E-mail containing the virus has been quarantined to prevent further damage.


The Web's Best Source for Disney Information
http://www.wdwinfo.com



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: Possible Virus Infection!

2003-08-21 Thread Guinevere Virus
Dit is een automatisch bericht van Start Uitzendbureau. 
 
Een bericht is van u ontvangen met als onderwerp  Re: That movie 
Het bericht is verzonden aan [EMAIL PROTECTED] 
 
Reden: 
  
 
Scan uw werkplek op virussen en stuur daarna het desbetreffende bericht opnieuw. 
 
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: Possible Virus Infection!

2003-08-21 Thread Guinevere Virus
Dit is een automatisch bericht van Start Uitzendbureau. 
 
Een bericht is van u ontvangen met als onderwerp  Re: Details 
Het bericht is verzonden aan [EMAIL PROTECTED] 
 
Reden: 
  
 
Scan uw werkplek op virussen en stuur daarna het desbetreffende bericht opnieuw. 
 
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Warning: E-mail viruses detected!

2003-08-20 Thread AntyVirus
Program antywirusowy w wiadomosci:
  To: [EMAIL PROTECTED]
  Subject: Re: That movie
  Date: Wed Aug 20 09:03:27 2003
wykryl wirusa (-y).

Wiadomosc ta zostala wyslana aby poinformowac Cie, ze Twoj system moze byc
zainfekowany wirusem.


Our virus detector has just been triggered by a message you sent:
  To: [EMAIL PROTECTED]
  Subject: Re: That movie
  Date: Wed Aug 20 09:03:27 2003
Any infected parts of the message have not been delivered.

This message is simply to warn you that your computer system may have a
virus present and should be checked.



--
Operator
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Blocked mail [Approved]

2003-06-06 Thread lindi . scott
Your EMail with subject 'Approved', sent to the recipient(s)

[EMAIL PROTECTED]

contains a file attachment of type '[pif]'. Our organization does not accept files of 
this type by email. The message has NOT been delivered to the recipients.
If you have further questions, please contact the IT Helpdesk  (mailto:[EMAIL 
PROTECTED]).


-- 
Message generated by exiscan (University of Pretoria, South Africa)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] WARNING! Virus detected

2003-06-05 Thread Super-User
Your EMail with subject 'Re: Submited (004756-3463)', sent to the recipient(s)

[EMAIL PROTECTED]

contains a virus or other harmful content. The message has NOT been delivered to the 
recipients.
Please contact the postmaster (mailto:[EMAIL PROTECTED]) to resolve this issue.


 -=--= START OF SCANNER OUTPUT =-=-
 >>> Virus 'W32/Sobig-C' found in file 
 >>> /local/exim/exiscan/checkqueue/19Nhho-0007IB-00-tmp/approved.pif
 
 -=---= END OF SCANNER OUTPUT =--=-
 


-- 
Message generated by exiscan (UK/CA/NL Joint Astronomy Centre, Hilo, HI)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] WARNING: The "printer driver location"option isdeprecated

2003-03-30 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 26 Mar 2003, Andre Dieball wrote:

> After upgrade to 2.2.8-1 woody fom 2.2.7a I get (apart from other
> problems) the following error message:
> 
> WARNING: The "printer driver location"option is deprecated

This parameter has been marked as deprecated for several versions
now.  This is not a recent change.  

> As I use the Samba server only for printing, I'm not sure, what this
> means to me, as I have the follwoing in my smb.conf:

See the printing chapter in the Samba-HOWTO-Collection.




cheers, jerry
 --
 Hewlett-Packard- http://www.hp.com
 SAMBA Team -- http://www.samba.org
 GnuPG Key   http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
--John Cusack - "Grosse Point Blank" (1997)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h3TuIR7qMdg1EfYRAq0lAJsGnHk1frQyThOr9N1ttSihozzPngCgoBQy
Cczc2WedxPwfKeu3ph6GwTc=
=vJzy
-END PGP SIGNATURE-

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


  1   2   >