Skip to content

Instantly share code, notes, and snippets.

Use Nginx as SMTP proxy

Backgournd

SMTP proxy would help us lots in MTA management. we can use it to

  • Doing authentication
  • Load balancing
  • Failover
  • MTA routing
  • Implement traffic control
@strangemk2
strangemk2 / rpi_zero_lakka.md
Last active August 27, 2019 13:27
Manual compile scanmem for Lakka

Headless setup lakka on Raspberry pi zero w

The difficult part is rpi zero w don't have lan or usb-a port. It's impossible to setup bluetooth game pad without ssh and vice versa.

  • Flash memory card follow this document
  • ssh setup
mount /dev/sda1 tmp
vim tmp/cmdline.txt
# boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet vt.global_cursor_default=0 loglevel=2