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