<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.finkproject.org/index.php?action=history&amp;feed=atom&amp;title=Server_Administration</id>
	<title>Server Administration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.finkproject.org/index.php?action=history&amp;feed=atom&amp;title=Server_Administration"/>
	<link rel="alternate" type="text/html" href="https://wiki.finkproject.org/index.php?title=Server_Administration&amp;action=history"/>
	<updated>2026-04-30T01:35:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.finkproject.org/index.php?title=Server_Administration&amp;diff=63&amp;oldid=prev</id>
		<title>Dmrrsn: howto restart the mail server</title>
		<link rel="alternate" type="text/html" href="https://wiki.finkproject.org/index.php?title=Server_Administration&amp;diff=63&amp;oldid=prev"/>
		<updated>2008-09-26T19:07:01Z</updated>

		<summary type="html">&lt;p&gt;howto restart the mail server&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Fink_Header}}&lt;br /&gt;
&lt;br /&gt;
== Backups ==&lt;br /&gt;
&lt;br /&gt;
Backups are being done with Bacula.  It deserves [[Admin:Backups|its own page]].&lt;br /&gt;
&lt;br /&gt;
== DNS ==&lt;br /&gt;
&lt;br /&gt;
We are running the default bind9 installation from debian.  Domains are each in a separate file in &amp;lt;code&amp;gt;/etc/bind/&amp;lt;/code&amp;gt; named after the top-level domain (finkmirrors.net, finkdeveloper.net, etc.) and are editable by anyone in the &amp;lt;code&amp;gt;bind&amp;lt;/code&amp;gt; group (or root).&lt;br /&gt;
&lt;br /&gt;
To add a finkmirrors.net record, do the following:&lt;br /&gt;
&lt;br /&gt;
# edit /etc/bind/finkmirrors.net&lt;br /&gt;
# change the Serial to today's date&lt;br /&gt;
# add a distfiles.AIRPORT.STATE.CONTINENT record in the &amp;quot;distfiles (source tarballs) mirrors&amp;quot; section&lt;br /&gt;
# add a AIRPORT.STATE.CONTINENT record in the &amp;quot;bindist (.deb package) mirrors&amp;quot; section&lt;br /&gt;
# save the file&lt;br /&gt;
# restart bind: &amp;lt;code&amp;gt;/etc/init.d/bind9 restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mail ==&lt;br /&gt;
&lt;br /&gt;
We run a mail server.  It really really needs to be documented.  (In particular, we are running squirrelmail, websieve, and god knows what else.)&lt;br /&gt;
&lt;br /&gt;
In particular, the following URL's are useful:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;https://www.finkdeveloper.net/squirrelmail/src/login.php&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;https://www.finkdeveloper.net/cgi-bin/websieve.pl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Authorized persons can restart the mail server with &amp;lt;code&amp;gt; sudo /etc/init.d/cyrus2.2 restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating New Users ==&lt;br /&gt;
&lt;br /&gt;
# add the user to LDAP&lt;br /&gt;
#* details go here&lt;br /&gt;
# create their SVN experimental directory&lt;br /&gt;
#* &amp;lt;code&amp;gt;svnadmin create --fs-type fsfs /var/lib/svn/users/'''username'''&amp;lt;/code&amp;gt;&lt;br /&gt;
#* &amp;lt;code&amp;gt;chown -R www-data:www-data /var/lib/svn/users/'''username'''&amp;lt;/code&amp;gt;&lt;br /&gt;
# create their .users.finkproject.org web site&lt;br /&gt;
#* add to /etc/bind/finkproject.org&lt;br /&gt;
#** &amp;lt;code&amp;gt;2006XXXXXX ; serial&amp;lt;/code&amp;gt;&lt;br /&gt;
#** &amp;lt;code&amp;gt;'''username'''.users IN CNAME finch&amp;lt;/code&amp;gt;&lt;br /&gt;
#** &amp;lt;code&amp;gt;/etc/init.d/bind restart&amp;lt;/code&amp;gt;&lt;br /&gt;
#* add to apache2 config&lt;br /&gt;
#** &amp;lt;code&amp;gt;sed -e 's,@USER@,'''username''',g &amp;amp;lt; /etc/apache2/users/user.template &amp;amp;gt; /etc/apache2/users/'''username'''.user&amp;lt;/code&amp;gt;&lt;br /&gt;
#** &amp;lt;code&amp;gt;/etc/init.d/apache2 restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Fink_Header}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Fink|FinkProject]]&lt;br /&gt;
[[Category: Fink Structure|FinkProject]]&lt;/div&gt;</summary>
		<author><name>Dmrrsn</name></author>
	</entry>
</feed>