Hi,
The access man(5) has definitions for OTHER_ACTIONS. The definition for info says: INFO optional text... "Log an informational record with the optional text,together with client information and if available,with helo, sender, recipient and protocol information." for WARN: WARN optional text... "Log a warning with the optional text, together with client information and if available, with helo, sender, recipient and protocol information." So both INFO and WARN log the relevant information but what do they do differently ? In what context one would use the former or the later? Would appreciate some insight with examples if possible. Thanks