
Access to Dovecot and Postfix with SimpleMail:

sshd_config
Code: Select all
AllowUsers amigaone
anyof = orxeno74 wrote: Thu Jul 23, 2020 12:48 pm Postfix with Dovecot including Sieve Pigeonhole via lda protocol:

Code: Select all
 if anyof (
   header :contains "Subject" "SPAM",
   header :contains "Subject" "VIRUS"
)
{
   discard;
   stop;
}Code: Select all
 if allof (
   header :contains "Subject" "Application",
   header :contains "Subject" "IT"
)
{
redirect "[email protected]";
}The ssh-agent is a program you may use together with OpenSSH or similar ssh programs. The ssh-agent provides a secure way of storing the passphrase of the private key. With an active ssh-agent, you don’t need a password for the private key if you connect to an other AmigaOne with the public key authentication.
Passive mode: The FTP client opens the connection to the FTP server via the server port 21. The server tells the client the server port (1024 - 5000).xeno74 wrote: Wed Feb 12, 2020 4:04 pm openSUSE Tumbleweed PPC64 with iptables and Pure-FTPd in the NAT mode:
