-
wardenHi to all. Forgive my stupid question, but It's unclear to me how to start the DMA service in OmniOS. I'd wish to configure it to serve as MTA for my NGZs, listening on TCP 25 only on a dedicated vnic. I didn't find it in the output of the command "svcs -a"
-
m1arifrom a very quick look you might need to install something suitable first
-
m1ariI see sendmail in the repo
-
m1arior postfix in extras
-
m1aripkg list -a '*/smtp/*'
-
wardenthanks, so the package smtp/dma does not integrate in SMF?
-
wardenSorry, I just read this in dma(8): "dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1). Consequently, dma does not listen on port 25 for incoming connections."
-
m1ari~I didn't look at what dma does, just tried a few searches to see what I could find, and saw postfix and sendmail aren't listed as installed
-
wardenYes, if I want a MTA which keeps listening on a vnic, DMA is not the right tool for that. Thanks!