imapfilter_config.5 (imapfilter-2.7.4) | : | imapfilter_config.5 (imapfilter-2.7.5) | ||
---|---|---|---|---|
skipping to change at line 79 | skipping to change at line 79 | |||
crammd5 | crammd5 | |||
When this option is enabled and the server supports the Challenge-R esponse Authentication Mechanism | When this option is enabled and the server supports the Challenge-R esponse Authentication Mechanism | |||
(specifically CRAM-MD5), this method will be used for user authenti cation instead of a plaintext | (specifically CRAM-MD5), this method will be used for user authenti cation instead of a plaintext | |||
password LOGIN. This variable takes a boolean as a value. Default is “true”. | password LOGIN. This variable takes a boolean as a value. Default is “true”. | |||
expunge | expunge | |||
Normally, messages are marked for deletion and are actually deleted when the mailbox is closed. | Normally, messages are marked for deletion and are actually deleted when the mailbox is closed. | |||
When this option is enabled, messages are expunged immediately afte r being marked deleted. This | When this option is enabled, messages are expunged immediately afte r being marked deleted. This | |||
variable takes a boolean as a value. Default is “true”. | variable takes a boolean as a value. Default is “true”. | |||
hostnames | ||||
When this option is enabled, the server hostname is validated, in o | ||||
rder to verify the client is | ||||
talking to the correct server. This variable takes a boolean as a v | ||||
alue. Default is “true”. | ||||
info When this options is enabled, a summary of the program's actions is printed, while processing mail- | info When this options is enabled, a summary of the program's actions is printed, while processing mail- | |||
boxes. This variable takes a boolean as a value. Default is “true ”. | boxes. This variable takes a boolean as a value. Default is “true ”. | |||
keepalive | keepalive | |||
The time in minutes before terminating and re-issuing the IDLE comm and, in order to keep alive the | The time in minutes before terminating and re-issuing the IDLE comm and, in order to keep alive the | |||
connection, by resetting the inactivity timeout of the server. A s tandards compliant server must | connection, by resetting the inactivity timeout of the server. A s tandards compliant server must | |||
have an inactivity timeout of at least 30 minutes. But it may happ en that some IMAP servers don't | have an inactivity timeout of at least 30 minutes. But it may happ en that some IMAP servers don't | |||
respect that, or some intermediary network device has a shorter tim eout. By setting this option the | respect that, or some intermediary network device has a shorter tim eout. By setting this option the | |||
above problem can be worked around. This variable takes a number as a value. Default is “29” min- | above problem can be worked around. This variable takes a number as a value. Default is “29” min- | |||
utes. | utes. | |||
skipping to change at line 804 | skipping to change at line 808 | |||
EXAMPLES | EXAMPLES | |||
See samples/config.lua and samples/extend.lua in the source code distributi on. | See samples/config.lua and samples/extend.lua in the source code distributi on. | |||
ENVIRONMENT | ENVIRONMENT | |||
HOME User's home directory. | HOME User's home directory. | |||
SEE ALSO | SEE ALSO | |||
imapfilter(1) | imapfilter(1) | |||
BSD Aug 26, 2018 BSD | BSD Dec 5, 2020 BSD | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added |