Hello there,



i'm planning to not let exim send more than 500 messages every 15
minute, & these are the options i used to implement my need :




        Code:
        ########### Exim main configuration secion ###########
queue_only = true
split_spool_directory = true
queue_run_max = 2
remote_max_parallel = 100


########### Exim transport configuration section #########
connection_max_messages = 210


########### cron job ############
*/15 * * * * exim -q > /dev/null 2>&1
please could anyone here help me if i'm wrong
                
        
                
                
                                          
-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to