Fred Ho: > Hi, > This is the external mail gateway which direct the incoming messages > to the backend mail server which do the actual delivery. This is > defined in the transport file as:ss-intl.com smtp:[192.168.1.21]
What are the typical data rates for small and for large messages? You get this from the postfix logfile records. postfix/smtpd client=x.x.x.x gives the approximate start of transmission. qmgr size=xxx gives the message size and approximate end of transmission. Combining these gives you the data rates. Wietse