diff options
| author | fukachan <fukachan> | 2002-12-10 12:04:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-10 12:04:52 +0000 |
| commit | 4d22e01c81b228d4103d0407513e02cb2d155663 (patch) | |
| tree | 7d02bb73a4a04ae781a7b717fb36606695592a32 /img/dist/IM/dot.im/Config | |
| parent | 451f5fc29a94e13ec13c99d90ab9c748171fb829 (diff) | |
| download | fml8-im-142.tar.gz fml8-im-142.tar.bz2 fml8-im-142.zip | |
im-142im-142
Diffstat (limited to 'img/dist/IM/dot.im/Config')
| -rw-r--r-- | img/dist/IM/dot.im/Config | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/img/dist/IM/dot.im/Config b/img/dist/IM/dot.im/Config index 3ab05031..86ac62c6 100644 --- a/img/dist/IM/dot.im/Config +++ b/img/dist/IM/dot.im/Config @@ -108,6 +108,7 @@ ToDomain=_domain_when_domain_part_is_omitted_ #Imget.Src=local:${HOME}/Maildir # in case of qmail #UseCL=no # Use value of Content-Length header #NoSync=no # Do not need fsync(2) on writing file +#FsyncNumber=118 # system call number of fsync #Imget.Src=pop #PopAccount=/APOP@localhost # account info for POP access @@ -124,14 +125,19 @@ ToDomain=_domain_when_domain_part_is_omitted_ #HttpProxy=proxy-server:8080 # proxy server for HTTP access #NoProxy=http://.*my.domain/ # URL regex not to use Proxy server #UsePwAgent=yes # use password agent -#PwAgentPort=6543 # Port to connect pwagent with TCP/IP - # (Insecure for multi-user system!) - # 0 to use UNIX domain socket (more secure) +#PwAgentPort=0 # Port to connect pwagent with TCP/IP + # 0 to use UNIX domain socket + # NOTE: non-0 (e.g. 6543) is insecure + # on multi-user system +#PwAgentTmpDir=pwagtmp # temporary directory (relative to ~/.im/) # be careful on security if you wish to use PwFiles! #UsePwFiles=yes # use password files #PwFiles=password # password files (relative to ~/.im/) +#NamazuV2=yes # use Namazu version 2 (1.9.x or late) +#NamazuLockDir=nmzlock # lock directory (relative to ~/.im/) + ## imput specific #FccDir=$MailDir # directory for FCC folders #QueueDir=queue # directory for to store messages to be sent |
