#
# Shorewall version 3.0 - POP3 Macro
#
# /usr/share/shorewall/macro.POP3
#
#	This macro handles POP3 traffic (secure and insecure):
#
###############################################################################
#ACTION	SOURCE	DEST	PROTO	DEST	SOURCE	ORIGINAL	RATE	USER/
#				PORT	PORT(S)	DEST		LIMIT	GROUP
PARAM	-	-	tcp	110	# Unsecure POP3	
PARAM	-	-	tcp	995	# Secure POP3
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE