OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: fork: Cannot allocate memory and mail_addr_find problem

From: Wietse Venema (wietseporcupine.org)
Date: Fri Sep 01 2006 - 20:56:31 CDT


Run fewer processes or get more memory. See:

    http://www.postfix.org/postconf.5.html#default_process_limit

Try a small number like 20.

    # postconf -e default_process_limit=20
    # postfix reload

        Wietse