--- ./cf/cf/submit.cf.orig	2021-11-24 14:30:06 +0000
+++ ./cf/cf/submit.cf	2021-11-24 14:34:34 +0000
@@ -265,7 +265,7 @@
 #O FastSplit=1
 
 # queue directory
-O QueueDirectory=/var/spool/clientmqueue
+O QueueDirectory=/opt/freeware/var/spool/clientmqueue
 
 # key for shared memory; 0 to turn off, -1 to auto-select
 #O SharedMemoryKey=0
@@ -322,7 +322,7 @@
 O SuperSafe=True
 
 # status file
-O StatusFile=/var/spool/clientmqueue/sm-client.st
+O StatusFile=/opt/freeware/var/spool/clientmqueue/sm-client.st
 
 # time zone handling:
 #  if undefined, use system default
@@ -473,7 +473,7 @@
 #O MaxAliasRecursion=10
 
 # location of pid file
-O PidFile=/var/spool/clientmqueue/sm-client.pid
+O PidFile=/opt/freeware/var/spool/clientmqueue/sm-client.pid
 
 # Prefix string for the process title shown on 'ps' listings
 #O ProcessTitlePrefix=prefix
--- ./cf/feature/msp.m4.orig	2021-11-25 00:02:48 +0000
+++ ./cf/feature/msp.m4	2021-11-25 00:03:15 +0000
@@ -30,7 +30,7 @@
 dnl notice: do not test for QUEUE_DIR, it is set in some ostype/*.m4 files
 ifdef(`MSP_QUEUE_DIR',
 `define(`QUEUE_DIR', `MSP_QUEUE_DIR')',
-`define(`QUEUE_DIR', `/var/spool/clientmqueue')')
+`define(`QUEUE_DIR', `/opt/freeware/var/spool/clientmqueue')')
 define(`_MTA_HOST_', ifelse(defn(`_ARG_'), `', `[localhost]', `_ARG_'))
 define(`_MSP_FQHN_',`dnl used to qualify addresses
 ifdef(`MASQUERADE_NAME', ifdef(`_MASQUERADE_ENVELOPE_', `$M', `$j'), `$j')')
--- ./sendmail/Makefile.m4.orig	2021-11-25 03:06:32 +0000
+++ ./sendmail/Makefile.m4	2021-11-25 03:08:30 +0000
@@ -48,7 +48,7 @@
 	@echo "${DESTDIR}/etc/mail/submit.cf will be installed now."
 	cd ${SRCDIR}/cf/cf && make install-submit-cf
 
-MSPQ=ifdef(`confMSP_QUEUE_DIR', `confMSP_QUEUE_DIR', `/var/spool/clientmqueue')
+MSPQ=ifdef(`confMSP_QUEUE_DIR', `confMSP_QUEUE_DIR', `/opt/freeware/var/spool/clientmqueue')
 
 ${DESTDIR}${MSPQ}:
 	@echo "Please read INSTALL if anything fails while installing the binary."
