<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Takahisa's Weblog &#187; virtualmin</title>
	<atom:link href="http://takahisa.info/tag/virtualmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://takahisa.info</link>
	<description>weblog of lifetips?</description>
	<lastBuildDate>Thu, 27 May 2010 08:51:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>username@domain login name for email account with virtualmin and postfix</title>
		<link>http://takahisa.info/2010/03/20/usernamedomain-login-name-for-email-account-with-virtualmin-and-postfix/</link>
		<comments>http://takahisa.info/2010/03/20/usernamedomain-login-name-for-email-account-with-virtualmin-and-postfix/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:50:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[sasl]]></category>
		<category><![CDATA[virtualmin]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=261</guid>
		<description><![CDATA[For IMAP and POP3 authentication, all you have to do is change the &#8220;Format for usernames that include domain&#8221; in:
Virtualmin > System Settings > Server Templates > Default Settings > Mail for Domain
to be &#8220;user@domain&#8221;.
However, Cyrus SASL, which is what handles the SMTP authentication, requires a special flag on it to handle user@domain usernames, a [...]]]></description>
			<content:encoded><![CDATA[<p>For IMAP and POP3 authentication, all you have to do is change the &#8220;Format for usernames that include domain&#8221; in:</p>
<p>Virtualmin > System Settings > Server Templates > Default Settings > Mail for Domain</p>
<p>to be &#8220;user@domain&#8221;.</p>
<p>However, Cyrus SASL, which is what handles the SMTP authentication, requires a special flag on it to handle user@domain usernames, a -r in the settings. The magical file you need to edit is /etc/sysconfig/saslauthd. At the bottom you will see the following:</p>
<p>Additional flags to pass to saslauthd on the command line.<br />
See saslauthd(8) for the list of accepted flags. FLAGS=-r</p>
<p>Just make your FLAGS= like mine does. This will pass the -r to the sasl authentication daemon, and your user@domain authentication will work!</p>
<p>Let me know if you have any other questions.</p>
<p>Originally found at : http://blog.molski.nl/2009/10/07/virtualmin-and-userdomain-pop3smtp-login-style/</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2010/03/20/usernamedomain-login-name-for-email-account-with-virtualmin-and-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualmin domain(s) configuration files</title>
		<link>http://takahisa.info/2008/08/04/virtualmin-domains-configuration-files/</link>
		<comments>http://takahisa.info/2008/08/04/virtualmin-domains-configuration-files/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 07:03:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualmin]]></category>

		<guid isPermaLink="false">http://takahisa.info/?p=30</guid>
		<description><![CDATA[When you setup domain with virtualmin, sometime you want to change after while.
eg., administrative username
modify domain(s) without re-setup entire domain(s), edit following file.
1. [root@ns99 ~]# cd /etc/webmin/virtual-server/
2. [root@ns99 virtual-server]# cat sample.local.act
change sample.local as your domain name
3. see where it says domains=117160406314152
remember number of domains.
4. [root@ns99 virtual-server]# cd domains/
5. [root@ns99 domains]# vim 117160406314152 number you find before.
6. edit and save. done!
]]></description>
			<content:encoded><![CDATA[<p>When you setup domain with virtualmin, sometime you want to change after while.</p>
<p>eg., administrative username</p>
<p>modify domain(s) without re-setup entire domain(s), edit following file.</p>
<p>1. [root@ns99 ~]# cd /etc/webmin/virtual-server/</p>
<p>2. [root@ns99 virtual-server]# cat sample.local.act</p>
<p>change <span style="color: #ff0000;">sample.local</span> as your domain name</p>
<p>3. see where it says domains=117160406314152</p>
<p>remember number of domains.</p>
<p>4. [root@ns99 virtual-server]# cd domains/</p>
<p>5. [root@ns99 domains]# vim <span style="color: #ff0000;">117160406314152</span> number you find before.</p>
<p>6. edit and save. done!</p>
]]></content:encoded>
			<wfw:commentRss>http://takahisa.info/2008/08/04/virtualmin-domains-configuration-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
