Create a quick SMTP debug server
This creates a little server running on port 1025 to test if your apps are sending emails properly or not! python -m smtpd -n -c DebuggingServer localhost:1025
This creates a little server running on port 1025 to test if your apps are sending emails properly or not! python -m smtpd -n -c DebuggingServer localhost:1025
Although the brother website has instructions for debian/ubuntu 64bit they only actually work for ubuntu (actually they might not even work with the latest ubuntu) … on debian the instructions should be more like this: Enable multi-arch for 32bit sudo dpkg –add-architecture i386 Install cups 32bit libs sudo apt-get install libcups2:i386 Download the lpr and…