On 03/15/2010 08:44 PM, Wilberth Pérez wrote: > someone knows how to run postfix on another port in solaris ?
If by "port" you mean "the port smtpd listens on" (there are some more ports and sockets that postfix uses for different tasks), then take a look at your master.cf file, and change: smtp inet n - n - - smtpd into: 10025 inet n - n - - smtpd to have your smtpd process listen on tcp/10025 instead of tcp/25. Also see http://www.postfix.org/master.5.html for more details. -- Erik