vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Does anyone have any doc for me to follow how to configure and test spam capability with PF in openbsd? the procedure I used to setup spam control with PF now is: 1. execute /usr/libexec/spamd 2. execute /usr/libexec/spamd-setup 3. add the following rule to the pf.conf file: nat on tun0 inet from 192.168.1.0/24 to any -> (tun0) round-robin rdr pass inet proto tcp from <spamd> to any port = smtp -> 127.0.0.1 port 8025 Is my procedure correct? how can I test it and make sure it works? thanks sam |
| ||||
| sam wrote: > Hi, > > Does anyone have any doc for me to follow how to configure and test spam > capability with PF in openbsd? > > the procedure I used to setup spam control with PF now is: > 1. execute /usr/libexec/spamd > 2. execute /usr/libexec/spamd-setup > 3. add the following rule to the pf.conf file: > nat on tun0 inet from 192.168.1.0/24 to any -> (tun0) round-robin > rdr pass inet proto tcp from <spamd> to any port = smtp -> 127.0.0.1 > port 8025 > > Is my procedure correct? > how can I test it and make sure it works? > > thanks > sam I also found that there is no /var/db/spamdb. Thanks sam |
| Thread Tools | |
| Display Modes | |
|
|