PuTTY stores its session information in the registry, and there’s no function in PuTTY itself to import/export sessions. This makes moving to a new computer a little sticky. I did some googling and whittled down the documentation for storing configuration in a file into a few steps: On the old computer, open up a command […]
Monthly Archives: February 2007
qpsmtpd-forkserver on debian
Thursday, February 15, 2007
I had some problems getting qpsmtpd-forkserver to run on debian. The punchline: qpsmtpd-forkserver relies on an environment variable called QPSMTPD_CONFIG, which should point to the directory containing your config files. $ export QPSMTPD_CONFIG=/etc/qpsmtp $ qpsmtpd-forkserver … Problem solved. I didn’t want to run qpsmtpd for its standard usage (wrapping a mail server on the same […]