Add milter_port_t

Add a milter_port_t for use with inet sockets for communication
between milters and MTAs.

There are no defined ports with this type: admins are expected
to use semanage to specify the ports being used for milters.
This commit is contained in:
Paul Howarth 2011-09-15 12:59:01 +01:00 committed by Chris PeBenito
parent 99a34d527e
commit d27a504b0e
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ network_port(lmtp, tcp,24,s0, udp,24,s0)
network_port(lrrd) # no defined portcon
network_port(mail, tcp,2000,s0, tcp,3905,s0)
network_port(memcache, tcp,11211,s0, udp,11211,s0)
network_port(milter) # no defined portcon
network_port(mmcc, tcp,5050,s0, udp,5050,s0)
network_port(monopd, tcp,1234,s0)
network_port(mpd, tcp,6600,s0)