]> git.proxmox.com Git - pmg-docs.git/blob - gen-fetchmail.conf.5-opts.pl
add SSL ceriticate generation doc
[pmg-docs.git] / gen-fetchmail.conf.5-opts.pl
1 #!/usr/bin/perl
2
3 use lib '.';
4 use strict;
5 use warnings;
6 use PVE::RESTHandler;
7
8 use Data::Dumper;
9
10 use PMG::API2::Fetchmail;
11
12 my $properties = $PMG::API2::Fetchmail::fetchmail_create_properties;
13
14 print PVE::RESTHandler::dump_properties($properties);
15
16 exit(0);