as long i know for update log at ssh or console and run:
EFA-UPdate -update
after update there are a bug and need to run:
sudo wget https://raw.githubusercontent.com/E-F-A/v3/3.0.0.4/build/EFA/EFA-Configure --no-check-certificate
sudo wget https://raw.githubusercontent.com/E-F-A/v3/3.0.0.4/build ...
Search found 4 matches
- 06 Apr 2014 23:29
- Forum: Discussion
- Topic: efa 3.0.0.4
- Replies: 2
- Views: 3324
- 06 Apr 2014 20:03
- Forum: Discussion
- Topic: EFA translation
- Replies: 10
- Views: 11091
Re: EFA translation
Its working now
Only need to change autentication
comment line "authenticate();"
and add line "session_start();"
<?php
require("./functions.php");
/*authenticate();*/
// Authentication checking
session_start();
require('login.function.php');
html_start("MTA Statistics");
echo "<center>";
echo ...
Only need to change autentication
comment line "authenticate();"
and add line "session_start();"
<?php
require("./functions.php");
/*authenticate();*/
// Authentication checking
session_start();
require('login.function.php');
html_start("MTA Statistics");
echo "<center>";
echo ...
- 06 Apr 2014 18:09
- Forum: Discussion
- Topic: EFA translation
- Replies: 10
- Views: 11091
Re: EFA translation
this de code
<?php
/*
MailWatch for MailScanner
Original Copyright (C) 2003 Steve Freegard (smf@f2s.com)
Modified for ESVA, Copyright (C) 2007 Gal Zilberman
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published ...
<?php
/*
MailWatch for MailScanner
Original Copyright (C) 2003 Steve Freegard (smf@f2s.com)
Modified for ESVA, Copyright (C) 2007 Gal Zilberman
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published ...
- 06 Apr 2014 15:23
- Forum: Discussion
- Topic: EFA translation
- Replies: 10
- Views: 11091
EFA translation
Hello
Great job!
1) There are spanish translation ? Im doing one for myself for reports than could be read by users (amateur translation an put here/etc/MailScanner/reports/es)
2) As an old ESVA user ( from 1xxx to lastone) I find there arent a report that i found so usefull, MTA Statistics ...
Great job!
1) There are spanish translation ? Im doing one for myself for reports than could be read by users (amateur translation an put here/etc/MailScanner/reports/es)
2) As an old ESVA user ( from 1xxx to lastone) I find there arent a report that i found so usefull, MTA Statistics ...