In the help documentation on their site they state that it is also possible to still deliver mail with your own server directly to other mailservers by setting the timeout of the so-called 'ident callbacks' to 0 (zero) seconds.
ident is useless unless you control both ends. We respond with generated junk to ident requests if oidentd is enabled. This causes pain for gamers, but they are not our target market - use a custom template if you really want to share your LAN identity with the world.
oidentd is now disabled by default, but was enabled by default in previous release. In the disabled state we explicitly reject incoming ident requests:
/sbin/iptables -A $NEW_InboundTCP --proto tcp --dport 113 \
--destination $OUTERNET \
--jump REJECT \
--reject-with tcp-reset
Other disabled protocols are silently dropped, but we REJECT ident to help speed up connections. Check whether oidentd is enabled, and if so, disable it:
config setprop oidentd status disabled
signal-event remoteacess-update