Final solution (that works):

smtpd.conf:
  listen on all
  table aliases db:/etc/mail/aliases.db
  table vmap db:/etc/mail/vmap.db
table localnets { 192.168.10.0/24, 192.168.100.0/24, 192.168.157.0/24, 192.168.158.0/24, 192.168.101.0/24 } accept from local for any relay via smtp://smtp-relay.gmail.com hostname remote.avant.ca accept from source 192.168.100.63 for domain 192.168.100.63 virtual <vmap> deliver to lmtp localhost:25 accept from source 192.168.100.63 for any relay via smtp://smtp-relay.gmail.com as [email protected] hostname remote.avant.ca accept from source <localnets> for any relay via smtp://smtp-relay.gmail.com hostname remote.avant.ca

vmap:
  [email protected]:      [email protected]
  [email protected]:   [email protected]

I suspect I no longer need the second line in <vmap>, but it works so I don't care. And now I know that the stupid ILOM is spamming me with ridiculous things that I didn't actually care about in the first place :-(.

-Adam


--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to