Hello, can someone help me with this little problem?
I want to start the mta-server in background... but how?
i tried
./mta-server
(starts perfect) <---- normal start
i tried
screen -A -m -d -S mtaserver ./mta-server
(no connection possible [server timed out])<--- screen start
i tried
./mta-server > /dev/null 2>&1 &
(no connection possible[server timed out]) <--- /dev/null start
is there any option to start mta-server in background?