On Sun, 2011-10-02 at 12:34:41 -0700, Cameron Smith wrote: > On Oct 2, 2011, at 11:59 AM, Sahil Tandon wrote: > > > On Sun, 2011-10-02 at 10:29:20 -0700, Cameron Smith wrote: > > > >> telnet 74.63.3.132 smtp > >> Trying 74.63.3.132... > >> Connected to alwaysbuywholesale.com. > >> Escape character is '^]'. > >> 220 vps.velvetpixel.net ESMTP Postfix <--This is not a match :( > >> > >> How do I change the SMTP banner for just the vhost dedicated IP > >> 74.63.3.132 to 220 www.alwaysbuywholesale.com ESMTP Postfix and > >> still keep the correct banner of 220 vps.velvetpixel.net ESMTP Postfix > >> for 74.63.2.190? > > > > Set an alternative smtpd_banner for the smtpd(8) listener on > > 74.63.3.132. > > How do I do that?
In master.cf, where you (presumably) setup the smtpd(8) instance that listens on 74.63.3.132. See: http://www.postfix.org/postconf.5.html#smtpd_banner http://www.postfix.org/master.5.html -- Sahil Tandon