Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postfix performance tweaks? #1

Open
moba opened this issue Aug 17, 2013 · 0 comments
Open

Postfix performance tweaks? #1

moba opened this issue Aug 17, 2013 · 0 comments
Labels

Comments

@moba
Copy link
Owner

moba commented Aug 17, 2013

I wonder which tweaks we should apply to a potentially busy mailserver with enough resources.

see for example http://www.postfix.org/qmgr.8.html

My ideas so far:

 # i believe this will make a larger cache for recipient caching
 # (use on resourceful machines and for public gateways only)
 qmgr_message_recipient_limit = 50000
 default_recipient_limit = 50000
 # time between attempts to deliver a deferred message (default: 300s)
 minimal_backoff_time = 1000s
 # maximum time between attempts (default: 4000s)
 maximal_backoff_time = 5h
 # time between deferred queue scans (default: 300s)
 queue_run_delay = 1000s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant