From: Covington, Chris (no email)
Date: Thu Dec 02 2004 - 16:23:41 EST
> Where can I find some docs on adding another IP address or
> smtpd listening port? I can understand running a whole
> different postfix implementation. Is there a way to simply
> spawn off the processes without creating a second config and all that?
>
> Thanx, again!
>
> -Michael
All you do is add another line to master.cf. For instance for an IP
address:
# Outgoing mail with no content filter
172.20.2.1:smtp inet n - y - - smtpd
-o content_filter=
for a port:
# Outgoing mail with no content filter
26 inet n - y - - smtpd
-o content_filter=
Then GroupWise will relay to the IP or port you specify instead.
I personally recommend you use amavisd-new instead of spamd to call SA
so that you won't need to do this. For awhile I was doing this with a
port 26 but amavisd-new has since added policy banks so I don't need to
muck around with ports / IPs.
Chris
|
|
|