On 7/3/2012 11:02 AM, Marko Weber wrote:
>
> hello,
>
> when i do on console
>
> # postfix reload
>
> i get:
>
> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> virtual_create_maildirsize=yes
> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> virtual_mailbox_extended=yes
> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> virtual_overquota_bounce=yes
> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> virtual_mailbox_limit_override=yes
> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> virtual_maildir_limit_message=Sorry, the user's maildir has overdrawn
> his diskspace quota, please try again later.
>
The above seem to be a part of the unsupported VDA patch.  Talk to the
patch's author if you wish.

> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> smtpd_sasl2_auth_enable=yes

The correct parameter is smtpd_sasl_auth_enable

> /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter:
> tls_daemon_random_source=dev:/dev/urandom 

This is also incorrect. The correct parameter is tls_random_source


Version 2.9 is just simply alerting you to options that postconf, and
therefore Postfix,
does not understand or interpret from your config.
The alert is just there to tell you that expected behavior may not be as
intended.

`man 5 postconf` or review http://www.postfix.org/postconf.5.html for
correct names in the future.

Brian

Reply via email to