.Section 'admin' `advfilter`: `` ('default =' `0`):: Enable advanced filters for statistic. + If this is enabled, the receiver statistic are limited to active ones (receivers which also sent out mail in the 90 days before), and the contact statistic will not contain these active receivers. `avast`: `` ('default =' `0`):: Use Avast Virus Scanner (/usr/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature. `clamav`: `` ('default =' `1`):: Use ClamAV Virus Scanner. This is the default virus scanner and is enabled by default. `custom_check`: `` ('default =' `0`):: Use Custom Check Script. The script has to take the defined arguments and can return Virus findings or a Spamscore. `custom_check_path`: `^/([^/\0]+\/)+[^/\0]+$` ('default =' `/usr/local/bin/pmg-custom-check`):: Absolute Path to the Custom Check Script `dailyreport`: `` ('default =' `1`):: Send daily reports. `demo`: `` ('default =' `0`):: Demo mode - do not start SMTP filter. `dkim-use-domain`: `` ('default =' `envelope`):: Whether to sign using the address from the header or the envelope. `dkim_selector`: `` :: Default DKIM selector `dkim_sign`: `` ('default =' `0`):: DKIM sign outbound mails with the configured Selector. `dkim_sign_all_mail`: `` ('default =' `0`):: DKIM sign all outgoing mails irrespective of the Envelope From domain. `email`: `` ('default =' `admin@domain.tld`):: Administrator E-Mail address. `http_proxy`: `http://.*` :: Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/') `statlifetime`: ` (1 - N)` ('default =' `7`):: User Statistics Lifetime (days) .Section 'clamav' `archiveblockencrypted`: `` ('default =' `0`):: Whether to mark encrypted archives and documents as heuristic virus match. A match does not necessarily result in an immediate block, it just raises the Spam Score by 'clamav_heuristic_score'. `archivemaxfiles`: ` (0 - N)` ('default =' `1000`):: Number of files to be scanned within an archive, a document, or any other kind of container. Warning: disabling this limit or setting it too high may result in severe damage to the system. `archivemaxrec`: ` (1 - N)` ('default =' `5`):: Nested archives are scanned recursively, e.g. if a ZIP archive contains a TAR file, all files within it will also be scanned. This options specifies how deeply the process should be continued. Warning: setting this limit too high may result in severe damage to the system. `archivemaxsize`: ` (1000000 - N)` ('default =' `25000000`):: Files larger than this limit (in bytes) won't be scanned. `dbmirror`: `` ('default =' `database.clamav.net`):: ClamAV database mirror server. `maxcccount`: ` (0 - N)` ('default =' `0`):: This option sets the lowest number of Credit Card or Social Security numbers found in a file to generate a detect. `maxscansize`: ` (1000000 - N)` ('default =' `100000000`):: Sets the maximum amount of data (in bytes) to be scanned for each input file. `safebrowsing`: `` ('default =' `0`):: Enables support for Google Safe Browsing. (deprecated option, will be ignored) `scriptedupdates`: `` ('default =' `1`):: Enables ScriptedUpdates (incremental download of signatures) .Section 'mail' `banner`: `` ('default =' `ESMTP Proxmox`):: ESMTP banner. `before_queue_filtering`: `` ('default =' `0`):: Enable before queue filtering by pmg-smtp-filter `conn_count_limit`: ` (0 - N)` ('default =' `50`):: How many simultaneous connections any client is allowed to make to this service. To disable this feature, specify a limit of 0. `conn_rate_limit`: ` (0 - N)` ('default =' `0`):: The maximal number of connection attempts any client is allowed to make to this service per minute. To disable this feature, specify a limit of 0. `dnsbl_sites`: `` :: Optional list of DNS white/blacklist domains (postfix option `postscreen_dnsbl_sites`). `dnsbl_threshold`: ` (0 - N)` ('default =' `1`):: The inclusive lower bound for blocking a remote SMTP client, based on its combined DNSBL score (postfix option `postscreen_dnsbl_threshold`). `dwarning`: ` (0 - N)` ('default =' `4`):: SMTP delay warning time (in hours). (postfix option `delay_warning_time`) `ext_port`: ` (1 - 65535)` ('default =' `25`):: SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'. `filter-timeout`: ` (2 - 86400)` ('default =' `600`):: Timeout for the processing of one mail (in seconds) (postfix option `smtpd_proxy_timeout` and `lmtp_data_done_timeout`) `greylist`: `` ('default =' `1`):: Use Greylisting for IPv4. `greylist6`: `` ('default =' `0`):: Use Greylisting for IPv6. `greylistmask4`: ` (0 - 32)` ('default =' `24`):: Netmask to apply for greylisting IPv4 hosts `greylistmask6`: ` (0 - 128)` ('default =' `64`):: Netmask to apply for greylisting IPv6 hosts `helotests`: `` ('default =' `0`):: Use SMTP HELO tests. (postfix option `smtpd_helo_restrictions`) `hide_received`: `` ('default =' `0`):: Hide received header in outgoing mails. `int_port`: ` (1 - 65535)` ('default =' `26`):: SMTP port number for outgoing mail (trusted). `max_filters`: ` (3 - 40)` ('default =' `25`):: Maximum number of pmg-smtp-filter processes. `max_policy`: ` (2 - 10)` ('default =' `5`):: Maximum number of pmgpolicy processes. `max_smtpd_in`: ` (3 - 100)` ('default =' `100`):: Maximum number of SMTP daemon processes (in). `max_smtpd_out`: ` (3 - 100)` ('default =' `100`):: Maximum number of SMTP daemon processes (out). `maxsize`: ` (1024 - N)` ('default =' `10485760`):: Maximum email size. Larger mails are rejected. (postfix option `message_size_limit`) `message_rate_limit`: ` (0 - N)` ('default =' `0`):: The maximal number of message delivery requests that any client is allowed to make to this service per minute.To disable this feature, specify a limit of 0. `ndr_on_block`: `` ('default =' `0`):: Send out NDR when mail gets blocked `rejectunknown`: `` ('default =' `0`):: Reject unknown clients. (postfix option `reject_unknown_client_hostname`) `rejectunknownsender`: `` ('default =' `0`):: Reject unknown senders. (postfix option `reject_unknown_sender_domain`) `relay`: `` :: The default mail delivery transport (incoming mails). `relaynomx`: `` ('default =' `0`):: Disable MX lookups for default relay (SMTP only, ignored for LMTP). `relayport`: ` (1 - 65535)` ('default =' `25`):: SMTP/LMTP port number for relay host. `relayprotocol`: `` ('default =' `smtp`):: Transport protocol for relay host. `smarthost`: `` :: When set, all outgoing mails are deliverd to the specified smarthost. (postfix option `default_transport`) `smarthostport`: ` (1 - 65535)` ('default =' `25`):: SMTP port number for smarthost. (postfix option `default_transport`) `smtputf8`: `` ('default =' `1`):: Enable SMTPUTF8 support in Postfix and detection for locally generated mail (postfix option `smtputf8_enable`) `spf`: `` ('default =' `1`):: Use Sender Policy Framework. `tls`: `` ('default =' `0`):: Enable TLS. `tlsheader`: `` ('default =' `0`):: Add TLS received header. `tlslog`: `` ('default =' `0`):: Enable TLS Logging. `verifyreceivers`: `<450 | 550>` :: Enable receiver verification. The value specifies the numerical reply code when the Postfix SMTP server rejects a recipient address. (postfix options `reject_unknown_recipient_domain`, `reject_unverified_recipient`, and `unverified_recipient_reject_code`) .Section 'spam' `bounce_score`: ` (0 - 1000)` ('default =' `0`):: Additional score for bounce mails. `clamav_heuristic_score`: ` (0 - 1000)` ('default =' `3`):: Score for ClamAV heuristics (Encrypted Archives/Documents, PhishingScanURLs, ...). `extract_text`: `` ('default =' `0`):: Extract text from attachments (doc, pdf, rtf, images) and scan for spam. `languages`: `(all|([a-z][a-z])+( ([a-z][a-z])+)*)` ('default =' `all`):: This option is used to specify which languages are considered OK for incoming mail. `maxspamsize`: ` (64 - N)` ('default =' `262144`):: Maximum size of spam messages in bytes. `rbl_checks`: `` ('default =' `1`):: Enable real time blacklists (RBL) checks. `use_awl`: `` ('default =' `0`):: Use the Auto-Whitelist plugin. `use_bayes`: `` ('default =' `0`):: Whether to use the naive-Bayesian-style classifier. `use_razor`: `` ('default =' `1`):: Whether to use Razor2, if it is available. `wl_bounce_relays`: `` :: Whitelist legitimate bounce relays. .Section 'spamquar' `allowhrefs`: `` ('default =' `1`):: Allow to view hyperlinks. `authmode`: `` ('default =' `ticket`):: Authentication mode to access the quarantine interface. Mode 'ticket' allows login using tickets sent with the daily spam report. Mode 'ldap' requires to login using an LDAP account. Finally, mode 'ldapticket' allows both ways. `hostname`: `` :: Quarantine Host. Useful if you run a Cluster and want users to connect to a specific host. `lifetime`: ` (1 - N)` ('default =' `7`):: Quarantine life time (days) `mailfrom`: `` :: Text for 'From' header in daily spam report mails. `port`: ` (1 - 65535)` ('default =' `8006`):: Quarantine Port. Useful if you have a reverse proxy or port forwarding for the webinterface. Only used for the generated Spam report. `protocol`: `` ('default =' `https`):: Quarantine Webinterface Protocol. Useful if you have a reverse proxy for the webinterface. Only used for the generated Spam report. `quarantinelink`: `` ('default =' `0`):: Enables user self-service for Quarantine Links. Caution: this is accessible without authentication `reportstyle`: `` ('default =' `verbose`):: Spam report style. `viewimages`: `` ('default =' `1`):: Allow to view images. .Section 'virusquar' `allowhrefs`: `` ('default =' `1`):: Allow to view hyperlinks. `lifetime`: ` (1 - N)` ('default =' `7`):: Quarantine life time (days) `viewimages`: `` ('default =' `1`):: Allow to view images.