grommunio-admin-fetchmail
Name
grommunio-admin fetchmail — Manage fetchmail settings and generate rc file
Synopsis
Description
Subcommand to show and manipulate fetchmail entries and generate fetchmailrc file.
Commands
createCreate a new fetchmail entry
deleteDelete fetchmail entry
listList fetchmail entries
modifyModify fetchmail entry
printPrint fetchmail configuration line generated by the entry
showShow detailed information about fetchmail entry
write-rcWrite fetchmail configuration file (fetchmailrc)
Options
MAILBOXE-Mail address of the local mailbox to deliver the mails to. Defaults to e-mail address of the specified user
MBSPECMailbox prefix or ID of the fetchmail entry
USERSPECUsername prefix or ID of the user to attach the entry to
-f FIELD=<value>,--filter FIELD=<value>Filter expression in the form of ‘field=value’. Can be specified multiple times to refine filter
--forceWrite rc file even if no entries were changed since the last write
-o,--out-filePath to write configuration to. Default is /etc/fetchmailrc
--passwordPrint the source password
-p,--printAdditionally print rc file to stdout
-q,--quietDo not print additional info
-s FIELD,--sort FIELDSort by field. Can be given multiple times
-t,--timeTime in minutes since the last write. Default is to autodetect by file mtime
-v,--verboseBe more verbose
-y,--yesDelete multiple entries without prompting
Fields
--active STATEWhether the entry is active. STATE can be one of 0, 1, yes or no. Default is 1
--extraOptions EXTRAOPTIONSSpace separated list of options to write into the fetchmailrc
--fetchall STATEWhether to fetch mails marked as seen on the source server. STATE can be one of 0, 1, yes or no. Default is 0
--keep STATEWhether to keep fetched mails on the source server. STATE can be one of 0, 1, yes or no. Default is 1
--protocol PROTOCOLProtocol to use for fetching. Can be one of POP3, IMAP, POP2, ETRN or AUTO. Default is IMAP
--srcAuth AUTHAuthentication method to use. Can be one of password, kerberos_v5, kerberos, kerberos_v4, gssapi, cram-md5, otp, ntlm, msn, ssh, any. Default is password
--srcFolder FOLDERSource folder to fetch from
--srcPassword PASSWORDPassword of the source user. Single (') and double (") quotes are automatically removed.
--srcServer SERVERSource server to fetch from
--srcUser USERSource user to fetch mails from
--sslCertCheck STATEWhether to force SSL certificate check. STATE can be one of 0, 1, yes or no. Default is 0
--sslCertPath SSLCERTPATHPath to a directory containing trusted certificates or empty to use system default
--useSSL STATEEnable SSL
See Also
grommunio-admin, grommunio-admin-user