Commit 6b9a3031 6b9a30311c1ac824933482230823de6f6deeb67f by Sergey Poznyakoff

(pop3d): Documented new option.

1 parent 21f0f6c5
...@@ -641,6 +641,16 @@ from the client within that number of seconds. ...@@ -641,6 +641,16 @@ from the client within that number of seconds.
641 @item -v 641 @item -v
642 @itemx --version 642 @itemx --version
643 Display program version and exit. 643 Display program version and exit.
644 @item --undelete
645 Remove all deletion marks from the messages after opening the mailbox.
646 @item --login-delay=@var{seconds}
647 Sets the minimum allowed delay between closing a pop3d session and
648 opening it again with the same user name.
649 @item --stat-file=@var{filename}
650 Sets the name of the login timestamp database, used with
651 @option{--login-delay}. By default, these data are kept in
652 @file{/var/run/pop3-login}. Be sure to specify the file name
653 @emph{without} DBM-specific suffix.
644 @end table 654 @end table
645 655
646 @page 656 @page
......