All public logs

Jump to navigation Jump to search

Combined display of all available logs of Frotmail Projects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:14, 5 April 2022 Eric talk contribs created page Backup MX (Created page with "= PostFix = == PostFix als Backup MX == Dit heb ik gedaan om te zorgen dat mijn mailserver als backup/failback mailserver kan fungeren. Maak een tabel in je postfix database: CREATE TABLE domainsbackup ( id int(9) unsigned NOT NULL auto_increment, domain varchar(255) NOT NULL default '', active tinyint(1) unsigned default '1', PRIMARY KEY (id), KEY id (id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; In deze tabel kan je het domein aangeven wat gea...")