Wietse Venema: > 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.
If the sending machine also runs Postfix, you can get the data dates from there: qmgr ... size=xxx gives the message size. postfix/smtp ... delays=a/b/c/d gives a) time before entry into active queue, b) time in active queue, c) time to connect, d) time to transmit. It would be useful to know if only *some* messages are slower than other messages or if there is a general pattern. Wietse