Hi! Sometimes my users send messages with multiple cc's, all for one server: to: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] and so on.
Server.com have restrictions - it require only one incoming smtp connection from single ip (i use "serialize_hosts = *" to meet this) and only one destination address. I add different options to my config file: connection_max_messages = 1 remote_max_parallel = 1 queue_run_max = 1 but exim stil try to deliver message to all addresses with one try. I made something wrong? Search with google and exim faq was not successfull to me... Sorry for bad language... -- WBW, AmadiS, System administrator of IP-COM -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
