Annotation For README
Logged in as anonymous

Origin for each line in README from check-in e66352b9cc:

da7fc7983d 2024-05-23    1: First of all make sure to never listen on public IPs and always put sockets in
da7fc7983d 2024-05-23    2: directories not acessible by just about everyone on your system. Though
da7fc7983d 2024-05-23    3: listening on 127.0.0.1:XXXX is equivalent to creating a world-writable socket.
da7fc7983d 2024-05-23    4: 
da7fc7983d 2024-05-23    5: To catch bounces (so they wouldn't stuck in upper mail server) make sure sender
9a76ed5387 2024-11-28    6: envelope address is real as required by mail library (actually not sure whether
9a76ed5387 2024-11-28    7: this applies to mailin). For example Postfix has to be tweaked like this:
da7fc7983d 2024-05-23    8: 
da7fc7983d 2024-05-23    9: $config_directory/main.cf:
da7fc7983d 2024-05-23   10: 	smtp_generic_maps = hash:$config_directory/generic
da7fc7983d 2024-05-23   11: 
da7fc7983d 2024-05-23   12: $config_directory/generic:
da7fc7983d 2024-05-23   13: 	""	postmaster@example.com
da7fc7983d 2024-05-23   14: 	<>	postmaster@example.com
da7fc7983d 2024-05-23   15: 
da7fc7983d 2024-05-23   16: Actually not sure which one works...
e66352b9cc 2025-01-21   17: 
e66352b9cc 2025-01-21   18: PS: If you are reading this on GitHub - it's a RO mirror from original repo:
e66352b9cc 2025-01-21   19: 
e66352b9cc 2025-01-21   20: http://fs.b1t.name/smtp2tg/timeline