|
| | Subject: | 2 instances of smtpd in master.cf | | Group: | Postfix-users | | From: | Danny Kjærgaard | | Date: | 24 Jul 2007 |
Hi.
I would like to have an smtp server that listens on 2 ports. One on port 25
and one on 10025. The idea is that port 10025 is only used internally for
users that we virusscan. and post 25 is for everbody else. I tried this by
entering this in master.cf :
smtp inet n - - - - smtpd
-o relay_domains=domain1.dk
10025 inet n - - - - smtpd
-o relay_domains=domain2.dk
But when this i done i just gives a relay denied, nomatter what smtd i
connect to. Is there an other way (maybe better), to do this, or can i make
this setup work somehow?
Thanks.
-D Kjærgaard
|