]> git.proxmox.com Git - pmg-api.git/blob - templates/fetchmailrc.tt
bump version to 5.1-4
[pmg-api.git] / templates / fetchmailrc.tt
1 # auto-generated using template fetchmailrc.tt
2
3 set daemon 300
4 set no bouncemail
5
6 defaults:
7 antispam -1
8 batchlimit 100
9
10 smtphost [% ipconfig.int_ip %]/[% pmg.mail.ext_port %]
11
12 # proxmox settings (Do not delete this marker!!)
13 [% FOREACH item IN fetchmail_users.list('values') %]
14 [% IF item.enable %]poll[% ELSE %]skip[% END -%]
15 [% item.id %] via "[% item.server %]"
16 protocol [% item.protocol %] port [% item.port %]
17 [% IF item.interval %] interval [% item.interval %]
18 [% END -%]
19 user "[% item.user %]" pass "[% item.pass %]"
20 to "[% item.target %]"
21 [% IF item.options %] [% item.options %]
22 [% END -%]
23 [% END %]