70 |
or some custom file to read rules from. |
or some custom file to read rules from. |
71 |
x Use firewall_type = "OPEN" for default policy 'OPEN' (allow all) |
x Use firewall_type = "OPEN" for default policy 'OPEN' (allow all) |
72 |
|
|
73 |
|
- Backup: |
74 |
|
x bacula (http://www.bacula.org) |
75 |
|
x created debian package, cause we can't found any other |
76 |
|
o create 'postinst' and 'prerm' scripts for saving configs on update, etc. |
77 |
|
x tested network backup with Director, Storage Daemon and File Daemon(Client) |
78 |
|
at different hosts, works great! |
79 |
|
x tested backup to FileStorage, instead of using tapes drives |
80 |
|
(if someone would like to sponsor some tape drive, you're more than welcome!) |
81 |
|
notes: |
82 |
|
x remember to use different 'LabelFormat' filename at each pool ! |
83 |
|
x use compression at 'FileSet' definition, where GZIP is equal to GZIP6, means compression-level 6 (1-9) |
84 |
|
example: |
85 |
|
# ====== snip FileSet ============ |
86 |
|
FileSet { |
87 |
|
Name = "Full Set" |
88 |
|
Include = signature=MD5 compression=GZIP { |
89 |
|
/home |
90 |
|
} |
91 |
|
Exclude = { *.o } |
92 |
|
} |
93 |
|
# ====== snip FileSet ============ |
94 |
|
|
95 |
|
|
96 |
- QoS (Quality of Services) |
- QoS (Quality of Services) |
97 |
o check it out ! |
o check it out ! |
145 |
- ldap will check your ticket pricipial against its acl's ! |
- ldap will check your ticket pricipial against its acl's ! |
146 |
o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!) |
o 'libpam-ldap' from Turbo is bad, don't use it !! (remember at 'apt-get upgrade' !!) |
147 |
o write this down in some (existing e.g. sendmail?) howto |
o write this down in some (existing e.g. sendmail?) howto |
148 |
|
|
149 |
- Sendmail |
- Sendmail |
150 |
o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster? |
o research some about sendmail-cluster, 2 mx records, howto to set up second mx/cluster? |
151 |
x backup mx: |
x backup mx: |