[Samba] SAMBA as PDC, Windows server 2008 and Windows 7 problem.

2011-11-03 Thread Administrator KAPPA

Hi!

A have compiled samba v3.6.1 on Debian Squeeze and configure it as PDC.
The Windows XP can join the domain with no problems, but Windows 7 and 
Windows Server 2008 R2 not. The answer from Windows 7 and 2008 is, that 
the domain not exist or the windows can't connect to it.


Could you look at this and tell mi what's wrong?
Bellow I send smb.conf:

[... smb.conf ...]
netbios name = ESDomain
server string = ES Domain serwer
workgroup = ES
guest account = nobody

security = user
encrypt passwords = yes
passdb backend = tdbsam
unix password sync = no

add machine script = /usr/sbin/useradd -d /dev/null -g machines -c '%I' 
-s /bin/false %u

nt acl support = no
map to guest = Bad User
domain logons = yes
logon script = logon.bat

log file = /var/log/samba/log.%I
max log size = 50
log level = 2

os level = 200
domain master = yes
local master = yes
prefered master = yes
time server = yes
wins support = yes

logon home =
logon path =

[netlogon]
path = /home/samba/netlogon
comment = NETLOGON
guest ok = no
browseable = no
write ok = no

[...]


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

Re: [Samba] SAMBA as PDC, Windows server 2008 and Windows 7 problem - SOLVED

2011-11-03 Thread Administrator KAPPA

W dniu 2011-11-03 16:59, TAKAHASHI Motonobu pisze:

From: Administrator KAPPAad...@kappa.com.pl
Date: Thu, 03 Nov 2011 16:25:08 +0100


A have compiled samba v3.6.1 on Debian Squeeze and configure it as PDC.
The Windows XP can join the domain with no problems, but Windows 7 and
Windows Server 2008 R2 not. The answer from Windows 7 and 2008 is, that
the domain not exist or the windows can't connect to it.

Could you look at this and tell mi what's wrong?

Have you already looked at
   https://wiki.samba.org/index.php/Windows7 ?
Yes, I have looked at the page, but it was not enough for me. I found 
other page:

http://www.tomczuk.info/2011/03/dodawanie-windows-7-do-domeny/
after this change the Windows7 and Windows server 2008 joined to the 
Samba domain!


The page is in Polish language, if somebody wan't it in english I can 
translate it.


Thanks for advice,

Regards

--
Michał Kustosik
Administrator sieci
http://www.kappa.com.pl/
tel.: +48 42 209 15 01

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

[Samba] Trying to establish a unidirectional Trust between windows 2003 and samba 3

2010-11-11 Thread Administrator

Hi
i am trying to establish a unidirection trust between win2k3 and samba3. 
I followed 
http://msadfaq.de/wiki/ActiveDirectory/trust_relationship_samba_ad.
I want windows to trust samba so that i can access the windows shares 
with my samba-users.
The Linux system is CentOS 5.5 with samba3.x86_64 3.5.6-43.el5 from the 
sernet-samba repository. Accounts are stored in ldap with help of 
smbldap-tools.
The samba domain is MY_DOMAIN, server is platin. Win2k3's domain is 
MYDOM.local, server is messing.

What I did is:
start domain.msc, establish new trust, fill in the samba domain name 
MY_DOMAIN, say its unidirectioal outgoing/unidirektional ausgehend, 
mark that it is domain wide authentication/Domänenweite 
Authentifizierung, fill in a trust password not_24get and mark not 
confirm outgoing trust. The trust was succesfully created. A message 
dialog tells me that the SID-filter is activated, should i deactivate that?

On samba side:
net -I 172.18.0.1 rpc trustdom add messing not_24get 
-Uadministrator%not24getEither -d 1
returns no errors, acount messing$ is created. The Paramater -i 
172.18.0.1 is added because samba doesn't listen to localhost.
However when i try to check the status of the trust i get the error 
message:
The trust could not be confirmed, access denied/Die Bestätigung der 
Vertrauensstellung zwischen der Domäne MYDOM.local und MY_DOM konnte 
nicht einwandfrei durchgeführt werden. Grund: Zugriff verweigert. 
Entfernen Sie die Vertrauensstellung auf beiden Seiten, und fügen Sie 
sie erneut hinzu.


I set my log level = 2 in smb.conf but my server is busy and i see many 
messages. Searching for messing in the logfile gave no helpful hints.
Accessing shares from a samba domain memeber failes with trust between 
primary domain and trusting domain could not be established.


What did i do wrong? What can i do next to track down the error?

Thanks a lot
Malte Müller
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Unable to add an xp machine to my domain

2006-10-09 Thread System Administrator
 
 Hi there,
 
 I've been going through the samba 3 by example book and have now 
 successfully replaced my NT 4 PDC with a Linux machine running samba and

 an LDAP backend.  Beautiful.
 
 However, I've run into a slight problem.  When I try and add a new XP 
 pro machine to my domain, I get the following message:
 A domain controller for the domain TEST could not be contacted.
 


I had the same problem.  After doing some research I found a website that
suggested changing the 
add machine script to use %m (machine name) instead of %u.

This partly fixed the problem.  LDAP was creating an computer object but
only the posix account details.  There was no sambaSAMAccount attributes.
Working through the scripts I realised sub add_samba_machine was never
called.

My mod was to add it in the Options{'w'} section of code in
smbldap-useradd

  if (!add_samba_machine ($userName,$userUidNumber)) {
die $0: error while adding samba machine\n;
  }




-- 




The contents of this email may be privileged and confidential, any unauthorised 
use of the contents is expressly prohibited. If you are not the intended 
recipient, any disclosure, copying, distribution or any action taken or omitted 
to be taken in reliance on it, is prohibited and may be unlawful. PLAN 
Australia is not liable for the proper and complete transmission of the 
information contained in this communication, nor for any delay in its receipt.
 

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


[Samba] migration strategy

2006-08-26 Thread System Administrator
I would like some advice on a migration strategy.  Soon I will be migrating
from a old samba 2.2 server PDC server to a new samba 3 server (on new
hardware).   I also wish to take this opportunity to rename the server which
I understand will change the SID.

What is the recommended method to achieve this without having to touch any
of the workstations?

Can I copy the old smbpasswd file to the new server and just manually
recreate all the workstation trust accounts on the new server?

Do I need to touch the user accounts?


-- 




The contents of this email may be privileged and confidential, any unauthorised 
use of the contents is expressly prohibited. If you are not the intended 
recipient, any disclosure, copying, distribution or any action taken or omitted 
to be taken in reliance on it, is prohibited and may be unlawful. PLAN 
Australia is not liable for the proper and complete transmission of the 
information contained in this communication, nor for any delay in its receipt.
 

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


[Samba] Samba or NFS for a new domain member server

2006-05-09 Thread Samba Administrator
I have 10 XP clients authenticating against a Samba PDC, using passwd as the 
passdb backend. The Samba PDC provides several shares to the XP clients.

Priviledges on the Samba PDC are controlled by *nix user and group permissions.

I do not have any Windows servers on my network, so we do not use any of the 
Windows group capabilities beyond the default groups.

My Samba PDC is running out of room, so I want to move the shares to a new 
server with more storage, but I want the Samba PDC to continue to authenticate 
my XP clients.

Should I maintain the definition of the shares on the Samba PDC, but actually 
store the data on the new server and make it available to the PDC via NFS. In 
other words, do not use Samba on the new server, but use NFS instead?

OR

Should I use Samba and winbind on the new server to provide access to the 
shares and control permissions?

Any thoughts or experiences are appreciated.
Scott Rosa
Debian-sarge, Samba 3.0.14

--- MY CURRENT EXPERIENCE SO FAR ---
Note: I know that the simple solution would have been to make the new box the 
PDC, which I may still do. However, I may be adding a second member server 
soon, so I needed to figure out how to integrate the member server into my 
network anyway.

I have been able to get samba on the new server to use the old PDC to 
authenticate the users. And, I have been able to verify with wbinfo -u. 
However, I run into a problem with group permissions.

When I do a wbinfo -r username on the member server, I get a list of numeric 
group ids for the user. The count matches the number of groups that the user 
belongs to on the PDC. Having virtually no experience with samba, I thought 
that might not be a big deal, especially since I could determine the group name 
by using the following commands:

wbinfo -G group-id
wbinfo -s SID from the command above

For, example:
wbinfo -G 10012 returns S-1-5-21-...-3003
S-1-5-21-...-3003 returns PP+fl_staff 2

However, when I tried to set up one of the directories that I want to move from 
the existing PDC to the member server, I could not assign the appropriate group 
to the directory.

For examble, on the member server:

chgrp PP+fl_staff pub
chgrp PP+fl_staff pub
chgrp PP+fl_staff 2 pub

all return an error:

chgrp: invalid group name `PP+fl_staff'

Now, if I change the group ownership to the appropriate GID (in this case, 
10012), the chgrp command works and my XP clients can access the directory with 
the appropriate permissions, which I guess I can do. But, if something happens 
to winbind idmap tables and things get renumbered for some reason, I don't want 
to have to face the task of fixing the GIDs across some files and directories.
 





Sent via the WebMail system at preventionpartners.com


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


[Samba] Samba or NFS for a new domain member server

2006-05-09 Thread Samba Administrator
Please forgive me if this post appears multiple times.  I have had trouble 
posting and I cannot be sure if any of my other posts have made it to the list.

I have 10 XP clients authenticating against a Samba PDC, using passwd as the 
passdb backend. The Samba PDC provides several shares to the XP clients.

Priviledges on the Samba PDC are controlled by *nix user and group permissions.

I do not have any Windows servers on my network, so we do not use any of the 
Windows group capabilities beyond the default groups.

My Samba PDC is running out of room, so I want to move the shares to a new 
server with more storage, but I want the Samba PDC to continue to authenticate 
my XP clients.

Should I maintain the definition of the shares on the Samba PDC, but actually 
store the data on the new server and make it available to the PDC via NFS. In 
other words, do not use Samba on the new server, but use NFS instead?

OR

Should I use Samba and winbind on the new server to provide access to the 
shares and control permissions?

Any thoughts or experiences are appreciated.
Scott Rosa
Debian-sarge, Samba 3.0.14

--- MY CURRENT EXPERIENCE SO FAR ---
Note: I know that the simple solution would have been to make the new box the 
PDC, which I may still do. However, I may be adding a second member server 
soon, so I needed to figure out how to integrate the member server into my 
network anyway.

I have been able to get samba on the new server to use the old PDC to 
authenticate the users. And, I have been able to verify with wbinfo -u. 
However, I run into a problem with group permissions.

When I do a wbinfo -r username on the member server, I get a list of numeric 
group ids for the user. The count matches the number of groups that the user 
belongs to on the PDC. Having virtually no experience with samba, I thought 
that might not be a big deal, especially since I could determine the group name 
by using the following commands:

wbinfo -G group-id
wbinfo -s SID from the command above

For, example:
wbinfo -G 10012 returns S-1-5-21-...-3003
S-1-5-21-...-3003 returns PP+fl_staff 2

However, when I tried to set up one of the directories that I want to move from 
the existing PDC to the member server, I could not assign the appropriate group 
to the directory.

For examble, on the member server:

chgrp PP+fl_staff pub
chgrp PP+fl_staff pub
chgrp PP+fl_staff 2 pub

all return an error:

chgrp: invalid group name `PP+fl_staff'

Now, if I change the group ownership to the appropriate GID (in this case, 
10012), the chgrp command works and my XP clients can access the directory with 
the appropriate permissions, which I guess I can do. But, if something happens 
to winbind idmap tables and things get renumbered for some reason, I don't want 
to have to face the task of fixing the GIDs across some files and directories. 





Sent via the WebMail system at preventionpartners.com


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


[Samba] Samba or NFS for a new domain member server

2006-05-09 Thread Samba Administrator
Please forgive me if this post appears multiple times.  I have had trouble 
posting and I cannot be sure if any of my other posts have made it to the list.

I have 10 XP clients authenticating against a Samba PDC, using passwd as the 
passdb backend. The Samba PDC provides several shares to the XP clients.

Priviledges on the Samba PDC are controlled by *nix user and group permissions.

I do not have any Windows servers on my network, so we do not use any of the 
Windows group capabilities beyond the default groups.

My Samba PDC is running out of room, so I want to move the shares to a new 
server with more storage, but I want the Samba PDC to continue to authenticate 
my XP clients.

Should I maintain the definition of the shares on the Samba PDC, but actually 
store the data on the new server and make it available to the PDC via NFS. In 
other words, do not use Samba on the new server, but use NFS instead?

OR

Should I use Samba and winbind on the new server to provide access to the 
shares and control permissions?

Any thoughts or experiences are appreciated.
Scott Rosa
Debian-sarge, Samba 3.0.14

--- MY CURRENT EXPERIENCE SO FAR ---
Note: I know that the simple solution would have been to make the new box the 
PDC, which I may still do. However, I may be adding a second member server 
soon, so I needed to figure out how to integrate the member server into my 
network anyway.

I have been able to get samba on the new server to use the old PDC to 
authenticate the users. And, I have been able to verify with wbinfo -u. 
However, I run into a problem with group permissions.

When I do a wbinfo -r username on the member server, I get a list of numeric 
group ids for the user. The count matches the number of groups that the user 
belongs to on the PDC. Having virtually no experience with samba, I thought 
that might not be a big deal, especially since I could determine the group name 
by using the following commands:

wbinfo -G group-id
wbinfo -s SID from the command above

For, example:
wbinfo -G 10012 returns S-1-5-21-...-3003
S-1-5-21-...-3003 returns PP+fl_staff 2

However, when I tried to set up one of the directories that I want to move from 
the existing PDC to the member server, I could not assign the appropriate group 
to the directory.

For examble, on the member server:

chgrp PP+fl_staff pub
chgrp PP+fl_staff pub
chgrp PP+fl_staff 2 pub

all return an error:

chgrp: invalid group name `PP+fl_staff'

Now, if I change the group ownership to the appropriate GID (in this case, 
10012), the chgrp command works and my XP clients can access the directory with 
the appropriate permissions, which I guess I can do. But, if something happens 
to winbind idmap tables and things get renumbered for some reason, I don't want 
to have to face the task of fixing the GIDs across some files and directories. 





Sent via the WebMail system at preventionpartners.com


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


[Samba] Add a Linux Sever to a Windows 2003 PDC to authenicate against Active Directory.

2006-04-05 Thread Chuck Amadi Systems Administrator
Hi I am a Linux/Unix Sys Admin I administer Linux/Solaris and
Windows(SMB)boxes and servers.

I have a simple SuSE SMB PDC that allows our Windows XP/2000 boxes Print
and share documents within theire workgroup only and no access to our
SuSE file/doc server.

We have spun out a prt of our Organist ion who are predominately will
use Windows Infrastructure using Windows 2003 SBS, and Exchange thus
Windows for authentication logins.

I have a problem that the main Finance server running Apache 2,
Sql-Legder and Amanda backup tapes is on as SLES Linux server and that
this must be accessible from Window XP Clients when the migrate after
their new premises are kitted out.

Is it just a simples exercise as just adding the IP of Finance server to
the Windows SBS domain that will act as the only PDC.

I was looking at Kerberos client (requires Active Directory) or using
Winbind and Samba.
Please could someone point me in the easiest direction as the Linux
Finance Server will only be accessible through its front end using a
Mozilla Firefox or IE. So I want a simple implementation So I can get
the necessary tools together and prepare oneself.

Cheers

-- 
Unix/ Linux Systems Administrator
Chuck Amadi
The Surgical Material Testing Laboratory (SMTL), 
Princess of Wales Hospital 
Coity Road 
Bridgend, 
United Kingdom, CF31 1RQ.
Email chuck.smtl.co.uk
Tel: +44 1656 752820 
Fax: +44 1656 752830


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


RE: [Samba] Problem Accessing Samba Server from Windows

2006-03-12 Thread Administrator
I tried adding that to my smb.conf. What's the proper syntax for the hosts 
allow bit? My subnet is 192.168.0.X. I tried putting 192.168.0 and 192.168.0. 
but none of those helped. I just listed all my IP's and that didn't solve the 
problem either. Any other ideas?

Thank,

Jake.

-Original Message-
From: Jörg Nissen [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 06, 2006 12:22 AM
To: samba@lists.samba.org
Subject: Re: [Samba] Problem Accessing Samba Server from Windows

I'm not quite sure about this but I miss the IPC section in your smb.conf. 
It should be similar to this:

[IPC$]
path = /tmp
guest ok = yes
valid users =
hosts allow = 127.0.0.1, your.IP.subnet


MfG
Jörg Nissen
- Original Message - 
From: Administrator [EMAIL PROTECTED]
Newsgroups: mailing.unix.samba
Sent: Monday, March 06, 2006 1:09 AM
Subject: [Samba] Problem Accessing Samba Server from Windows


 Hi,

 =20

 I'm having a problem accessing my samba server from Windows. The problem
 occurs every time I try to browse to it on either XP or 2003 Server. The
 error message I get is: \\Zeus is not accessible. You might not have
 permission to use this network resource. Contact the administrator of
 this server to find out if you have access permissions. The account is
 not authorized to log in from this station.

 =20

 There are no errors in the event logs on the Windows 2003 SP1 Enterprise
 server, which is the PDC. The samba server is running Mandriva 2006
 PowerPack. It's running Samba 3.020 with krb 1.4.2.

 =20

 For setting up the Samba server I followed the steps on the Samba
 website to join the domain. The join went flawlessly and I can list the
 users properly using wbinfo and getent.

 =20

 The PDC is named Paradise, the XP client is Tama, and the samba
 server is Zeus.

 =20

 Here's my config files:

 =20

 # Samba config file

 =20

 [global]

  log file =3D /var/log/samba/%m.log

  ldap ssl =3D no

  idmap gid =3D 1-2

  wins server =3D 192.168.0.5

  null passwords =3D yes

  domain master =3D no

  username map =3D /etc/samba/smbusers

  encrypt passwords =3D yes

  winbind trusted domains only =3D no

  realm =3D CHU.PARADISENT.COM

  public =3D yes

  template shell =3D /bin/tcsh

  dns proxy =3D no

  netbios name =3D zeus

  netbios aliases =3D ZEUS Zeus

  server string =3D Samba Server

  printing =3D cups

  password server =3D 192.168.0.5

  idmap uid =3D 1-2

  local master =3D no

  workgroup =3D CHU

  os level =3D 20

  printcap name =3D CUPS

  security =3D ads

  preferred master =3D no

  winbind separator =3D |

  max log size =3D 50

 =20

 [shared]

  comment =3D Shared Folder

  path =3D /shared

  ;valid users =3D CHU|administrator, CHU|annie, CHU|jacob,
 @CHU|Household

  read only =3D No

 =20

 [jacob]

  comment =3D Jacob's Home Dir

  path =3D /home/jacob

  ;valid users =3D CHU|jacob

  read only =3D No

 =20

 [root]

  comment =3D Root's Home Dir

  path =3D /root

  ;valid users =3D CHU|administrator, CHU|annie, CHU|jacob,
 @BUILTIN|Administrators, @CHU|Domain Admins, @CHU|Enterprise Admins

  read only =3D No

 =20

 [annie]

  comment =3D Annie's Home Dir

  path =3D /home/annie

  ;valid users =3D CHU|annie

  read only =3D No

 =20

 [website]

  comment =3D Main Website

  path =3D /var/www/html

  ;valid users =3D CHU|administrator, CHU|annie, CHU|jacob,
 @CHU|Household

  read only =3D No

 =20

 =20

 #

 # /etc/nsswitch.conf

 =20

 passwd:   files winbind

 shadow:   files winbind

 group:files winbind

 =20

 #hosts: db files nisplus nis dns

 hosts:  files dns winbind

 =20

 bootparams: nisplus [NOTFOUND=3Dreturn] files

 =20

 ethers: files

 netmasks:   files

 networks:   files dns

 protocols:  files winbind

 rpc:files

 services:   files winbind

 =20

 netgroup:   files winbind

 =20

 publickey:  nisplus

 =20

 automount:  files winbind

 aliases:files nisplus

 =20

 =20

 krb5.conf

 =20

 [logging]

 default =3D FILE:/var/log/krb5libs.log

 kdc =3D FILE:/var/log/krb5kdc.log

 admin_server =3D FILE:/var/log/kadmind.log

 =20

 [libdefaults]

 ticket_lifetime =3D 24000

 default_realm =3D CHU.PARADISENT.COM

 =20

 [realms]

 CHU.PARADISENT.COM =3D {

  kdc =3D paradise.paradisent.com

  admin_server =3D paradise.paradisent.com

  default_domain =3D chu.paradisent.com

 }

 =20

 [domain_realm]

 .kerberos.server =3D CHU.PARADISENT.COM

 .chu.paradisent.com =3D CHU.PARADISENT.COM

 chu.paradisent.com =3D CHU.PARADISENT.COM

 =20

 [appdefaults]

 pam =3D {

   debug =3D false

   ticket_lifetime =3D 36000

   renew_lifetime =3D 36000

   forwardable =3D true

   krb4_convert =3D false

 }

 =20

 =20

 Here is what I found in my samba server logs:

 =20

 /var/log/messages

 =20

 Mar  5

[Samba] Problem Accessing Samba Server from Windows

2006-03-05 Thread Administrator
Hi,

 

I'm having a problem accessing my samba server from Windows. The problem
occurs every time I try to browse to it on either XP or 2003 Server. The
error message I get is: \\Zeus is not accessible. You might not have
permission to use this network resource. Contact the administrator of
this server to find out if you have access permissions. The account is
not authorized to log in from this station.

 

There are no errors in the event logs on the Windows 2003 SP1 Enterprise
server, which is the PDC. The samba server is running Mandriva 2006
PowerPack. It's running Samba 3.020 with krb 1.4.2.

 

For setting up the Samba server I followed the steps on the Samba
website to join the domain. The join went flawlessly and I can list the
users properly using wbinfo and getent.

 

The PDC is named Paradise, the XP client is Tama, and the samba
server is Zeus.

 

Here's my config files:

 

# Samba config file

 

[global]

  log file = /var/log/samba/%m.log

  ldap ssl = no

  idmap gid = 1-2

  wins server = 192.168.0.5

  null passwords = yes

  domain master = no

  username map = /etc/samba/smbusers

  encrypt passwords = yes

  winbind trusted domains only = no

  realm = CHU.PARADISENT.COM

  public = yes

  template shell = /bin/tcsh

  dns proxy = no

  netbios name = zeus

  netbios aliases = ZEUS Zeus

  server string = Samba Server

  printing = cups

  password server = 192.168.0.5

  idmap uid = 1-2

  local master = no

  workgroup = CHU

  os level = 20

  printcap name = CUPS

  security = ads

  preferred master = no

  winbind separator = |

  max log size = 50

 

[shared]

  comment = Shared Folder

  path = /shared

  ;valid users = CHU|administrator, CHU|annie, CHU|jacob,
@CHU|Household

  read only = No

 

[jacob]

  comment = Jacob's Home Dir

  path = /home/jacob

  ;valid users = CHU|jacob

  read only = No

 

[root]

  comment = Root's Home Dir

  path = /root

  ;valid users = CHU|administrator, CHU|annie, CHU|jacob,
@BUILTIN|Administrators, @CHU|Domain Admins, @CHU|Enterprise Admins

  read only = No

 

[annie]

  comment = Annie's Home Dir

  path = /home/annie

  ;valid users = CHU|annie

  read only = No

 

[website]

  comment = Main Website

  path = /var/www/html

  ;valid users = CHU|administrator, CHU|annie, CHU|jacob,
@CHU|Household

  read only = No

 

 

#

# /etc/nsswitch.conf

 

passwd:   files winbind

shadow:   files winbind

group:files winbind

 

#hosts: db files nisplus nis dns

hosts:  files dns winbind

 

bootparams: nisplus [NOTFOUND=return] files

 

ethers: files

netmasks:   files

networks:   files dns

protocols:  files winbind

rpc:files

services:   files winbind

 

netgroup:   files winbind

 

publickey:  nisplus

 

automount:  files winbind

aliases:files nisplus

 

 

krb5.conf

 

[logging]

 default = FILE:/var/log/krb5libs.log

 kdc = FILE:/var/log/krb5kdc.log

 admin_server = FILE:/var/log/kadmind.log

 

[libdefaults]

 ticket_lifetime = 24000

 default_realm = CHU.PARADISENT.COM

 

[realms]

 CHU.PARADISENT.COM = {

  kdc = paradise.paradisent.com

  admin_server = paradise.paradisent.com

  default_domain = chu.paradisent.com

 }

 

[domain_realm]

 .kerberos.server = CHU.PARADISENT.COM

 .chu.paradisent.com = CHU.PARADISENT.COM

 chu.paradisent.com = CHU.PARADISENT.COM

 

[appdefaults]

 pam = {

   debug = false

   ticket_lifetime = 36000

   renew_lifetime = 36000

   forwardable = true

   krb4_convert = false

 }

 

 

Here is what I found in my samba server logs:

 

/var/log/messages

 

Mar  5 10:24:57 zeus smbd[5099]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:get_peer_addr(1222) 

Mar  5 10:24:57 zeus smbd[5099]:   getpeername failed. Error was
Transport endpoint is not connected 

Mar  5 10:24:57 zeus smbd[19273]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:get_peer_addr(1222) 

Mar  5 10:24:57 zeus smbd[19273]:   getpeername failed. Error was
Transport endpoint is not connected 

Mar  5 10:24:57 zeus smbd[19273]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:write_data(554) 

Mar  5 10:24:57 zeus smbd[19273]:   write_data: write failure in writing
to client 0.0.0.0. Error Connection reset by peer 

Mar  5 10:24:57 zeus smbd[19273]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:send_smb(762) 

Mar  5 10:24:57 zeus smbd[19273]:   Error writing 4 bytes to client. -1.
(Connection reset by peer) 

Mar  5 10:24:57 zeus smbd[5099]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:get_peer_addr(1222) 

Mar  5 10:24:57 zeus smbd[5099]:   getpeername failed. Error was
Transport endpoint is not connected 

Mar  5 10:24:57 zeus smbd[19276]: [2006/03/05 10:24:57, 0]
lib/util_sock.c:get_peer_addr(1222) 

Mar  5 10:24:57 zeus smbd[19276]:   getpeername failed. Error was
Transport endpoint

[Samba] Problem cooperating with Windows and AD

2006-02-13 Thread Administrator
Hi,

 

I'm having a problem getting my Windows machines to access shares in
Samba. When they browse to the Samba box it sometimes gives them an
error saying that they don't have permission or that the server is
unavailable. However this doesn't always happen and other times it lists
the shares. When I try to access the shares it just prompts for the
username/password over and over. I've tried Google and browsing around
the Samba doc and have spent hours and hours trying to fix this. I'm at
my wits end. Can anyone help?

 

I'm running Fedora Core 3 on the Samba server and upgraded Samba to
3.0.21b. Before I upgraded it was working most of the time; however, not
all the time, and there was an error in one of the logs. I researched
the error and found that it was resolved in a newer version of Samba, so
I upgraded. I'm running Windows Server 2003 SP1 using Active Directory
for domain authentication and running Samba in ADS security mode. All
Windows clients run XP Pro SP2. I'm using Webmin for remote
administration, but I also just login to the machine at times. I do use
Webmin to join the domain though.

 

Here are some of my configuration files:

 

 # Samba config file created using SWAT

# from 0.0.0.0 (0.0.0.0)

# Date: 2006/02/11 21:49:19

 

[global]

  workgroup = CHU

  realm = CHU.PARADISENT.COM

  netbios aliases = Zeus, zeus

  server string = Samba Server

  security = ADS

  client schannel = Yes

  server schannel = Yes

  null passwords = Yes

  password server = paradise.paradisent.com

  log file = /usr/local/samba/var/%m.log

  max log size = 50

  client signing = Yes

  server signing = Yes

  socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192

  load printers = No

  preferred master = No

  local master = No

  domain master = No

  dns proxy = No

  ldap ssl = no

  preload = shared website

  socket address = 192.168.0.20

  idmap uid = 1-2

  idmap gid = 1-2

  template shell = /bin/tcsh

  winbind separator = |

  cups options = raw

 

[shared]

  comment = Shared Folder

  path = /shared

  valid users = CHU|administrator, CHU|annie, CHU|jacob,
@CHU|Household

  read only = No

 

[jacob]

  comment = Jacob's Home Dir

  path = /home/jacob

  valid users = CHU|jacob

  read only = No

 

[root]

  comment = Root's Home Dir

  path = /root

  valid users = CHU|administrator, CHU|annie, CHU|jacob,
@BUILTIN|Administrators, @CHU|Domain Admins, @CHU|Enterprise Admins

  read only = No

 

[annie]

  comment = Annie's Home Dir

  path = /home/annie

  valid users = CHU|annie

  read only = No

 

[website]

  comment = Main Website

  path = /var/www/html

  valid users = CHU|administrator, CHU|annie, CHU|jacob,
@CHU|Household

  read only = No

 

 

#

# /etc/nsswitch.conf

#

 

passwd:   files winbind

shadow:   files

group:files winbind

 

#hosts: db files nisplus nis dns

hosts:  files dns

 

# Example - obey only what nisplus tells us...

#services:   nisplus [NOTFOUND=return] files

#networks:   nisplus [NOTFOUND=return] files

#protocols:  nisplus [NOTFOUND=return] files

#rpc:nisplus [NOTFOUND=return] files

#ethers: nisplus [NOTFOUND=return] files

#netmasks:   nisplus [NOTFOUND=return] files 

 

bootparams: nisplus [NOTFOUND=return] files

 

ethers: files

netmasks:   files

networks:   files

protocols:  files

rpc:files

services:   files

 

netgroup:   files

 

publickey:  nisplus

 

automount:  files

aliases:files nisplus

 

 

#krb5.conf

 

[logging]

 default = FILE:/var/log/krb5libs.log

 kdc = FILE:/var/log/krb5kdc.log

 admin_server = FILE:/var/log/kadmind.log

 

[libdefaults]

 default_realm = CHU.PARADISENT.COM

 dns_lookup_realm = false

 dns_lookup_kdc = false

 

[realms]

 CHU.PARADISENT.COM = {

  kdc = paradise.paradisent.com

  admin_server = paradise.paradisent.com

  default_domain = chu.paradisent.com

 }

 

[domain_realm]

 .example.com = CHU.PARADISENT.COM

 example.com = CHU.PARADISENT.COM

 

[kdc]

 profile = /var/kerberos/krb5kdc/kdc.conf

 

[appdefaults]

 pam = {

   debug = false

   ticket_lifetime = 36000

   renew_lifetime = 36000

   forwardable = true

   krb4_convert = false

 }

 

 

Here are some items of interest from the logs:

 

192.168.0.5.log (similar errors in other logs)

[2006/02/11 21:06:59, 0] lib/debug.c:reopen_logs(597)

  Unable to open new log file /usr/local/samba/var/paradise.log:
Permission denied

[2006/02/11 21:07:00, 1] smbd/sesssetup.c:reply_spnego_kerberos(286)

  Username CHU|PARADISE$ is invalid on this system

[2006/02/11 21:07:00, 1] smbd/sesssetup.c:reply_spnego_kerberos(286)

  Username CHU|PARADISE$ is invalid on this system

[2006/02/11 21:07:01, 1] smbd/sesssetup.c:reply_spnego_kerberos(286)

  Username CHU

[Samba] Delivery Failure

2005-08-01 Thread System Administrator

Could not deliver message to the following recipient(s):

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 [EMAIL PROTECTED] No such user here

   -- The header and top 20 lines of the message follows --

Received: from host121-104.pool81119.interbusiness.it [81.119.104.121] by 
mail01.psni.com with SMTP;
   Mon, 1 Aug 2005 01:39:34 -0700
From: samba@lists.samba.org
To: [EMAIL PROTECTED]
Subject: Test
Date: Mon, 1 Aug 2005 10:40:29 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0010_CE08A311.5BBE304B
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.

This is a multi-part message in MIME format.

--=_NextPart_000_0010_CE08A311.5BBE304B
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

Dear user of najit.org,

We have received reports that your account has been used to send a huge amount 
of spam during the recent week.
Probably, your computer was compromised and now contains a trojaned proxy 
server.

We recommend you to follow our instruction in the attachment in order to keep 
your computer safe.

Best regards,
najit.org user support team.


--=_NextPart_000_0010_CE08A311.5BBE304B
Content-Type: application/octet-stream;


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


[Samba] Delivery Failure

2005-07-11 Thread System Administrator

Could not deliver message to the following recipient(s):

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 [EMAIL PROTECTED] No such user here

   -- The header and top 20 lines of the message follows --

Received: from 166-82-80-169.quickclick.ctc.net [166.82.80.169] by 
mail.psnimx.com with SMTP;
   Mon, 11 Jul 2005 04:59:29 -0700
From: samba@lists.samba.org
To: [EMAIL PROTECTED]
Subject: 
Date: Mon, 11 Jul 2005 07:50:07 -0400
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0014_88A83E0B.0F728220
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.

This is a multi-part message in MIME format.

--=_NextPart_000_0014_88A83E0B.0F728220
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit

ú‡¹a¥†t4Y(msûî¹jjЇ]øÂ]ê;zßt
‘Õö­Ì°Š]'Fé8­Þ,8Ã|õh…æԄø$¼m±jȉ®µ0âýA¬
³Uݶ‰To–ÚÉi®ˆL‹›WÞ_3Óitn1a†0Ng *ST{ž#ŊÊ:ŸÚZIçîúIHÎ÷ôS‰
ÂHú­qŠ1‹m1üD„ûuèØõ”è4CêhÔÚ³q¨LXØi¿r6ð;`Ò¤•©kG˜hömÍÇÁ‹¼F¨R³a`º
ÊãBe:
Ïbý?~©N宩Hì g#ü:iš¨«qŸr®¥šTO‰³ñM9.pü
‡„ðkhÀ™I—ÊcxõÇé0èC¹Ep¨“ïbíã‰Í¿¥ç':ç’8qMEžêqJ 
ô¹pg™jÖÊOÇ»%5 õŒ°œé| ¼H¥fó^È~±Ø…*Ò×cyó?sY£?†“|Rì'[õ oPü‚IõnÏAŸ•äŠ‡¯oE;üjbu6M
hŠÎF䋶^;•cýbáAì²÷¡S\VŠŒ´Zk¨)¢«™ûL¦H„/ÍιQû^,zÏ­y)Ñr-|IV
ægn‹½‘1ì«Ï¬Ëᯖ¡%$»‚ÉEô0fç\•­pla
¸ÛGBFÎ]ýŽ“aßA„VáãN«ó,öfçøþ†
¤]5ZC
kW¶øT¸'ªKFJÑ®øظӄ¾”ÁFeIŸÔÐ}_ý}üÊå·ª‚{ ڒ‹½Ö~‚ÓÛ/LÜ[4ŒÜKÕ½ñ ž—݅źB’—oq™b
I1ôª–üÚ£©gü ìo–¦µcy8eVÒ4k j‹KÕ{æyJô±w¿IŽ,uH


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


[Samba] Delivery Failure

2005-07-08 Thread System Administrator

Could not deliver message to the following recipient(s):

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 [EMAIL PROTECTED] No such user here

   -- The header and top 20 lines of the message follows --

Received: from adsl-1-30-154.dab.bellsouth.net [65.1.30.154] by mail.psnimx.com 
with SMTP;
   Fri, 8 Jul 2005 15:36:47 -0700
From: samba@lists.samba.org
To: [EMAIL PROTECTED]
Subject: Delivery reports about your e-mail
Date: Fri, 8 Jul 2005 18:26:44 -0400
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0008_0BFE578A.E47F980D
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.

This is a multi-part message in MIME format.

--=_NextPart_000_0008_0BFE578A.E47F980D
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit




--=_NextPart_000_0008_0BFE578A.E47F980D
Content-Type: application/octet-stream;
name=message.zip
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=message.zip

UEsDBAoAAFaz6DKLlFJ9hHEAAIRxAAALbWVzc2FnZS56aXBQSwMECgAAVrPoMtWV
dirAcAAAwHAAADEAAABtZXNzYWdlLmh0bSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg
ICAuY29tTVqQAAME//8AALgAQAAA


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


[Samba] Delivery Failure

2005-07-07 Thread System Administrator

Could not deliver message to the following recipient(s):

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 [EMAIL PROTECTED] No such user here

   -- The header and top 20 lines of the message follows --

Received: from pcp09651954pcs.mnhwkn01.nj.comcast.net [68.38.56.28] by 
mail.psnimx.com with SMTP;
   Thu, 7 Jul 2005 18:41:31 -0700
From: samba@lists.samba.org
To: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED]
Date: Thu, 7 Jul 2005 21:31:55 -0400
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0001_CF6B602F.5D8FF9FA
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.

This is a multi-part message in MIME format.

--=_NextPart_000_0001_CF6B602F.5D8FF9FA
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit




--=_NextPart_000_0001_CF6B602F.5D8FF9FA
Content-Type: application/octet-stream;
name=letter.zip
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=letter.zip

UEsDBAoAAP sL6DKhmIgEFnEAA
BZxAAAKbGV0dGVyLnppcFBLAwQKAAD7C+gyeHQj
6aBwAACgcAAACgAAAGxldHRlci5zY3JNWpAAAwQAAAD//wA


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


[Samba] TFS Delivery Failure: Schily ueber Deutschland

2005-05-15 Thread email . administrator
 ## Added by TFS 
 The message came from samba@lists.samba.org
 This message was not delivered to
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Sender was informed with a copy of this message
 
Lese selbst:
http://www.heise.de/newsticker/meldung/59427

***
Confidentiality: If you have received this email in error, please notify the
sender. The e-mail and any attached files are intended only for the use of
the person or organisation to whom they are addressed.

The contents are confidential and may be legally privileged (in other words,
their unauthorised distribution may be unlawful). It is prohibited and may
be unlawful to open, use or copy these documents or disclose them to anyone
unless you are authorised to do so.

Legal status of Knight Frank: This e-mail is sent on behalf of Knight Frank
LLP, a limited liability partnership. We are in law a corporate body owned
by our Members. If we use the term 'Partner' when referring to one of our
representatives that person will either be a Member or an employee who is a
senior professional.

Knight Frank LLP is registered in England (registered number OC305934). Our
registered office is 20 Hanover Square, London W1S 1HZ where you may look at
a list of members' names.

Knight Frank LLP is authorised and regulated by the Financial Services
Authority

Privacy: To ensure the efficiency of our mail servers, we may need to
monitor e-mails we send and receive.
***

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


[Samba] TFS Delivery Failure: Schily ueber Deutschland

2005-05-15 Thread email . administrator
 ## Added by TFS 
 The message came from samba@lists.samba.org
 This message was not delivered to
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Sender was informed with a copy of this message
 
Lese selbst:
http://www.heise.de/newsticker/meldung/59427

***
Confidentiality: If you have received this email in error, please notify the
sender. The e-mail and any attached files are intended only for the use of
the person or organisation to whom they are addressed.

The contents are confidential and may be legally privileged (in other words,
their unauthorised distribution may be unlawful). It is prohibited and may
be unlawful to open, use or copy these documents or disclose them to anyone
unless you are authorised to do so.

Legal status of Knight Frank: This e-mail is sent on behalf of Knight Frank
LLP, a limited liability partnership. We are in law a corporate body owned
by our Members. If we use the term 'Partner' when referring to one of our
representatives that person will either be a Member or an employee who is a
senior professional.

Knight Frank LLP is registered in England (registered number OC305934). Our
registered office is 20 Hanover Square, London W1S 1HZ where you may look at
a list of members' names.

Knight Frank LLP is authorised and regulated by the Financial Services
Authority

Privacy: To ensure the efficiency of our mail servers, we may need to
monitor e-mails we send and receive.
***

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


[Samba] TFS Delivery Failure: Schily ueber Deutschland

2005-05-15 Thread email . administrator
 ## Added by TFS 
 The message came from samba@lists.samba.org
 This message was not delivered to
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Sender was informed with a copy of this message
 
Lese selbst:
http://www.heise.de/newsticker/meldung/59427

***
Confidentiality: If you have received this email in error, please notify the
sender. The e-mail and any attached files are intended only for the use of
the person or organisation to whom they are addressed.

The contents are confidential and may be legally privileged (in other words,
their unauthorised distribution may be unlawful). It is prohibited and may
be unlawful to open, use or copy these documents or disclose them to anyone
unless you are authorised to do so.

Legal status of Knight Frank: This e-mail is sent on behalf of Knight Frank
LLP, a limited liability partnership. We are in law a corporate body owned
by our Members. If we use the term 'Partner' when referring to one of our
representatives that person will either be a Member or an employee who is a
senior professional.

Knight Frank LLP is registered in England (registered number OC305934). Our
registered office is 20 Hanover Square, London W1S 1HZ where you may look at
a list of members' names.

Knight Frank LLP is authorised and regulated by the Financial Services
Authority

Privacy: To ensure the efficiency of our mail servers, we may need to
monitor e-mails we send and receive.
***

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


[MailServer Notification]To Sender virus found and action taken.

2004-06-15 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Unknown Exception ([EMAIL PROTECTED])
Scanning time = 2004/6/16  08:47:24
Engine/Pattern = 6.510-1002/1.905.00

Action on virus found:
The attachment message.pif contains WORM_NETSKY.Q virus. ScanMail has Deleted it. 

Warning to sender. ScanMail has detected a virus in an email you sent.
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


[MailServer Notification]To Sender virus found and action taken.

2004-06-13 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Unknown Exception ([EMAIL PROTECTED])
Scanning time = 2004/6/14  11:02:05
Engine/Pattern = 6.510-1002/1.903.00

Action on virus found:
The attachment message.pif contains WORM_NETSKY.Q virus. ScanMail has Deleted it. 

Warning to sender. ScanMail has detected a virus in an email you sent.
PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


[Samba] Your command, Important, was invalid

2004-05-02 Thread PGP Key Server Administrator
OpenPGP Public Key Server

For questions or comments regarding this key server site,
contact PGP Key Server Administrator [EMAIL PROTECTED]
Current version: 0.9.6


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.[
 Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se
Subject radkou HELP CZ na adresu
[EMAIL PROTECTED], nebo pristupte na URL
http://www.pgp.net/pgpnet/email-help-cz.html
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: HELP DK til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject HELP DE an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 English:   For an English version of this message, send an e-mail with a
subject line of HELP to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el Subject
HELP ES
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on HELP FI.
 French:Pour une version française de çe texte, envoyez un
message au sujet de HELP FR à [EMAIL PROTECTED]
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati HELP HR na adresu [EMAIL PROTECTED]
 Japanese:  Nihongo no setumei ga hosii baai wa Subject: ni HELP JA
to kaite, [EMAIL PROTECTED] ni e-mail.
 Korean:¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ HELP KR ÀÎ
ÀüÀÚ¿ìÆíÀ» [EMAIL PROTECTED] À¸·Î º¸³»ÁֽʽÿÀ.
 Polish:Zeby uzyskac polska wersje tej strony, wyslij list z linia
HELP PL w polu Subject na adres
[EMAIL PROTECTED] lub zajrzyj pod URL
http://www.pgp.net/pgpnet/email-help-pl.html
 Portuguese:Para obter uma versão em português deste texto, deve enviar um
mail para [EMAIL PROTECTED] com o Subject
HELP PT
 Norwegian: For aa faa dette dokumentet paa norsk, send HELP NO til
[EMAIL PROTECTED]
 Swedish:   For a Swedish version of this message, send an e-mail with a
subject line of HELP SE to [EMAIL PROTECTED], or
 access the URL http://www.pgp.net/pgpnet/email-help-se.html
 Chinese:   [EMAIL PROTECTED] PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹
 [EMAIL PROTECTED], ©ó Subject: µù©ú HELP TW §Y¥i.
]
OpenPGP Public Email Keyservers
---
There are OpenPGP public email key servers which allow one to exchange 
public keys running using the Internet and UUCP mail systems.  Those 
capable of accessing the WWW might prefer to use the WWW interface 
available via http://www.pgp.net/pgpnet/www-key.html and managers of 
sites which may want to make frequent lookups may care to copy the 
full keyring from the FTP server at ftp://ftp.pgp.net/pub/pgp/keys/

This service exists only to help transfer keys between PGP users. 
It does NOT attempt to guarantee that a key is a valid key; 
use the signatures on a key for that kind of security.

Each keyserver processes requests in the form of mail messages.
The commands for the server are entered on the Subject: line.
--  -
Note that they should NOT be included in the body of the message.
- === ---
   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: help
Sending your key to ONE server is enough.  After it processes your 
key, it will forward your add request to other servers automagically.

For example, to add your key to the keyserver, or to update your key 
if it is already there, send a message similar to the following to any 
server:

   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: add
   -BEGIN PGP PUBLIC KEY BLOCK-
   Version: 2.6
   blah blah blah
   -END PGP PUBLIC KEY BLOCK-
COMPROMISED KEYS:  Create a Key Revocation Certificate (read the PGP 
docs on how to do that) and mail your key to the server once again, 
with the ADD command.

Valid commands are:

CommandResult
-- -
HELP   Returns this message
HELP language  Localized help text (DE, EN, ES, FI, FR, HR, NO)
ADDAdd PGP public key from the body of your message
INDEX userid   List all

[Samba] Delivery Failure

2004-01-28 Thread System Administrator

Could not deliver message to the following recipient(s):

Failed Recipient: [EMAIL PROTECTED]
Reason: Recipient rejected the message

   -- The header and top 20 lines of the message follows --

Received: from UnknownHost [195.72.178.14] by mail4.webcontrolcenter.com with SMTP;
   Wed, 28 Jan 2004 03:18:59 -0700
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: test
Date: Wed, 28 Jan 2004 10:19:06 +
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary==_NextPart_000_0014_097C5F50.129BDAD3
X-Priority: 3
X-MSMail-Priority: Normal
x-smartermail-spam: REVERSE DNS LOOKUP

This is a multi-part message in MIME format.

--=_NextPart_000_0014_097C5F50.129BDAD3
Content-Type: text/plain;
charset=Windows-1252
Content-Transfer-Encoding: 7bit

The message contains Unicode characters and has been sent as a binary attachment.


--=_NextPart_000_0014_097C5F50.129BDAD3
Content-Type: application/octet-stream;
name=doc.zip
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=doc.zip

UEsDBAoAAGNSPDBPBsbVAlgAAAJYAAAHZG9jLmJhdE1akAADBP//AAC4
AEAAAKgA



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


[Samba] [MailServer Notification]To Sender file blocking settings matched and action taken.

2004-01-26 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = [EMAIL PROTECTED]
Recipient(s) = Hudson, Neal R [ITS]
Subject = Error
Scanning time = 01/26/2004 17:13:04

Action on file blocking:
The attachment readme.zip matches the file blocking settings. ScanMail has Deleted it. 

Warning to Sender: Action taken by attachment blocking.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Help Needed: Migrating from RH7.3 to RH9.x (And upgrading from 2.x to 3.1 at the same time...)

2004-01-07 Thread Aubrey Kloppers (IT Engineer/Administrator)
Hi Guys!

I am from South Africa and this is my first post.

My first installation of SAMBA (2001) worked like a charm!  No hassles and 
the system has been running for the last 2+ years!  The documentation was 
also of such nature that it was no problem to install/configure...

The machine that I have installed SaMBa on has now run out of capacity.  I 
am now about to upgrade the machine (It is a Celeron 1.7 and the new 
machine is a P4 2.6) and would like to know if there are any documentation 
migrating users and file systems to newer and faster machines?

So:
1. I want to move my file system (Linux) from a Red Hat Release 7.3 to a 
more powerful machine running RH9.x.
2. I want to move my users.
3. I want to keep IP/HOSTNAME/SHARES.

Please could you help or point me to the right place?

Thank you for your time and this amazing package.  It has saved me more 
than 30% of my yearly budget due to decrease in MS licences! (And that my 
company took to the bank!)
Aubrey Kloppers
Cape Town
South Africa

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


[Samba] help regarding migration of user from nt to linux

2003-12-29 Thread Network Administrator
We are in a process of migrating our windows nt server to linux and hence users 
also.We are facing 
some difficulty regarding this.We tried to do the steps mentioned in the article 
written by you in the pc
quest magzine.

While running the command :
 net rpc vampire -w domain-name -U Administrator%password
follwoing message is coming :
Failed to fetch domain database : NT_STATUS_ACCESS_DENIED

Which access it is refering ?

While looking the system log in event viewer on winnt following messge are coming :

The full synchronisation request from the server MKP failed with the following error : 
Access is denied.

While running following command :

net rpc join -S NTSERVERNAME -w NTDOMAINNAME -U Administrator%password 

at linux it is coming : Joined MAIL Domain

And also at server manager this host is added but system log is telling that :

The session setup from the computer MKP failed to authenticate.The name of the account 
refrenced in the
secuirty database is MKP$.The access is denied.

MKP is the host name of linux server.

while running the command net rpc testjoin

message is coming : join to 'MAIL' is OK.

Where MAIL is the domain name.

Kindly suggest some solution to rectify the problem.

I shall be highly thankful to you.

Regards
Sanjay Kumar
Net Manager
ITI LTD. MANKAPUR
GONDA(U.P.)
INDIA 
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Notification

2003-12-19 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 07:08:48 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 07:09:27 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id 6AC8A2C8C5
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:08:08 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from [80.130.155.251] (p50829BFB.dip.t-dialin.net [80.130.155.251])
by lists.samba.org (Postfix) with ESMTP id CB4F62C8A4
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:05:53 + (GMT)
Message-Id: [EMAIL PROTECTED]
Date: Fri, 19 Dec 2003 12:05:53 + (GMT)
From: [EMAIL PROTECTED]
To: undisclosed-recipients: ;
X-Mail-Format-Warning: Bad RFC2822 header formatting in 
19 Dec 2003 15:03:23 -0500
From: Webmaster [EMAIL PROTECTED]
X-Mailer: The Bat! (v2.00.6) Personal
X-Priority: 3 (Normal)
Message-ID: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
MIME-Version: 1.0
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=-83.5 required=3.5 tests=BAYES_99,CLICK_BELOW_CAPS,
FORGED_MUA_THEBAT,HTML_FONTCOLOR_UNKNOWN,HTML_LINK_CLICK_CAPS,
HTML_LINK_CLICK_HERE,HTML_MESSAGE,LIVE_PORN,NORMAL_HTTP_TO_IP,
RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS,USER_IN_WHITELIST 
autolearn=no version=2.60
X-Spam-Level: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.3
Cc: 
Subject: [Samba] So sweet ...
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-19 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 07:09:13 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 07:09:52 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id 445B02C8A6
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:08:33 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from [80.130.155.251] (p50829BFB.dip.t-dialin.net [80.130.155.251])
by lists.samba.org (Postfix) with ESMTP id CB4F62C8A4
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:05:53 + (GMT)
Message-Id: [EMAIL PROTECTED]
Date: Fri, 19 Dec 2003 12:05:53 + (GMT)
From: [EMAIL PROTECTED]
To: undisclosed-recipients: ;
X-Mail-Format-Warning: Bad RFC2822 header formatting in 
19 Dec 2003 15:03:23 -0500
From: Webmaster [EMAIL PROTECTED]
X-Mailer: The Bat! (v2.00.6) Personal
X-Priority: 3 (Normal)
Message-ID: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
MIME-Version: 1.0
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=-83.5 required=3.5 tests=BAYES_99,CLICK_BELOW_CAPS,
FORGED_MUA_THEBAT,HTML_FONTCOLOR_UNKNOWN,HTML_LINK_CLICK_CAPS,
HTML_LINK_CLICK_HERE,HTML_MESSAGE,LIVE_PORN,NORMAL_HTTP_TO_IP,
RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS,USER_IN_WHITELIST 
autolearn=no version=2.60
X-Spam-Level: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.3
Cc: 
Subject: [Samba] So sweet ...
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-19 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 07:12:27 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 07:13:06 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id DC9ED2C893
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:11:46 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from mail6.txucom.net (mail6.txucom.net [207.70.175.243])
by lists.samba.org (Postfix) with SMTP id B63B82C8DA
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:08:01 + (GMT)
Received: (qmail 20830 invoked from network); 19 Dec 2003 12:08:02 -
Received: from mail.txucom.com (HELO lfknplnm03.txucom.com) ([207.70.128.3])
(envelope-sender [EMAIL PROTECTED])
by mail6.txucom.net (qmail-ldap-1.03) with SMTP
for [EMAIL PROTECTED]; 19 Dec 2003 12:08:02 -
X-Priority: 3 (Normal)
Date: Fri, 19 Dec 2003 06:07:57 -0600
From: 'lfknplnm03_Wall_Demon'@txucom.com
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
X-MIMETrack: Serialize by Router on lfknplnm03/TXUC(Release 5.0.8 |June 18,
2001) at 12/19/2003 06:07:58 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=1.4 required=3.5 tests=BAYES_44,NO_REAL_NAME,
PRIORITY_NO_NAME autolearn=no version=2.60
X-Spam-Level: *
Cc: 
Subject: [Samba] Wall Alarm 
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
Reply-To: [EMAIL PROTECTED]
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-19 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 07:12:54 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 07:13:33 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id 482AD2C5CD
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:12:14 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from mail6.txucom.net (mail6.txucom.net [207.70.175.243])
by lists.samba.org (Postfix) with SMTP id B63B82C8DA
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 12:08:01 + (GMT)
Received: (qmail 20830 invoked from network); 19 Dec 2003 12:08:02 -
Received: from mail.txucom.com (HELO lfknplnm03.txucom.com) ([207.70.128.3])
(envelope-sender [EMAIL PROTECTED])
by mail6.txucom.net (qmail-ldap-1.03) with SMTP
for [EMAIL PROTECTED]; 19 Dec 2003 12:08:02 -
X-Priority: 3 (Normal)
Date: Fri, 19 Dec 2003 06:07:57 -0600
From: 'lfknplnm03_Wall_Demon'@txucom.com
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
X-MIMETrack: Serialize by Router on lfknplnm03/TXUC(Release 5.0.8 |June 18,
2001) at 12/19/2003 06:07:58 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=1.4 required=3.5 tests=BAYES_44,NO_REAL_NAME,
PRIORITY_NO_NAME autolearn=no version=2.60
X-Spam-Level: *
Cc: 
Subject: [Samba] Wall Alarm 
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
Reply-To: [EMAIL PROTECTED]
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-18 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 00:29:41 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 00:30:20 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id 0DD052C693
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 05:29:01 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from [217.238.180.97] (pD9EEB461.dip.t-dialin.net [217.238.180.97])
by lists.samba.org (Postfix) with ESMTP id BBF4C2C06C
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 05:28:02 + (GMT)
Message-Id: [EMAIL PROTECTED]
Date: Fri, 19 Dec 2003 05:28:02 + (GMT)
From: [EMAIL PROTECTED]
To: undisclosed-recipients: ;
X-Mail-Format-Warning: Bad RFC2822 header formatting in 
19 Dec 2003 08:25:31 -0500
From: Elena Balkina [EMAIL PROTECTED]
X-Mailer: The Bat! (v2.00.6) Personal
X-Priority: 3 (Normal)
Message-ID: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
MIME-Version: 1.0
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=-81.3 required=3.5 tests=BAYES_99,CLICK_BELOW_CAPS,
CUM_SHOT,FORGED_MUA_THEBAT,HTML_FONTCOLOR_RED,HTML_FONT_BIG,
HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DSBL,
RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS,USER_IN_WHITELIST 
autolearn=spam version=2.60
X-Spam-Level: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.3
Cc: 
Subject: [Samba] :: Our new site ::
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-18 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Fri, 19 Dec 2003 00:30:06 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Fri, 19 Dec 2003 00:30:45 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id 1FD792C7B3
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 05:29:26 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from [217.238.180.97] (pD9EEB461.dip.t-dialin.net [217.238.180.97])
by lists.samba.org (Postfix) with ESMTP id BBF4C2C06C
for [EMAIL PROTECTED]; Fri, 19 Dec 2003 05:28:02 + (GMT)
Message-Id: [EMAIL PROTECTED]
Date: Fri, 19 Dec 2003 05:28:02 + (GMT)
From: [EMAIL PROTECTED]
To: undisclosed-recipients: ;
X-Mail-Format-Warning: Bad RFC2822 header formatting in 
19 Dec 2003 08:25:31 -0500
From: Elena Balkina [EMAIL PROTECTED]
X-Mailer: The Bat! (v2.00.6) Personal
X-Priority: 3 (Normal)
Message-ID: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
MIME-Version: 1.0
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=-81.3 required=3.5 tests=BAYES_99,CLICK_BELOW_CAPS,
CUM_SHOT,FORGED_MUA_THEBAT,HTML_FONTCOLOR_RED,HTML_FONT_BIG,
HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DSBL,
RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS,USER_IN_WHITELIST 
autolearn=spam version=2.60
X-Spam-Level: 
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.3
Cc: 
Subject: [Samba] :: Our new site ::
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Notification

2003-12-04 Thread administrator
* eManager Notification **

Recipient, Content filter has detected a sensitive e-mail.

Source mailbox: [EMAIL PROTECTED]
Destination mailbox(es): [EMAIL PROTECTED]

*** End of message ***
Received: from 208.8.92.60 by jupiter.INSIDEAI.COM (InterScan E-Mail VirusWall NT); 
Thu, 04 Dec 2003 09:44:08 -0500
Received: from lists.samba.org ([66.70.73.150]) by viruswall.ai-logix.com
  (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35)
  with ESMTP id com for [EMAIL PROTECTED];
  Thu, 4 Dec 2003 09:44:34 -0500
Received: from dp.samba.org (localhost [127.0.0.1])
by lists.samba.org (Postfix) with ESMTP id AE39B2C7CD
for [EMAIL PROTECTED]; Thu,  4 Dec 2003 14:43:35 + (GMT)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from c-67-167-251-219.client.comcast.net
(c-67-167-251-219.client.comcast.net [67.167.251.219])
by lists.samba.org (Postfix) with SMTP id E848F2C017
for [EMAIL PROTECTED]; Thu,  4 Dec 2003 14:43:02 + (GMT)
Received: from [129.86.219.23] by c-67-167-251-219.client.comcast.net with
ESMTP id 797581-46266 for [EMAIL PROTECTED];
Fri, 05 Dec 2003 07:43:37 +0200
Message-ID: [EMAIL PROTECTED]
From:  [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Fri, 05 Dec 03 07:43:37 +
X-Mailer: jdfhgsdhfgsudkfhgsudfhg
MIME-Version: 1.0
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
dp.samba.org
X-Spam-Status: No, hits=-89.9 required=3.5 tests=BAYES_99, BIZ_TLD, HTML_50_60,
HTML_FONT_BIG,HTML_MESSAGE,NO_REAL_NAME,RATWARE_HASH_2_V2,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DSBL,RCVD_IN_SORBS,USER_IN_WHITELIST 
autolearn=no version=2.60
X-Spam-Level: 
Content-Type: text/plain;
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.3
Cc: 
Subject: [Samba] PAR1S H1LTON Movie - It shows her boyfriend sucking on he
dvpnd kb
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.3
Precedence: list
Reply-To: [EMAIL PROTECTED]
List-Id: General questions regarding Samba samba.lists.samba.org
List-Unsubscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
List-Archive: http://lists.samba.org/archive/samba
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://lists.samba.org/mailman/listinfo/samba,
mailto:[EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] [MailServer Notification]To Recipient virus found and action taken.

2003-09-14 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = info
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Thank You Cards
Scanning time = 9/14/2003 6:16:58 AM
Engine/Pattern = 6.640-1001/1.630.00

Action on virus found:
The attachment Thank You Cards.jpg 
   
.pif 
contains WORM_YAHA.G virus. ScanMail has Deleted it. 

Administrator;cheryl;9/14/2003Thank You Cards.jpg  
   
   
.pif/Deleted [EMAIL PROTECTED] Thank You Cards6:17:00 AMWarning to recipient. 
ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Your command, Re: Your application, was invalid

2003-09-07 Thread PGP Key Server Administrator
OpenPGP Public Key Server

For questions or comments regarding this key server site,
contact PGP Key Server Administrator [EMAIL PROTECTED]
Current version: 0.9.4+patch2+JHpatch2


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.[
 Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se
Subject radkou HELP CZ na adresu
[EMAIL PROTECTED], nebo pristupte na URL
http://www.pgp.net/pgpnet/email-help-cz.html
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: HELP DK til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject HELP DE an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 English:   For an English version of this message, send an e-mail with a
subject line of HELP to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el Subject
HELP ES
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on HELP FI.
 French:Pour une version française de çe texte, envoyez un
message au sujet de HELP FR à [EMAIL PROTECTED]
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati HELP HR na adresu [EMAIL PROTECTED]
 Japanese:  Nihongo no setumei ga hosii baai wa Subject: ni HELP JA
to kaite, [EMAIL PROTECTED] ni e-mail.
 Korean:¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ HELP KR ÀÎ
ÀüÀÚ¿ìÆíÀ» [EMAIL PROTECTED] À¸·Î º¸³»ÁֽʽÿÀ.
 Polish:Zeby uzyskac polska wersje tej strony, wyslij list z linia
HELP PL w polu Subject na adres
[EMAIL PROTECTED] lub zajrzyj pod URL
http://www.pgp.net/pgpnet/email-help-pl.html
 Portuguese:Para obter uma versão em português deste texto, deve enviar um
mail para [EMAIL PROTECTED] com o Subject
HELP PT
 Norwegian: For aa faa dette dokumentet paa norsk, send HELP NO til
[EMAIL PROTECTED]
 Swedish:   For a Swedish version of this message, send an e-mail with a
subject line of HELP SE to [EMAIL PROTECTED], or
 access the URL http://www.pgp.net/pgpnet/email-help-se.html
 Chinese:   [EMAIL PROTECTED] PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹
 [EMAIL PROTECTED], ©ó Subject: µù©ú HELP TW §Y¥i.
]
Verejne servery OpenPGP klicu
-
Verejne servery OpenPGP klicu umoznuji vymenu verejnych casti OpenPGP klicu
s pomoci postovnich systemu Internet mail a UUCP mail.
Na tyto servery lze pristupovat take pres WWW rozhrani, ktere je umisteno
na http://www.pgp.net/pgpnet/www-key.html, a spravci siti, ze kterych
je na servery klicu casty pristup, mohou zvolit FTP prenos celeho
souboru klicu z ftp://ftp.pgp.net/pub/pgp/keys.
Tato sluzba pouze pomaha pri vymene klicu mezi uzivateli OpenPGP.
Nexistuje ZADNA ZARUKA, ze klice sjou platne;
pouzivejte prosim podpisu na klici pro overovani platnosti klicu.
Kazdy server klicu zpracovava pozadavky ve forme e-mailovych zprav.
Prikazy pro server se zadavaji v radku Subject:.
--   -
Nevkladejte prikazy do tela zpravy.
=== ---
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: help cz
Zaslani Vaseho klice na JEDEN server je dostatecne. Po zpracovani Vaseho
klice jej server automaticky rozesle dale na ostatni servery.
Chcete-li napr. zaslat Vas novy nebo zmeneny klic na server,
poslete zpravu podobnou teto:
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: add
-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6
blah blah blah
-END PGP PUBLIC KEY BLOCK-
ZRUSENI PLATNOSTI KLICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:

Prikaz  Vyznam
--- ---
HELPNapoveda
HELP jazyk  Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1]   Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1]   Podrobny seznam vsech

[Samba] Your command, Re: Your application, was invalid

2003-09-07 Thread PGP Key Server Administrator
OpenPGP Public Key Server

For questions or comments regarding this key server site,
contact PGP Key Server Administrator [EMAIL PROTECTED]
Current version: 0.9.4+patch2+JHpatch2


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.[
 Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se
Subject radkou HELP CZ na adresu
[EMAIL PROTECTED], nebo pristupte na URL
http://www.pgp.net/pgpnet/email-help-cz.html
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: HELP DK til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject HELP DE an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 English:   For an English version of this message, send an e-mail with a
subject line of HELP to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el Subject
HELP ES
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on HELP FI.
 French:Pour une version française de çe texte, envoyez un
message au sujet de HELP FR à [EMAIL PROTECTED]
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati HELP HR na adresu [EMAIL PROTECTED]
 Japanese:  Nihongo no setumei ga hosii baai wa Subject: ni HELP JA
to kaite, [EMAIL PROTECTED] ni e-mail.
 Korean:¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ HELP KR ÀÎ
ÀüÀÚ¿ìÆíÀ» [EMAIL PROTECTED] À¸·Î º¸³»ÁֽʽÿÀ.
 Polish:Zeby uzyskac polska wersje tej strony, wyslij list z linia
HELP PL w polu Subject na adres
[EMAIL PROTECTED] lub zajrzyj pod URL
http://www.pgp.net/pgpnet/email-help-pl.html
 Portuguese:Para obter uma versão em português deste texto, deve enviar um
mail para [EMAIL PROTECTED] com o Subject
HELP PT
 Norwegian: For aa faa dette dokumentet paa norsk, send HELP NO til
[EMAIL PROTECTED]
 Swedish:   For a Swedish version of this message, send an e-mail with a
subject line of HELP SE to [EMAIL PROTECTED], or
 access the URL http://www.pgp.net/pgpnet/email-help-se.html
 Chinese:   [EMAIL PROTECTED] PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹
 [EMAIL PROTECTED], ©ó Subject: µù©ú HELP TW §Y¥i.
]
Verejne servery OpenPGP klicu
-
Verejne servery OpenPGP klicu umoznuji vymenu verejnych casti OpenPGP klicu
s pomoci postovnich systemu Internet mail a UUCP mail.
Na tyto servery lze pristupovat take pres WWW rozhrani, ktere je umisteno
na http://www.pgp.net/pgpnet/www-key.html, a spravci siti, ze kterych
je na servery klicu casty pristup, mohou zvolit FTP prenos celeho
souboru klicu z ftp://ftp.pgp.net/pub/pgp/keys.
Tato sluzba pouze pomaha pri vymene klicu mezi uzivateli OpenPGP.
Nexistuje ZADNA ZARUKA, ze klice sjou platne;
pouzivejte prosim podpisu na klici pro overovani platnosti klicu.
Kazdy server klicu zpracovava pozadavky ve forme e-mailovych zprav.
Prikazy pro server se zadavaji v radku Subject:.
--   -
Nevkladejte prikazy do tela zpravy.
=== ---
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: help cz
Zaslani Vaseho klice na JEDEN server je dostatecne. Po zpracovani Vaseho
klice jej server automaticky rozesle dale na ostatni servery.
Chcete-li napr. zaslat Vas novy nebo zmeneny klic na server,
poslete zpravu podobnou teto:
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: add
-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6
blah blah blah
-END PGP PUBLIC KEY BLOCK-
ZRUSENI PLATNOSTI KLICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:

Prikaz  Vyznam
--- ---
HELPNapoveda
HELP jazyk  Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1]   Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1]   Podrobny seznam vsech

[Samba] Your command, Re: Your application, was invalid

2003-09-07 Thread PGP Key Server Administrator
OpenPGP Public Key Server

For questions or comments regarding this key server site,
contact PGP Key Server Administrator [EMAIL PROTECTED]
Current version: 0.9.4+patch2+JHpatch2


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.[
 Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se
Subject radkou HELP CZ na adresu
[EMAIL PROTECTED], nebo pristupte na URL
http://www.pgp.net/pgpnet/email-help-cz.html
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: HELP DK til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject HELP DE an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 English:   For an English version of this message, send an e-mail with a
subject line of HELP to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el Subject
HELP ES
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on HELP FI.
 French:Pour une version française de çe texte, envoyez un
message au sujet de HELP FR à [EMAIL PROTECTED]
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati HELP HR na adresu [EMAIL PROTECTED]
 Japanese:  Nihongo no setumei ga hosii baai wa Subject: ni HELP JA
to kaite, [EMAIL PROTECTED] ni e-mail.
 Korean:¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ HELP KR ÀÎ
ÀüÀÚ¿ìÆíÀ» [EMAIL PROTECTED] À¸·Î º¸³»ÁֽʽÿÀ.
 Polish:Zeby uzyskac polska wersje tej strony, wyslij list z linia
HELP PL w polu Subject na adres
[EMAIL PROTECTED] lub zajrzyj pod URL
http://www.pgp.net/pgpnet/email-help-pl.html
 Portuguese:Para obter uma versão em português deste texto, deve enviar um
mail para [EMAIL PROTECTED] com o Subject
HELP PT
 Norwegian: For aa faa dette dokumentet paa norsk, send HELP NO til
[EMAIL PROTECTED]
 Swedish:   For a Swedish version of this message, send an e-mail with a
subject line of HELP SE to [EMAIL PROTECTED], or
 access the URL http://www.pgp.net/pgpnet/email-help-se.html
 Chinese:   [EMAIL PROTECTED] PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹
 [EMAIL PROTECTED], ©ó Subject: µù©ú HELP TW §Y¥i.
]
Verejne servery OpenPGP klicu
-
Verejne servery OpenPGP klicu umoznuji vymenu verejnych casti OpenPGP klicu
s pomoci postovnich systemu Internet mail a UUCP mail.
Na tyto servery lze pristupovat take pres WWW rozhrani, ktere je umisteno
na http://www.pgp.net/pgpnet/www-key.html, a spravci siti, ze kterych
je na servery klicu casty pristup, mohou zvolit FTP prenos celeho
souboru klicu z ftp://ftp.pgp.net/pub/pgp/keys.
Tato sluzba pouze pomaha pri vymene klicu mezi uzivateli OpenPGP.
Nexistuje ZADNA ZARUKA, ze klice sjou platne;
pouzivejte prosim podpisu na klici pro overovani platnosti klicu.
Kazdy server klicu zpracovava pozadavky ve forme e-mailovych zprav.
Prikazy pro server se zadavaji v radku Subject:.
--   -
Nevkladejte prikazy do tela zpravy.
=== ---
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: help cz
Zaslani Vaseho klice na JEDEN server je dostatecne. Po zpracovani Vaseho
klice jej server automaticky rozesle dale na ostatni servery.
Chcete-li napr. zaslat Vas novy nebo zmeneny klic na server,
poslete zpravu podobnou teto:
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: add
-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6
blah blah blah
-END PGP PUBLIC KEY BLOCK-
ZRUSENI PLATNOSTI KLICE: Vytvorte revokacni (zneplatnujici) certifikat
k Vasemu klici (viz PGP manual) a zaslete takto upraveny klic znovu
na server prikazem ADD.
Platne prikazy:

Prikaz  Vyznam
--- ---
HELPNapoveda
HELP jazyk  Napoveda v narodnich jazycich (DE, EN, FI, FR, CZ, ..)
ADD Pridani verejneho PGP klice, ktery je v tele zpravy
INDEX [1]   Seznam vsech znamych PGP klicu (-kv)
INDEX jmeno Seznam vsech PGP klicu obsahujicich dane jmeno
VERBOSE INDEX [1]   Podrobny seznam vsech

[Samba] Symantec AVF detected an unrepairable virus in a message you sent

2003-09-06 Thread Administrator
Subject of the message: Re: Details
Recipient of the message: Kevin Fahy



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


[Samba] Symantec AVF detected an unrepairable virus in a message you sent

2003-09-06 Thread Administrator
Subject of the message: Re: Wicked screensaver
Recipient of the message: Kevin Fahy



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


[Samba] So SLOW WindowsXPs on a Samba PDC

2003-09-03 Thread administrator
Hello ,

I know its very tedious solving problems MS has on a Linux based Software

A Windows XP machine without SP1 , Worked Fine until one day , 
everything is so SLOW , every mouse click reponds after 3-4 minutes , 
this account logs to a samba PDC , If its a PDC or samba problem then 
why is it so slow on stuff done locally on the computer , i scanned the 
PC with an Updated norton , and defragged it , checked HDD for errors , 
the thing is there is another XP starting to behave the same , How can i 
be sure its not a Samba problem .

has any one had something lile this before ?

[EMAIL PROTECTED] root]# rpm -qa | grep samba
samba-2.2.7a-8.9.0
samba-common-2.2.7a-8.9.0
samba-client-2.2.7a-8.9.0
[EMAIL PROTECTED] root]#
which samba Log shall i paste to ya guys to help .



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


[Samba] MMS Notification

2003-08-29 Thread Administrator
The message that you sent with a subject of Re: Wicked screensaver
from [EMAIL PROTECTED] to [EMAIL PROTECTED] has been
quarantined at the Benfield Internet gateway.  All messages that travel
between the Internet and the system are routinely scanned for viruses
and for file types that are prone to viruses.  Your message contained
one or more file attachments.  At least one attachment is a type that
could be detrimental to the e-mail system and is automatically blocked
at the firewall.

If it is important that your message reach its destination, you are
welcome to reply to this to let us know about it.  If you could tell us
the nature of the attachment, that would be helpful.  Please do not
request transmission if it is not business related.  If we can, we will
send it on its way.

Thank you.

Benfield E-Mail Team

Your message with a subject of Re: Wicked screensaver sent from
[EMAIL PROTECTED] to [EMAIL PROTECTED] was infected with
the virus listed below.  Please clean the file and resend your message.
Virus Scanner found the 
 W32/[EMAIL PROTECTED] virus
   in the attached file: details.pif

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

[Samba] virus encontrado em mensagem enviada Your details

2003-08-23 Thread System Anti-Virus Administrator

Atencao: [EMAIL PROTECTED]


Um virus foi encontrado numa mensagem de Email que acabou de
ser enviada por voce. 
Este scanner de Email a interceptou e impediu a mensagem de chegar
no seu destino.

O virus foi reportado como sendo: 

W32/Sobig-F


Por favor atualize seu antivirus ou contate o seu suporte tecnico
o mais rapido possivel pois voce tem um virus no seu computador.


Sua mensagem foi enviada com o seguinte envelope:

REMETENTE:[EMAIL PROTECTED]
DESTINATARIO: [EMAIL PROTECTED] 

... e com o seguinte cabecalho:

---
MAILFROM: [EMAIL PROTECTED]
Received: from unknown (HELO PRG_PPD_02) ([200.252.145.60])
  (envelope-sender [EMAIL PROTECTED])
  by 0 (qmail-ldap-1.03) with SMTP
  for [EMAIL PROTECTED]; 23 Aug 2003 08:36:07 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Your details
Date: Sat, 23 Aug 2003 5:49:51 --0300
X-MailScanner: Found to be clean
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=_NextPart_000_18E21B12


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


Your command, Re: Wicked screensaver, was invalid

2003-08-22 Thread Server Administrator
Key server software written by Marc Horowitz [EMAIL PROTECTED]

For questions or comments regarding this key server site,
contact Server Administrator [EMAIL PROTECTED]
Current version: 0.9.5


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.[
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati HELP HR na adresu [EMAIL PROTECTED]
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: HELP DK til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 English:   For an english version of this message, send an e-mail with a
subject line of HELP to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on HELP FI.
 French:Pour une version française de çe texte, envoyez un
message au sujet de HELP FR à [EMAIL PROTECTED]
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject HELP DE an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 Norwegian: For aa faa dette dokumentet paa norsk, send HELP NO til
[EMAIL PROTECTED]
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el Subject
HELP ES
]
PGP Public Email Keyservers
---
There are PGP public email key servers which allow one to exchange 
public keys running using the Internet and UUCP mail systems.  Those 
capable of accessing the WWW might prefer to use the WWW interface 
available via http://www.pgp.net/pgpnet/www-key.html and managers of 
sites which may want to make frequent lookups may care to copy the 
full keyring from the FTP server at ftp://ftp.pgp.net/pub/pgp/keys/

This service exists only to help transfer keys between PGP users. 
It does NOT attempt to guarantee that a key is a valid key; 
use the signatures on a key for that kind of security.

Each keyserver processes requests in the form of mail messages.
The commands for the server are entered on the Subject: line.
--  -
Note that they should NOT be included in the body of the message.
- === ---
   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: help
Sending your key to ONE server is enough.  After it processes your 
key, it will forward your add request to other servers automagically.

For example, to add your key to the keyserver, or to update your key 
if it is already there, send a message similar to the following to any 
server:

   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: add
   -BEGIN PGP PUBLIC KEY BLOCK-
   Version: 2.6
   blah blah blah
   -END PGP PUBLIC KEY BLOCK-
COMPROMISED KEYS:  Create a Key Revocation Certificate (read the PGP 
docs on how to do that) and mail your key to the server once again, 
with the ADD command.

Valid commands are:

CommandResult
-- -
HELP   Returns this message
HELP language  Localized help text (DE, EN, ES, FI, FR, HR, NO)
ADDAdd PGP public key from the body of your message
INDEX userid   List all PGP keys containing the words in userid
VERBOSE INDEX userid   Verbose list of all keys containing userid
GET userid Get the key(s) matching userid
LAST days  Get the keys updated in the last `days' days

LIMITATIONS:

Most keyservers have a limit on the number of keys they return in 
queries, in order not to swamp you with too many keys in case you 
made a typo (the full database at the keyservers exceeds 2GB).

If you *REALLY* need the whole index file or key ring, *PLEASE* 
ftp it from a key server such as `ftp://ftp.pgp.net/pub/pgp/keys/' 
or one of the national servers.

NOTE: PGP is extremely slow when operating on large keyrings. Adding
 the full ring of the keyserver to your own ring will take several
 *MONTHS* to complete.
ADDRESSES TO USE:

Users should normally use the email address 
[EMAIL PROTECTED]' or your national servers using one of:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
for the email interface, `ftp://ftp.pgp.net/pub

[Samba] ScanMail Message: To Sender file blocking settings matchedand action taken.

2003-08-21 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = [EMAIL PROTECTED]
Recipient(s) = inspections
Subject = Re: Details
Scanning Time = 08/21/2003 17:30:13

Action on file blocking:
The attachment movie0045.pif matches the file blocking settings. ScanMail has Deleted 
it. 


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


[Samba] ScanMail Message: To Sender file blocking settings matchedand action taken.

2003-08-21 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = [EMAIL PROTECTED]
Recipient(s) = inspections
Subject = Re: Re: My details
Scanning Time = 08/21/2003 18:03:35

Action on file blocking:
The attachment your_document.pif matches the file blocking settings. ScanMail has 
Deleted it. 


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


[Samba] virus found in sent message Re: Details

2003-08-21 Thread System Anti-Virus Administrator

Attention: [EMAIL PROTECTED]


A virus was found in an Email message you sent. 
This Email scanner intercepted it and stopped the entire message
reaching its destination. 

The virus was reported to be: 

 W32/[EMAIL PROTECTED]


Please update your virus scanner or contact your IT support 
personnel as soon as possible as you have a virus on your system.


Your message was sent with the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... and with the following headers:

---
MAILFROM: [EMAIL PROTECTED]
Received: from 250.19.171.66.subscriber.vzavenue.net (HELO THIRU) (66.171.19.250)
  by 0 with SMTP; 21 Aug 2003 23:34:55 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Details
Date: Thu, 21 Aug 2003 19:42:52 --0400
X-MailScanner: Found to be clean
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=_NextPart_000_07525FB3


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


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/20/03 20:04:29, contains the 
W32/Sobig-F virus in the wicked_scr.scr attachment. The action taken was: deleted the 
attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/20/03 22:38:31, contains the 
W32/Sobig-F virus in the your_document.pif attachment. The action taken was: deleted 
the attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/20/03 23:30:41, contains the 
W32/Sobig-F virus in the wicked_scr.scr attachment. The action taken was: deleted the 
attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/20/03 23:38:28, contains the 
W32/Sobig-F virus in the document_all.pif attachment. The action taken was: deleted 
the attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/21/03 00:31:42, contains the 
W32/Sobig-F virus in the movie0045.pif attachment. The action taken was: deleted the 
attachment.


PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/21/03 00:35:05, contains the 
W32/Sobig-F virus in the document_all.pif attachment. The action taken was: deleted 
the attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/21/03 00:37:18, contains the 
W32/Sobig-F virus in the movie0045.pif attachment. The action taken was: deleted the 
attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/21/03 00:50:37, contains the 
W32/Sobig-F virus in the your_details.pif attachment. The action taken was: deleted 
the attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


Virus Warning

2003-08-20 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/21/03 00:54:07, contains the 
W32/Sobig-F virus in the your_details.pif attachment. The action taken was: deleted 
the attachment.

PLEASE READ THIS IMPORTANT ETIQUETTE MESSAGE BEFORE POSTING:

http://www.catb.org/~esr/faqs/smart-questions.html


[Samba] Illegal attachment type found in sent message Your details

2003-08-19 Thread System Anti-Virus Administrator
Attention: [EMAIL PROTECTED].


A Illegal attachment type was found in an Email message you sent. 
This Email scanner intercepted it and stopped the entire message
reaching it's destination. 

The Illegal attachment type was reported to be: 

PIF attachments disallowed


Please contact your I.T support personnel with any queries regarding this 
policy.


Your message was sent with the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... and with the following headers:

From:[EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: Your details
Date:Tue, 19 Aug 2003 10:40:48 --0500



The original message is kept in:

  apollo.lineo.com:/var/spool/qmailscan/quarantine

where the System Anti-Virus Administrator can further diagnose it.

The Email scanner reported the following when it scanned that message:

--- 

---perlscanner results ---
Illegal attachment type 'PIF attachments disallowed' found in file 
/var/spool/qmailscan/apollo.lineo.com10613076834085134/thank_you.pif
---
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] [MailServer Notification]To Sender file blocking settingsmatched and action taken.

2003-08-19 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = [EMAIL PROTECTED]
Recipient(s) = Kasper Nagel Nielsen
Subject = Re: Wicked screensaver
Scanning time = 08/19/2003 18:00:30

Action on file blocking:
The attachment movie0045.pif matches the file blocking settings. ScanMail has 
Quarantined it.  The attachment was quarantined to D:\Program 
Files\Trend\Smex\Alert\movie00453f42499e1cc.pif_.

Warning to Sender: Action taken by attachment blocking.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Virus Warning

2003-08-19 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 08/19/03 19:21:08, contains the 
W32/Sobig-F virus in the thank_you.pif attachment.
Action taken: deleted


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


[Samba] Disallowed attachment type found in sent message Thankyou!

2003-08-19 Thread System Anti-Virus Administrator

Attention: [EMAIL PROTECTED]


A Disallowed attachment type was found in an Email message you sent. 
This Email scanner intercepted it and stopped the entire message
reaching its destination. 

The Disallowed attachment type was reported to be: 

Executable attachment (not allowed)


Please contact your I.T support personnel with any queries regarding this 
policy.


Your message was sent with the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... and with the following headers:

---
MAILFROM: [EMAIL PROTECTED]
Received: from clt88-135-092.carolina.rr.com (HELO TKM) (24.88.135.92)
  by mailgate.algroup.co.uk with SMTP; 20 Aug 2003 03:00:57 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Thank you!
Date: Tue, 19 Aug 2003 23:02:42 --0400
X-MailScanner: Found to be clean
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=_NextPart_000_0360C249


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


[Samba] Illegal attachment type found in sent message Re:Application

2003-06-29 Thread System Anti-Virus Administrator
Attention: [EMAIL PROTECTED].


A Illegal attachment type was found in an Email message you sent. 
This Email scanner intercepted it and stopped the entire message
reaching it's destination. 

The Illegal attachment type was reported to be: 

PIF attachments disallowed


Please contact your I.T support personnel with any queries regarding this 
policy.


Your message was sent with the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... and with the following headers:

From:[EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: Re: Application
Date:Sun, 29 Jun 2003 20:08:24 +0800



The original message is kept in:

  apollo.lineo.com:/var/spool/qmailscan/quarantine

where the System Anti-Virus Administrator can further diagnose it.

The Email scanner reported the following when it scanned that message:

--- 

---perlscanner results ---
Illegal attachment type 'PIF attachments disallowed' found in file 
/var/spool/qmailscan/apollo.lineo.com105688822440815691/details.pif
---
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Symantec AVF detected that you sent a message with aprohibited attachment name

2003-06-26 Thread Administrator
Subject of the message: Re: Movie
Recipient of the message: Unknown Recipient(s)
Prohibited attachment: your_details.zip



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


[Samba] Virus Warning

2003-06-03 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 06/02/03 07:00:31, contains the 
W32/Sobig-C virus in the document.pif attachment. The action taken was: deleted the 
attachment.

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


[Samba] Virus Warning

2003-06-03 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 06/02/03 07:08:10, contains the 
W32/Sobig-C virus in the movie.pif attachment. The action taken was: deleted the 
attachment.


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


[Samba] Virus Warning

2003-06-03 Thread administrator

The message you emailed to [EMAIL PROTECTED], dated 06/02/03 07:02:28, contains the 
W32/Sobig-C virus in the screensaver.scr attachment. The action taken was: deleted the 
attachment.


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


[Samba] virus znaleziony w wyslanej wiadomosci / found in sentmessage Re: 45443-343556

2003-06-03 Thread System Anti-Virus Administrator

Uwaga / Attention: [EMAIL PROTECTED]


W wiadomosci ktora wyslales/as zostal znaleziony virus.
Ten program antywirusowy przechwycil i zatrzymal cala wiadomosc
zanim dotarla do odbiorcy.
A virus was found in an Email message you sent. 
This Email scanner intercepted it and stopped the entire message
reaching it's destination. 

virus zostal zidentyfikowany jako:
The virus was reported to be: 

Worm/Sobig.C virus


Prosze uaktualnic swoj program antywirusowy albo skontaktowac sie
ze swoim dzialem I.T jak szybko to mozliwe w celu poinformowania
o znajdujacym sie wirusie w twoim systemie.
Please update your virus scanner or contact your I.T support 
personnel as soon as possible as you have a virus on your system.


Wiadomosci, ktora zostala przez ciebie wyslana byla zaadresowana: 
Your message was sent with the following envelope:

MAIL FROM: [EMAIL PROTECTED]
RCPT TO:   [EMAIL PROTECTED] 

... i zawierala nastepujace naglowki:
... and with the following headers:

---
MAILFROM: [EMAIL PROTECTED]
Received: from unknown (HELO BIURO) (213.25.226.194)
  by mail.sic.pl with SMTP; 3 Jun 2003 08:24:19 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: 45443-343556
Date: Tue, 3 Jun 2003 10:24:34 +0200
Importance: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MSMail-Priority: Normal
X-Priority: 3 (Normal)
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary=CSmtpMsgPart123X456_000_0080E224


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


Re: [Samba] Users/Machines Unable to Logon to Samba PDC

2003-02-18 Thread System Administrator
Never mind...  I found the problem.  Actually, I caused the problem.

I was removing some obsolete user IDs when I removed the guest account.
Not knowing how closely tied it was to Samba.  Once the ID was
re-established, users (machines) were once again able to logon.

So, as an FYI...  the guest account is very important for machines to be
able to authenticate to a Samba PDC server.

- Original Message -
From: Support [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 18, 2003 3:07 PM
Subject: [Samba] Users/Machines Unable to Logon to Samba PDC


 I have Samba 2.2.7 running on RedHat Linux 7.3 (kernel 2.4.18)...  the
system has been running just fine since the initial install four plus months
ago.  All of a sudden, starting this mid-morning, users are unable to logon
to their Windows 2000 machines.  They receive the following message:

 The system cannot log you on to this domain because the system's computer
account in its primary domain is missing or the password on that account is
incorrect.

 These same users were able to logon just fine yesterday...  and some were
able to logon just fine this morning...  but now nobody can logon.

 Thinking that the computer account had gone bad for some reason, I changed
the workstation from being a member of a domain to a member of a workgroup,
then I deleted the account from Samba (using smbpasswd -x computer$), then
from Linux (using userdel computer$).  I then had the computer join the
domain, and was welcomed to the domain.  After reboot, the same error
message.

 If I logon locally to the computer, I am able to map drives (using net
use x: \\server\share /user:username password).  I am also able to perform a
net use on the server.

 What can I do and/or test to further determine what the problem is?
 --
 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] CSAV For Exchange 2000 - Virus Alert

2003-01-27 Thread Administrator
The file attachment Neu Textdokument (2).zip.scr which was sent by archiv24 
[EMAIL PROTECTED] was infected with the Infection: W32/Lentin.F@mm virus. The file 
attachment was successfully disinfected.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient file blocking settings matched and action taken.

2003-01-27 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = archiv24
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Fw: Neu Textdokument (2)
Scanning Time = 01/27/2003 09:09:29

Action on file blocking:
The attachment Neu Textdokument (2).zip.scr matches the file blocking settings. 
ScanMail has Deleted it. 


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



[Samba] ScanMail Message: To Recipient virus found and action taken.

2003-01-27 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = archiv24
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Fw: Neu Textdokument (2)
Scanning Time = 01/27/2003 15:13:15
Engine/Pattern = 5.600-1011/447

Action on virus found:
The attachment Neu Textdokument (2).zip.scr contains WORM_YAHA.G virus. ScanMail has 
Moved it.  The attachment was moved to C:\Programme\Trend\Smex\Virus\Neu Textdokument 
(2).zip3e353e7d3c.scr_.

Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] CSAV For Exchange 2000 - Virus Alert

2003-01-27 Thread Administrator
The file attachment Neu Textdokument (2).jpg  
   
   
.bat which was sent by archiv24 [EMAIL PROTECTED] was infected with the 
Infection: W32/Lentin.F@mm virus. The file attachment was successfully disinfected.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient file blocking settings matched and action taken.

2003-01-27 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = archiv24
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Fw: Neu Textdokument (2)
Scanning Time = 01/27/2003 13:28:41

Action on file blocking:
The attachment Neu Textdokument (2).jpg
   
 . 
.bat/O/X1/A[Samba] Fw: Neu 
Textdokument (2)/U
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient virus found and action taken.

2003-01-27 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = archiv24
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Fw: Neu Textdokument (2)
Scanning Time = 01/27/2003 19:33:43
Engine/Pattern = 5.600-1011/447

Action on virus found:
The attachment Neu Textdokument (2).jpg
   
 
.bat contains WORM_YAHA.G virus. ScanMail has Moved it.  The attachment was moved to 
C:\Programme\Trend\Smex\Virus\Neu Textdokument (2).jpg 
_  


Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] CSAV For Exchange 2000 - Virus Alert

2003-01-26 Thread Administrator
The file attachment Neu Textdokument.zip  
   
   
.scr which was sent by surf2earndownline [EMAIL PROTECTED] was infected 
with the Infection: W32/Lentin.F@mm virus. The file attachment was successfully 
disinfected.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient virus found and action taken.

2003-01-26 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = surf2earndownline
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Neu Textdokument
Scanning Time = 01/26/2003 17:45:15
Engine/Pattern = 5.600-1011/447

Action on virus found:
The attachment Neu Textdokument.zip
   
 .scr 
contains WORM_YAHA.G virus. ScanMail has Moved it.  The attachment was moved to 
C:\Programme\Trend\Smex\Virus\Neu Textdokument.zip 
_  


Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient file blocking settings matched and action taken.

2003-01-26 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = surf2earndownline
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Neu Textdokument
Scanning Time = 01/26/2003 11:41:29

Action on file blocking:
The attachment Neu Textdokument.zip
   
 .scr  
 .scr/O/X1/A[Samba] Neu 
Textdokument/U
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] CSAV For Exchange 2000 - Virus Alert

2003-01-26 Thread Administrator
The file attachment Neu Textdokument.mpg.scr which was sent by 
Christoph.Prinzinger [EMAIL PROTECTED] was infected with the 
Infection: W32/Lentin.F@mm virus. The file attachment was successfully disinfected.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient virus found and action taken.

2003-01-26 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = Christoph.Prinzinger
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Fw: Neu Textdokument
Scanning Time = 01/26/2003 22:21:23
Engine/Pattern = 5.600-1011/447

Action on virus found:
The attachment Neu Textdokument.mpg.scr contains WORM_YAHA.G virus. ScanMail has Moved 
it.  The attachment was moved to C:\Programme\Trend\Smex\Virus\Neu 
Textdokument.mpg3e34515430.scr_.

Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



ScanMail Message: To Recipient virus found and action taken.

2003-01-11 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Re: Sample
Scanning Time = 01/12/2003 00:20:26
Engine/Pattern = 5.600-1011/437

Action on virus found:
The attachment Movie_0074.mpeg.pif contains WORM_Sobig.A virus. ScanMail has Moved it. 
 The attachment was moved to 
C:\Programme\Trend\Smex\Virus\Movie_0074.mpeg3e20a6ba4.pif_.

Warning to recipient. ScanMail has detected a virus.



ScanMail Message: To Recipient virus found and action taken.

2003-01-10 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Re: Sample
Scanning Time = 01/10/2003 21:04:43
Engine/Pattern = 5.500-0829/437

Action on virus found:
The attachment Movie_0074.mpeg.pif contains WORM_Sobig.A virus. ScanMail has Deleted 
it. 

Warning to recipient. ScanMail has detected a virus.



ScanMail Message: To Recipient virus found and action taken.

2003-01-10 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Re: Sample
Scanning Time = 01/10/2003 23:58:54
Engine/Pattern = 5.500-0829/437

Action on virus found:
The attachment Document003.pif contains WORM_Sobig.A virus. ScanMail has Deleted it. 

Warning to recipient. ScanMail has detected a virus.



ScanMail Message: To Recipient virus found and action taken.

2003-01-10 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Re: Document
Scanning Time = 01/11/2003 03:48:39
Engine/Pattern = 5.500-0829/437

Action on virus found:
The attachment Document003.pif contains WORM_Sobig.A virus. ScanMail has Deleted it. 

Warning to recipient. ScanMail has detected a virus.



ScanMail Message: To Recipient virus found and action taken.

2003-01-10 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = [EMAIL PROTECTED]
Recipient(s) = [EMAIL PROTECTED]
Subject = Re: Document
Scanning Time = 01/11/2003 02:51:38
Engine/Pattern = 5.600-1011/437

Action on virus found:
The attachment Document003.pif contains WORM_Sobig.A virus. ScanMail has Moved it.  
The attachment was moved to C:\Programme\Trend\Smex\Virus\Document0033e1f78ab1.pif_.

Warning to recipient. ScanMail has detected a virus.



[Samba] ScanMail Message: To Recipient file blocking settings matched and action taken.

2002-12-30 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = info
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Thank You Cards
Scanning Time = 12/30/2002 19:15:29

Action on file blocking:
The attachment Thank You Cards.wav 
   
.scr m 
 .scr/O/X1/A[Samba] Thank You Cards/U
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient virus found and action taken.

2002-12-30 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = info
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Thank You Cards
Scanning Time = 12/31/2002 01:18:38
Engine/Pattern = 5.600-1011/419

Action on virus found:
The attachment Thank You Cards.wav 
   
.scr 
contains WORM_YAHA.G virus. ScanMail has Moved it.  The attachment was moved to 
C:\Programme\Trend\Smex\Virus\Thank You Cards.wav  
_  


Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient file blocking settings matched and action taken.

2002-12-27 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = info
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Thank You Cards
Scanning Time = 12/27/2002 18:30:36

Action on file blocking:
The attachment Thank You Cards.jpg 
   
.pif m 
 .pif/O/X1/A[Samba] Thank You Cards/U
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ScanMail Message: To Recipient virus found and action taken.

2002-12-27 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = info
Recipient(s) = [EMAIL PROTECTED]
Subject = [Samba] Thank You Cards
Scanning Time = 12/28/2002 00:33:45
Engine/Pattern = 5.600-1011/417

Action on virus found:
The attachment Thank You Cards.jpg 
   
.pif 
contains WORM_YAHA.G virus. ScanMail has Moved it.  The attachment was moved to 
C:\Programme\Trend\Smex\Virus\Thank You Cards.jpg  
_  


Warning to recipient. ScanMail has detected a virus.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



ScanMail Message: To Recipient file blocking settings matched and action taken.

2002-11-27 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment.

Sender = borruso
Recipient(s) = [EMAIL PROTECTED]
Subject = Fw: Fragment and Phrase Theory
Scanning Time = 11/27/2002 20:22:16

Action on file blocking:
The attachment Fragment and Phrase Theory.mdb.bat matches the file blocking settings. 
ScanMail has Deleted it. 





ScanMail Message: To Recipient virus found and action taken.

2002-11-27 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s).

Sender = borruso
Recipient(s) = [EMAIL PROTECTED]
Subject = Fw: Fragment and Phrase Theory
Scanning Time = 11/27/2002 19:24:48
Engine/Pattern = 5.600-1011/395

Action on virus found:
The attachment Fragment and Phrase Theory.mdb.bat contains WORM_YAHA.G virus. ScanMail 
has Moved it.  The attachment was moved to C:\Programme\Trend\Smex\Virus\Fragment and 
Phrase Theory.mdb3de50df01a.bat_.

Warning to recipient. ScanMail has detected a virus.



[Samba] problems with win2k +winbindd

2002-11-19 Thread administrator Jan Chorowski
Hi,

I've installed samba with winbindd to share user accounts with a win2k server. 
I've done everything as in the winbindd man page, but wbinfo returns something like: 
0xc022.
I've included outputs from commands (all with parameters -d 100 -s /etc/smb.conf; 
wbinfou, wbinfog, wbinfot stands for wbinfo -u, wbinfo -g wbinfo -t respectivly). 
Jan Chorowski




logs.tar.bz2
Description: Binary data


[Samba] winbindd+ win24

2002-11-19 Thread administrator Jan Chorowski
Hi,

I've got some problems trying to get the list of users from a win24 server. 
Although I've joined the domain, wbinfo returns 0 and prints 0xc022. I' ve 
included the log from winbindd.

Jan Chorowski
 

winbindd version 2.2.6 started.
Copyright The Samba Team 2000-2001
Initialising global parameters
params.c:pm_process() - Processing configuration file /etc/smb.conf
Processing section [global]
doing parameter workgroup = nt14
doing parameter netbios name = linux
handle_netbios_name: set global_myname to: LINUX
doing parameter server string = Samba 2.2.6
doing parameter security = domain
doing parameter encrypt passwords = Yes
doing parameter update encrypted = Yes
doing parameter password server = *
doing parameter log file = /var/log/samba.log
doing parameter wins server = 10.0.0.123
wins_srv_load_list(): Building WINS server list:
10.0.0.123,
1 WINS server listed.
doing parameter winbind uid = 1-2
doing parameter winbind gid = 1-2
doing parameter template homedir = /home/win2k/%D/%U
doing parameter template shell = /bin/bash
doing parameter winbind separator = +
doing parameter winbind cache time = 10
doing parameter guest account = pcguest
Processing section [homes]
doing parameter comment = Home Directories
doing parameter read only = No
doing parameter create mask = 0750
doing parameter browseable = No
pm_process() returned Yes
adding IPC service IPC$
adding IPC service ADMIN$
set_server_role: ROLE_DOMAIN_MEMBER
added interface ip=10.0.0.9 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.200 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.100 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.91 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.90 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.99 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.98 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.97 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.96 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.95 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.94 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.93 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.92 bcast=10.0.0.255 nmask=255.255.255.0
codepage_initialise: client code page = 850
load_client_codepage: loading codepage 850.
Adding chars 0x85 0xb7 (l-u = True) (u-l = True)
Adding chars 0xa0 0xb5 (l-u = True) (u-l = True)
Adding chars 0x83 0xb6 (l-u = True) (u-l = True)
Adding chars 0xc6 0xc7 (l-u = True) (u-l = True)
Adding chars 0x84 0x8e (l-u = True) (u-l = True)
Adding chars 0x86 0x8f (l-u = True) (u-l = True)
Adding chars 0x91 0x92 (l-u = True) (u-l = True)
Adding chars 0x87 0x80 (l-u = True) (u-l = True)
Adding chars 0x8a 0xd4 (l-u = True) (u-l = True)
Adding chars 0x82 0x90 (l-u = True) (u-l = True)
Adding chars 0x88 0xd2 (l-u = True) (u-l = True)
Adding chars 0x89 0xd3 (l-u = True) (u-l = True)
Adding chars 0x8d 0xde (l-u = True) (u-l = True)
Adding chars 0xa1 0xd6 (l-u = True) (u-l = True)
Adding chars 0x8c 0xd7 (l-u = True) (u-l = True)
Adding chars 0x8b 0xd8 (l-u = True) (u-l = True)
Adding chars 0xd0 0xd1 (l-u = True) (u-l = True)
Adding chars 0xa4 0xa5 (l-u = True) (u-l = True)
Adding chars 0x95 0xe3 (l-u = True) (u-l = True)
Adding chars 0xa2 0xe0 (l-u = True) (u-l = True)
Adding chars 0x93 0xe2 (l-u = True) (u-l = True)
Adding chars 0xe4 0xe5 (l-u = True) (u-l = True)
Adding chars 0x94 0x99 (l-u = True) (u-l = True)
Adding chars 0x9b 0x9d (l-u = True) (u-l = True)
Adding chars 0x97 0xeb (l-u = True) (u-l = True)
Adding chars 0xa3 0xe9 (l-u = True) (u-l = True)
Adding chars 0x96 0xea (l-u = True) (u-l = True)
Adding chars 0x81 0x9a (l-u = True) (u-l = True)
Adding chars 0xec 0xed (l-u = True) (u-l = True)
Adding chars 0xe7 0xe8 (l-u = True) (u-l = True)
Adding chars 0x9c 0x0 (l-u = False) (u-l = False)
load_dos_unicode_map: 850
load_unicode_map: loading unicode map for codepage 850.
load_unix_unicode_map: ISO8859-1 (init_done=0, override=0)
load_unicode_map: loading unicode map for codepage ISO8859-1.
added interface ip=10.0.0.9 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.200 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.100 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.91 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.90 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.99 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.98 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.97 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.96 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.95 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.94 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.93 bcast=10.0.0.255 nmask=255.255.255.0
added interface ip=10.0.0.92 bcast=10.0.0.255 

[Samba] winbindd +win2k

2002-11-12 Thread administrator Jan Chorowski
Hi,

I've had some problems while trying to get the user list from a win2k PDC. 
Winbindd prints 0xc022 and exits 0. What does it mean?

Jan Chorowski

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



[Samba] Virus Warning

2002-10-31 Thread administrator

The W32/Klez-H virus was detected in attachment (Rt.pif) in email from 
[EMAIL PROTECTED] (10/31/02 19:46:52).
Action taken: deleted


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



[Samba] Virus encontrado na mensagem MARGINHEIGHT [Virus found in received message MARGINHEIGHT]

2002-10-19 Thread System Anti-Virus Administrator

Atenção
[Attention]
Uma mensagem enviada por guilherme [EMAIL PROTECTED]  para você continha o 
seguinte virus:
[A message sent to you by guilherme [EMAIL PROTECTED] contains the following 
virus:]
 the W32/Klez.h@MM virus !!!

A Estrelar dispõe de um sistema antivirus que detecta e elimina
automaticamente as mensagens contendo virus.
[Estrelar.com has an antivirus system that detects and blocks messages with virus.]

Por questões de segurança a mensagem é bloqueada antes que chegue em sua máquina.
[For security reasons the message is blocked before it reaches your machine.] 

Um comunicado também foi enviado para o remetente informando-o do acontecido.
[A mesage was also sent to the sender warnning him about this ]   

Qualquer dúvida sobre este assunto, entre em contato através do email
[EMAIL PROTECTED]
[If you have any doubts about this procedure please contact us on the email 
[EMAIL PROTECTED]] 

Atenciosamente
[Regards]
Estrelar - Internet Profissional
[Estrelar - Professional Internet Services]
-
A mensagem enviada para você tinha o seguinte envelope:
[The message sent to you had the following envelope:]

MAIL FROM: [EMAIL PROTECTED] 
RCPT TO:   [EMAIL PROTECTED] 

E os seguintes cabeçalhos:
[... and with the following headers:]
From:guilherme [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: MARGINHEIGHT
Date:Sun, 19 Oct 2002 13:4:0



O software antivirus emitiu o seguinte relatório quando verificou esta mensagem:
[The Email scanner reported the following when it scanned that message:]

--- 

---uvscan results ---
/var/spool/qmailscan/angra.skynet.com.br.103504344018332/results
Found the W32/Klez.h@MM virus !!!

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



[Samba] SWAT not working

2002-10-06 Thread Sander van Vliet (Network Administrator)



Hi all

I've installed samba 2.2.5 a while ago and I didn't 
need swat at that time but now I do.
I followed the manpage and modified my inetd.conf 
etc, the swat files are in place but SWAT still gives me errors my password is 
wrong. I've checked my password etc and still it doesn't work.

Any idea's

Greetz Maxor


[Samba] Client PCs crash when in MS apps.

2002-05-12 Thread System Administrator

Hi.

I have a situation where Windows PCs (various versions affected)
crash with a blue screen or just reset.  Some of the reported blue
screens mention IFS or possibly VFS.  (It's hard to get users to make
a note of such info before they reboot or dismiss the error message!)

The clients affected range from Windows 95, OSR2 to Windows 98 S.E.
The shares are on Sun machines - all running 2.2.3a, hardware is
Enterprise Server 450, E250R, S1000E, and the client software opening
the files (usually .csv or .html) is MS Office applications, Excel, Word,
and for the HTML files, MS Internet Explorer (again a wide variety of
versions affected)

The crash seems totally unpredictable, in terms of frequency between
occurrences, and the result on the client end.  NOTHING gets logged on
the server with the default level of logging.

Our Linux servers seem to be fine.  It really does appear to be intermittent
on the Sun's and I'm not sure whether it's Samba or part of the Windows
system that is at fault.

I'm totally lost on this one.

Any help or ideas would be greatly appreciated.
Many thanks in advance.

Con Harte.


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



[Samba] Virus encontrado na mensagem Scrolling [Virus found in received message Scrolling]

2002-05-02 Thread System Anti-Virus Administrator


Atenção
[Attention]
Uma mensagem enviada por brain [EMAIL PROTECTED]  para você continha o 
seguinte virus:
[A message sent to you by brain [EMAIL PROTECTED] contains the following 
virus:]
 the W32/Klez.h@MM virus !!!

A Estrelar dispõe de um sistema antivirus que detecta e elimina
automaticamente as mensagens contendo virus.
[Estrelar.com has an antivirus system that detects and blocks messages with virus.]

Por questões de segurança a mensagem é bloqueada antes que chegue em sua máquina.
[For security reasons the message is blocked before it reaches your machine.] 

Um comunicado também foi enviado para o remetente informando-o do acontecido.
[A mesage was also sent to the sender warnning him about this ]   

Qualquer dúvida sobre este assunto, entre em contato através do email
[EMAIL PROTECTED]
[If you have any doubts about this procedure please contact us on the email 
[EMAIL PROTECTED]] 

Atenciosamente
[Regards]
Estrelar - Internet Profissional
[Estrelar - Professional Internet Services]
-
A mensagem enviada para você tinha o seguinte envelope:
[The message sent to you had the following envelope:]

MAIL FROM: [EMAIL PROTECTED] 
RCPT TO:   [EMAIL PROTECTED] 

E os seguintes cabeçalhos:
[... and with the following headers:]
From:brain [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: Scrolling
Date:Sun, 2 May 2002 12:40:4



O software antivirus emitiu o seguinte relatório quando verificou esta mensagem:
[The Email scanner reported the following when it scanned that message:]

--- 

---uvscan results ---
/var/spool/qmailscan/angra.skynet.com.br.102035400320346/name.scr
Found the W32/Klez.h@MM virus !!!
Thank you for choosing to evaluate VirusScan from Network Associates.
This  version of the software is for Evaluation Purposes Only and may be
used  for  up to 30 days to determine if it meets your requirements.  To
license  the  software,  or to  obtain  assistance during the evaluation
process,  please call (408) 988-3832.  If you  choose not to license the
software,  you  need  to remove it from your system.  All  use  of  this
software is conditioned upon compliance with the license terms set forth
in the README.TXT file.

---

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



[Samba] Virus encontrado na mensagem W32.Elkern removal tools [Virus found in received message W32.Elkern removal tools]

2002-05-01 Thread System Anti-Virus Administrator


Atenção
[Attention]
Uma mensagem enviada por user [EMAIL PROTECTED]  para você continha o seguinte virus:
[A message sent to you by user [EMAIL PROTECTED] contains the following virus:]
 the W32/Klez.h@MM virus !!!

A Estrelar dispõe de um sistema antivirus que detecta e elimina
automaticamente as mensagens contendo virus.
[Estrelar.com has an antivirus system that detects and blocks messages with virus.]

Por questões de segurança a mensagem é bloqueada antes que chegue em sua máquina.
[For security reasons the message is blocked before it reaches your machine.] 

Um comunicado também foi enviado para o remetente informando-o do acontecido.
[A mesage was also sent to the sender warnning him about this ]   

Qualquer dúvida sobre este assunto, entre em contato através do email
[EMAIL PROTECTED]
[If you have any doubts about this procedure please contact us on the email 
[EMAIL PROTECTED]] 

Atenciosamente
[Regards]
Estrelar - Internet Profissional
[Estrelar - Professional Internet Services]
-
A mensagem enviada para você tinha o seguinte envelope:
[The message sent to you had the following envelope:]

MAIL FROM: [EMAIL PROTECTED] 
RCPT TO:   [EMAIL PROTECTED] 

E os seguintes cabeçalhos:
[... and with the following headers:]
From:user [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: W32.Elkern  removal tools
Date:Sun, 1 May 2002 10:57:50



O software antivirus emitiu o seguinte relatório quando verificou esta mensagem:
[The Email scanner reported the following when it scanned that message:]

--- 

---uvscan results ---
/var/spool/qmailscan/angra.skynet.com.br.102026147021665/install.exe
Found the W32/Klez.h@MM virus !!!
Thank you for choosing to evaluate VirusScan from Network Associates.
This  version of the software is for Evaluation Purposes Only and may be
used  for  up to 30 days to determine if it meets your requirements.  To
license  the  software,  or to  obtain  assistance during the evaluation
process,  please call (408) 988-3832.  If you  choose not to license the
software,  you  need  to remove it from your system.  All  use  of  this
software is conditioned upon compliance with the license terms set forth
in the README.TXT file.

---

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



[Samba] Server crash on kopie big files

2002-04-06 Thread Administrator (BAP)

dear samba-users,

is there a problem known, when you copy files from windows to samba-server
they much or big (e.g. 300MB) that the server crashs?

i have test it with all other options. only a copy from windows to samba
(from all windows machines) they are been more than ca. 100mb brings the
server down. a startup with reset is require.

regards...

Stephan

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