Most sendmail rewrite sender related news are at:
OpenSSH SFTP chroot() with ChrootDirectory 11 Jun 2013 | 08:20 pm
The upcoming version of OpenSSH (4.8p1 for the GNU/Linux port) features a new configuration option : ChrootDirectory. This has been made possible by a new SFTP subsystem statically linked to sshd. Or...
sandboxed Python development environments with pythonbrew 30 May 2013 | 09:13 pm
As developers get started with a project, they prefer having total control over the development environment, as much as possible to perfectly match the deployment environment. The other strong require...
More sendmail rewrite sender related news:
Sendmail :: X-Authentication-Warning: user set sender to email using -f dev.kafol.net 5 Jan 2013 | 03:39 am
Solving the X-Authentication-Warning header in the emails you send requires quite a few steps. An example of a typical warning: Related articles: http://dev.kafol.net/2009/09/php-mail-sender-domain-...
DKIM + SPF + Sendmail for multiple domains (Ubuntu) dev.kafol.net 9 Jan 2013 | 04:38 am
First things first, DKIM is DomainKeys Identified Mail and is used in mail servers, such as Postfix or Sendmail to sign e-mails and thus authenticating the sender so that a forgery can be detected. I...