Robert Dahlem: > Hi, > > I have this in main.cf: > inet_interfaces = 127.0.0.1, 192.168.x.x, 80.y.y.y
Why not: "inet_interfaces = all"? Wietse > The latter addresses are virtual IPs which are loaded by pacemaker > before Postfix gets started. > > Sometimes I need to generate mail locally during the boot phase by using > sendmail. The virtual IP addresses are not loaded yet and Postfix is not > started yet. That is not a problem, jut queue it and deliver it later. > > But I receive an error message when doing this: > send-mail: fatal: > parameter inet_interfaces: no local interface found for 80.y.y.y > > Can I do something about this? I am thinking of adding > -o inet_interfaces=127.0.0.1 > to the pickup service. > > Kind regards, > Robert > >