mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
deploy: 57e9a8a290
This commit is contained in:
parent
d5e63ed2cb
commit
01f6aca376
1 changed files with 93 additions and 0 deletions
|
@ -67357,6 +67357,99 @@ YAML value</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.davmail.enable"></a><a class="term" href="options.xhtml#opt-services.davmail.enable"><code class="option">services.davmail.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable DavMail, an MS Exchange gateway…</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/davmail.nix" target="_top">
|
||||
<home-manager/modules/services/davmail.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.davmail.imitateOutlook"></a><a class="term" href="options.xhtml#opt-services.davmail.imitateOutlook"><code class="option">services.davmail.imitateOutlook</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether DavMail pretends to be Outlook.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">false</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/davmail.nix" target="_top">
|
||||
<home-manager/modules/services/davmail.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.davmail.settings"></a><a class="term" href="options.xhtml#opt-services.davmail.settings"><code class="option">services.davmail.settings</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Davmail configuration. Refer to
|
||||
<a class="link" href="http://davmail.sourceforge.net/serversetup.html" target="_top">http://davmail.sourceforge.net/serversetup.html</a>
|
||||
and <a class="link" href="http://davmail.sourceforge.net/advanced.html" target="_top">http://davmail.sourceforge.net/advanced.html</a>
|
||||
for details on supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (string, package, bool, int or float)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
"davmail.allowRemote" = true;
|
||||
"davmail.bindAddress" = "10.0.1.2";
|
||||
"davmail.caldavAutoSchedule" = false;
|
||||
"davmail.folderSizeLimit" = 10;
|
||||
"davmail.imapPort" = 55555;
|
||||
"davmail.smtpSaveInSent" = true;
|
||||
"davmail.url" = "https://outlook.office365.com/EWS/Exchange.asmx";
|
||||
"log4j.logger.rootLogger" = "DEBUG";
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/davmail.nix" target="_top">
|
||||
<home-manager/modules/services/davmail.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-services.devilspie2.enable"></a><a class="term" href="options.xhtml#opt-services.devilspie2.enable"><code class="option">services.devilspie2.enable</code>
|
||||
|
|
Loading…
Add table
Reference in a new issue