WITHOUT_X11=yes
Why would a mail server require X11? That would be very uncommon so I wonder what makes you believe it's not possible?Wrexxman said:Is it possible to run a mail server without having to install Xorg/X11? Google searches lead me to think that it is not possible, but I would rather hear it from people in the know.
I think you're mixing up your priorities a bit here, especially if you wish to utilize FreeBSD in all this. Start by learning how the system roughly works, then focus your attention on something specific.Wrexxman said:I was reading up on Sendmail, but I am more interested in using the system as a mail server (send/receive mail under a domain that I would own).
root@smtp2:/usr/ports/mail/postfix # make all-depends-list
/usr/ports/lang/perl5.14
/usr/ports/databases/tinycdb
/usr/ports/devel/pcre
/usr/ports/security/cyrus-sasl2
/usr/ports/databases/db41
/usr/ports/devel/gmake
/usr/ports/devel/libtool
/usr/ports/devel/gettext
/usr/ports/converters/libiconv
And this is what led up to my comment above. Be careful here, while it is indeed possible to specify specific build options system-wide using /etc/make.conf some care is required. Because if you start setting too many, and too specific options in there it could disrupt the build process of other ports.Wrexxman said:Thanks for the WITHOUT_X11 tip, did not know that it could be set up as a default.
Wrexxman said:Howdy,
Is it possible to run a mail server without having to install Xorg/X11? Google searches lead me to think that it is not possible, but I would rather hear it from people in the know.