Re: lug-bg: proftp directory size limit

2004-11-23 Thread Yavor Yanchev
,
ProFTPD .= 1.2.6   
 mod_quota.1.2.7  mod_quotatab. 
- = 1.2.7.
, , , 
.   
proftpd.conf,  :
= cut ==
QuotaEngine on
QuotaDirectoryTally on
QuotaDisplayUnits Mb
QuotaShowQuotas on
QuotaLimitTable file:/etc/ftpquota.limittab #   
QuotaTallyTable file:/etc/ftpquota.tallytab #   
= cut ==

  ProFTPD  
 ftpquota.limittab  ftpquota.tallytab.
 ftpquota.
# ftpquota --create-table --type=limit --table-path=/etc/ftpquota.limittab
# ftpquota --create-table --type=tally --table-path=/etc/ftpquota.tallytab

 ,  2GB, :
# ftpquota --add-record --type=limit --table-path=/etc/ftpquota.limittab 
--quota-type=all --units=Mb --bytes-upload=2000  --limit-type=hard

 , 
  mod_quotatab,  : 
http://www.castaglia.org/proftpd/modules/mod_quotatab.html

Regards,
Yavor Yanchev
Vasil Sofiyanski wrote:
Imam Proftp server i iskam da ogranichavam mqstoto za syhranenie na 
danni na potrbitelite.
Naprimer daden user da ne moze da zapisva poveche ot 2GB

Znae li nqkoi kak stava tova ?
 

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara 
Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
 



A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: rsync i ssh

2003-11-18 Thread Yavor Yanchev
 
~/.ssh/authorized_keys  .
  .   ,
 .

Hristo Chernev wrote:

,
   rsync  ssh1:1   
. Rsync-a   , 
ssh auth.  ssh 
--password-file=  .
   
ssh-wa  PubkeyAuthentication.
   ?
--
Hristo Chernev
!
 3000 
http://www.femalelife.bg

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html

 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: FTP daemon ?

2003-11-03 Thread Yavor Yanchev
,

FTPd,.ProFTPD 
(proftpd.org)  pureftpd (pureftpd.org)., 
.,
.   
 ProFTPD.



Tosho Yankov wrote:

Zdravejte,
moje li da mi kajete koi ftp deamon da polzvam sys slednite
iziskvaniq:
- definirane na user folders razlichni ot /home/$user (tova mai go
moje vseki FTPd)
- user quota (nqkakyv modul ili nesto takova da poddyrja za quota za
izpolzvanto diskovo prostranstvo za vseki user (nqma kak da pusna quota v/u diska)
Ami maj tova sa. Blagodarq predvaritelno.

 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: [debian] installing a package

2003-10-13 Thread Yavor Yanchev
Debian GNU/Linux ? stable 
(woody), testing (sarge)  unstable (sid).   stable  
   
/etc/apt/sources.list  :

|deb http://security.debian.org/ woody/updates main contrib non-free|

:
apt-get update
apt-get upgrade
  testing  unstable  testing 
 unstable .



raptor wrote:

kak da upgredna ssh-to !?

dadoh 
apt-get update

no kato dam sled towa :

apt-get install ssh

mi kazwa che bil up-to-date, a kakto znete ne e ?!

ima li nqkakaw wariant kato da gledam depencities po pregledno.. i apt-cache showpkg ssh  apt-cache show ssh 
sa dosta obyrkwashti..
Kakaw e formata ako iskam da posocha konkreten packet versiq X.
towa imam predwid...
# apt-get install ssh-1.3.7p2
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package ssh-1.3.7p2

Oste edin problem :
# apt-get install licq-plugin-qt
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 licq-plugin-qt: Depends: libqt3c102-mt (= 3:3.2.1) but 3:3.1.1-9 is to be installed
E: Broken packages
Syotwetno :

# apt-get install  libqt3c102-mt
Reading Package Lists... Done
Building Dependency Tree... Done
libqt3c102-mt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 279 not upgraded.
kade e problema...

Dobawih i CD-romite (apt-cdrom) na debian-woody 3.0 r1, nai otpred sa w sources.list ama waobshte ne me pita za tqh ?!

tia

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html

 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: http https

2003-10-10 Thread Yavor Yanchev
,   -   80   443 
   iptables.   

iptables -t nat -A PREROUTING -d xxx.xxx.xxx.xxx -p tcp -m tcp --dport 
80 -j DNAT --to-destination xxx.xxx.xxx.xxx:443



Peio Popov wrote:

   ,

  
 ssl,  
  http  https. , 
   mod_rewrite :

RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/secure/(.*)$ https://localhost/secure/$1 [R,L]
 
http://localhost/secure/ ,
http://localhost/secure/nested/file,  
  ,.

 http 
SSLRequireSSL ,  .

,  




 

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara 
Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
 





A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: bg-linux i knoppix

2003-10-08 Thread Yavor Yanchev
  bglinux. Knoppix e   Debian 
GNU/Linux,.   
config   X:

Section InputDevice
   Identifier  Generic Keyboard
   Driver  keyboard
   Option  CoreKeyboard
   Option  XkbRules  xfree86
   Option  XkbModel  pc104
   Option  XkbLayout bg(phonetic)
   Option  XkbOptions
grp:ctrl_shift_toggle,grp_led:scroll
EndSection

   BG X.  
X.



raptor wrote:

nqkoi da ima ideq moga li da instaliram bg-linux po nqkakaw nachin taka che knoppix-a kato bootwa da go polzwa taka che da 
mogat horata da si pishat na kirilica (de fakto kak se kazwa paketa pod debian)

Mislq da konwertiram nqkolko mashini na knoppix ta dolu gore gledam :

1. mrevowiq printer gledam che ima wizard pod KDE
2. Sambata syshto (ima nqkawa lisa)
3. ostawa kirilicata !?
4. za poshtata ste polzwam Kmail
Iskam da ostawq bootwaneto da e ot CD i wsichki konfiguracii ste gi zarevda ot HDD-to.
(ne iskam da go prehwyrlqm Knoppix-a na hdd)
tia.

A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html

 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



lug-bg: Re:

2003-10-07 Thread Yavor Yanchev
Zdrawej,

Qwno w twoqta mreva e firewall-nat ident porta. Slovi opciq -R na 
tcp-env. Kogato se startira qmail-smtpd komandata trqbwa da izglevda 
po-sledniqt nachin:
/var/qmail/bin/tcp-env -R /var/qmail/bin/qmail-smtpd ..

Regards

  wrote:

,
 qmail.
Background:qmail 1.03   
, ,  RH7.3.
:   , 
() -
   ,
  ,  - .
   ,  SMTP .  
  qmail   
   .
.  
  .

   showctl:
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 200.
subdirectory split: 23.
user ids: 1058, 1055, 1056, 0, 1057, 1059, 1060, 1061.
group ids: 203, 204.
badmailfrom:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] not accepted in MAIL FROM.
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
bouncehost: (Default.) Bounce host name is mail.aloalo.com.
concurrencylocal: Local concurrency is 50.
concurrencyremote: Remote concurrency is 80.
databytes: (Default.) SMTP DATA limit is 0 bytes.
defaultdomain: Default domain name is aloalo.com.
defaulthost: (Default.) Default host name is mail.aloalo.com.
doublebouncehost: (Default.) 2B recipient host: mail.aloalo.com.
doublebounceto: (Default.) 2B recipient user: postmaster.
envnoathost: (Default.) Presumed domain name is mail.aloalo.com.
helohost: (Default.) SMTP client HELO host name is mail.aloalo.com.
idhost: (Default.) Message-ID host name is mail.aloalo.com.
localiphost: (Default.) Local IP address becomes mail.aloalo.com.
locals:
Messages for mail.aloalo.com are delivered locally.
Messages for localhost are delivered locally.
Messages for aloalo.com are delivered locally.
Messages for www.aloalo.com http://www.aloalo.com are delivered locally.
me: My name is mail.aloalo.com.
percenthack: (Default.) The percent hack is not allowed.
plusdomain: Plus domain name is aloalo.com.
qmqpservers: (Default.) No QMQP servers.
queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.
rcpthosts:
SMTP clients may send messages to recipients at mail.aloalo.com.
SMTP clients may send messages to recipients at aloalo.com.
morercpthosts: (Default.) No effect.
morercpthosts.cdb: (Default.) No effect.
smtpgreeting: (Default.) SMTP greeting: 220 mail.aloalo.com.
smtproutes: (Default.) No artificial SMTP routes.
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
virtualdomains:
concurrencyincoming: I have no idea what this file does.
 ?
--
-
 


--
  www.mail.bg
   mail.bg :
-   
- 12MB   
- SMS( )
- WAP   GSM   
-  POP3 
-
__

http://www.mail.bg
 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html



Re: lug-bg: Linux restricted shell

2003-08-29 Thread Yavor Yanchev
,

 Sourceforge  , .
http://chrootssh.sourceforge.net/.   patch, 
OpenSSH   
 ,   .   , 
. , 
,   chrootSUID 
,  ,   
 chroot-a.

,

Kamen Sharlandjiev wrote:

zdraveyte, iskam da vi pitam dali niakoi znae kade ili KAK da se napravi 
restricted shell pod linux (kato izkliu4im commanda bash -r ). Ideiata e 
hora koito imat ssh dostup do dadena mashina da nemogat da napraviat nishto 
izvun tiahnata directoria, da polzvat commands koito samo az resha che imat 
nujda da polzvat i tn i tn. Mislia che se seshtate za kakvo govoria. Tursih 
dosta iz google no ne namerih nito 1no prilichno reshenie... Iska mi se da 
stane po nai lesnia nachin ( da ne slagam grsec primerno) i taka natatuk.
mnogo bih se radval ako niakoi moje da mi pomogne. TNX predvaritelno.

Pozdravi: 
	Kamen Sharlandjiev


A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html

 




A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html