Jim Popovitch: > > Postfix will try each IP address in the order as returned from > > getaddrinfo(3) until it can establish a TCP connection. Postfix > > will not reconnect when an established Milter connection goes bad. > > For example, the Milter does not respond, or produces bad responses. > > Right, I got that from your earlier post, thank you again. Would you be > interested in a patch or some idea on how to make that more robust?
How would you handle the case that the Milter hangs after RCPT TO or END-OF-DATA, or after the Milter has requested changes to queue file content? That requires replaying events already sent to a milter, and redoing changes already made to a queue file. Wietse