Ticket #693: qpopper-dist
File qpopper-dist, 435 bytes (added by pguyot (Paul Guyot), 21 years ago) |
---|
Line | |
---|---|
1 | # Darwinports qpopper sample configuration file for xinetd. |
2 | # This configuration file makes qpopper active on the localhost interface only. |
3 | # Copy this file to /etc/xinetd.d/ and then send HIP to xinetd.d to enable qpopper on your system |
4 | # provided that you use xinetd. |
5 | |
6 | service pop3 |
7 | { |
8 | disable = no |
9 | socket_type = stream |
10 | wait = no |
11 | user = root |
12 | protocol = tcp |
13 | bind = 127.0.0.1 |
14 | groups = yes |
15 | server = /opt/local/sbin/popper |
16 | } |