User:Unnilennium
Hello,
i am Unnilenium Aka Jean-Philippe Pialasse
you can find my own smeserver wiki ( in French) http://smeserver.pialasse.com
Contents
input model
create a new page for a regular package : | |
create a new page for a smeserver-* package : | smeserver- |
table
The header | remains visible |
---|---|
This content | is hidden |
at first | load time |
Available Contribs for sme9 (with a page)
- OpenVPN Bridge
- OpenVPN SiteToSite
- AWStats
- Advanced Samba
- Advancedprompt
- Affa
- Ajaxterm
- Arpwatch
- AutoMysqlBackup
- BackupPC
- BridgeInterface
- Cacti
- Check4updates
- CoovaChilli
- Crontab Manager
- DAV
- Dansguardian
- Dansguardian-panel
- Ddclient
- Denyhosts
- Dimp
- Disk Manager
- Diskusage
- Durep
- Egroupware
- Email Whitelist-Blacklist Control
- Ezmlm
- Fail2ban
- Fetchmail
- FreePBX
- Geneweb
- GeoIP
- Git
- Groupmembers Panel
- HylaFax
- Isoqlog
- Jeta
- Kronolith
- LPRng print queue monitor
- Lazy Admin Tools
- Learn
- Letsencrypt
- Mailman
- Mailsorting
- Mailstats
- Mnemo
- Mod Python
- Nag
- Nextcloud
- PHP Software Collections
- PHPMyAdmin
- PHPki
- Password
- PhpWebFtp
- Phpsysinfo
- Qmhandle mail queue manager
- Remoteuseraccess
- Rkhunter
- RoundCube
- SANE
- SharedFolders
- Smeadmin
- Smeserver-tw-logonscript
- Softethervpn-server
- Subversion
- Sysmon
- Tftp server
- Thinclient
- Unifi
- UserManager
- Vacation
- Webhosting
- Webshare
- Wordpress
- Zabbix
- Zarafa on SME 9
- Zoneminder
Available Contribs for sme9 in smetest
Available Contribs for sme9 in smedev
smedev
smetest+smedev
smetest +smecontribs
smetest mais pas smecontribs
Not Available Contribs for sme9 (with a page)
- OpenVPN Bridge
- OpenVPN SiteToSite
- AWStats
- Advanced Samba
- Advancedprompt
- Affa
- Ajaxterm
- Arpwatch
- AutoMysqlBackup
- BackupPC
- BridgeInterface
- Cacti
- Check4updates
- CoovaChilli
- Crontab Manager
- DAV
- Dansguardian
- Dansguardian-panel
- Ddclient
- Denyhosts
- Dimp
- Disk Manager
- Diskusage
- Durep
- Egroupware
- Email Whitelist-Blacklist Control
- Ezmlm
- Fail2ban
- Fetchmail
- FreePBX
- Geneweb
- GeoIP
- Git
- Groupmembers Panel
- HylaFax
- Isoqlog
- Jeta
- Kronolith
- LPRng print queue monitor
- Lazy Admin Tools
- Learn
- Letsencrypt
- Mailman
- Mailsorting
- Mailstats
- Mnemo
- Mod Python
- Nag
- Nextcloud
- PHP Software Collections
- PHPMyAdmin
- PHPki
- Password
- PhpWebFtp
- Phpsysinfo
- Qmhandle mail queue manager
- Remoteuseraccess
- Rkhunter
- RoundCube
- SANE
- SharedFolders
- Smeadmin
- Smeserver-tw-logonscript
- Softethervpn-server
- Subversion
- Sysmon
- Tftp server
- Thinclient
- Unifi
- UserManager
- Vacation
- Webhosting
- Webshare
- Wordpress
- Zabbix
- Zarafa on SME 9
- Zoneminder
- AWStats
- Advanced Samba
- Advancedprompt
- Affa
- Ajaxterm
- Arpwatch
- AutoMysqlBackup
- BackupPC
- BridgeInterface
- Cacti
- Check4updates
- CoovaChilli
- Crontab Manager
- DAV
- Dansguardian
- Dansguardian-panel
- Ddclient
- Denyhosts
- Dimp
- Disk Manager
- Diskusage
- Durep
- Egroupware
- Email Whitelist-Blacklist Control
- Ezmlm
- Fail2ban
- Fetchmail
- FreePBX
- Geneweb
- GeoIP
- Git
- Groupmembers Panel
- HylaFax
- Isoqlog
- Jeta
- Kronolith
- LPRng print queue monitor
- Lazy Admin Tools
- Learn
- Letsencrypt
- Mailman
- Mailsorting
- Mailstats
- Mnemo
- Mod Python
- Nag
- Nextcloud
- OpenVPN Bridge
- OpenVPN SiteToSite
- PHP Software Collections
tests
Version: Contrib8 pas Contrib9
Version: Contrib9
Category: Contrib 8
Category: Contrib 9
Category:Contrib AND Category:Administration:VPN
Category: Contrib
ID | Product | Version | Status | Summary (4 tasks) |
---|---|---|---|---|
10952 | SME Contribs | 10alpha | IN_PROGRESS | First import to SME10 tree [smeserver-mailsorting] |
10517 | SME Contribs | 9.2 | CONFIRMED | EmailForward and ForwardAddress properties are used in mailfilter rules but not in procmail |
8572 | SME Contribs | 8.1 | UNCONFIRMED | maildrop: delivery deferred |
4662 | SME Contribs | 7.3 | CONFIRMED | Special characters input in match criterion breaks mail sort rules |
SME9 from a Centos 6 box
inspired from https://wiki.contribs.org/index.php?title=SME_on_CentOS_6&oldid=18561
also check here : http://smeserver.pialasse.com/index.php/Cloudatcost
sed -i -e 's/rhgb quiet/selinux=0/g' /boot/grub/grub.conf sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config yum remove selinux-policy-targeted setenforce 0 # add yum repo yum install wget -y mkdir /tmp/repo.bak mv /etc/yum.repos.d/*.repo /tmp/repo.bak/ wget -O /etc/yum.repos.d/sme9.repo http://bugs.contribs.org/attachment.cgi?id=3652 # import necessary keys rpm --import http://sme-mirror.firewall-services.com/releases/8/smeos/x86_64/RPM-GPG-KEY-SMEServer rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt rpm --import https://fedoraproject.org/static/217521F6.txt rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 rpm --import http://www.salstar.sk/pub/yum/keys/RPM-GPG-KEY-Fedora-Pre-Extras #clean yum cache yum --enablerepo=* clean all
yum --disablerepo=* --enablerepo=smeupdates9,smeos9 --disablerepo=updates,base,smeupdates-testing9 install e-smith\* smeserver\* at bc bind-libs bind-utils cronie cronie-anacron crontabs cyrus-sasl-md5 dhcp ed eject elfutils elfutils-libs fetchmail ftp gettext glib hesiod iptraf iptstate isdn4k-utils libselinux-python libsysfs libxml2-python lm_sensors lockdev lsof lvm2 man minicom mkbootdisk mlocate mod_ssl mtools mt-st mutt net-snmp net-snmp-utils openldap-servers patch pcmciautils postgresql-libs pyxf86config rpm-build rp-pppoe setserial strace sudo sysfsutils syslinux tcpdump telnet time tmpwatch traceroute unzip usbutils usermode vim-common vim-enhanced wget wodim xz zip zlib php-pear-Net-URL perl-Compress-Raw-Bzip2 perl-IO-Compress-Bzip2 rsync tnef freeradius-ldap yum install gettext --enablerepo=base,updates -y yum update initscripts --disablerepo=* --enablerepo=smeos9,smeupdates9 yum upgrade --disablerepo=smeupdates-testing9 --enablerepo=base,updates --exclude=initscripts yum remove postfix -y
#to avoid being locked out in case unlink /etc/e-smith/events/post-install/S10init-passwords /sbin/e-smith/signal-event post-install /sbin/e-smith/db accounts setprop admin PasswordSet yes /sbin/e-smith/config set PasswordSet yes rm /service/*/supervise/control -f # configure your server correctly /sbin/e-smith/console touch /forcequotacheck
set your admin password
passwd admin
/sbin/e-smith/db configuration setprop sshd status enabled PermitRootLogin yes access public /sbin/e-smith/signal-event remoteaccess-update config setprop httpd-admin ValidFrom YOURIP/255.255.255.255 /sbin/e-smith/signal-event post-upgrade
last time
find /var/service/ -type f -iname control -exec rm {} \;
and reboot
/sbin/e-smith/signal-event reboot
create a raid lvm aside
I had a couple of drive in an external eSATA dock. So first I removed one, put the new storage drive and create a degraded RAID1+ LVM
mdadm --create /dev/md4 --level=raid1 --raid-devices=1 /dev/sde --force pvcreate /dev/md4 vgcreate nasdrive /dev/md4 lvcreate -L 1.1T -n video nasdrive lvcreate -L 500G -n music nasdrive lvcreate -L 2T -n backup nasdrive lvreduce -L 400G /dev/nasdrive/music lvresize -l +100%FREE /dev/nasdrive/video mkfs.ext4 /dev/nasdrive/backup -L backuppc mkfs.ext4 /dev/nasdrive/music -L music mkfs.ext4 /dev/nasdrive/video -L video
then copy files from needed drives
then umount the drives :
umount /dev/nasdrive/* unmount /dev/oldrives vgchange -a n nasdrive mdadm --stop /dev/md4
change disk in the dock
mdadm --assemble --scan vgchange -a y nasdrive mdadm --grow /dev/md4 --add /dev/sdc --raid-devices=2 mdadm --add /dev/md4 --add /dev/sdc
then final step fill fstab to have it mounted on boot.
sources