1

Topic: POSTFIX main.cf errors

Hey Zhang,
you should double-check the generated postfix main.conf file - I found several errors, I give you two examples.

# Set message_size_limit.
    postconf -e mailbox_size_limit="${MESSAGE_SIZE_LIMIT}"
    postconf -e message_size_limit="${MESSAGE_SIZE_LIMIT}" 

Another one is the placement of check_sender_access out of the needed context - it does nothing where it is now.

Snaky

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: POSTFIX main.cf errors

You mean 'message_size_limit' is not supported in Postfix? Oh yes, fixed.

Another one is the placement of check_sender_access out of the needed context - it does nothing where it is now.

Yes, it's just a sample now. OK, removed.

Thanks for your remind smile
http://code.google.com/p/iredmail/sourc … d2e1d37752