diff --git a/index.php b/index.php index 305c992..56c35be 100644 --- a/index.php +++ b/index.php @@ -1,195 +1,199 @@ . require 'load.php'; // show an email $real_email = null; if( isset( $_GET[ 'email' ] ) && filter_var( $_GET[ 'email' ], FILTER_VALIDATE_EMAIL ) ) { $email = $_GET[ 'email' ]; $real_email = $email; } else { $email = __( "your.name@example.com" ); } header( 'Content-Type: text/html; charset=' . CHARSET ); ?> - + - <?php _e("E-mail server parameters") ?> — <?php echo SITE_NAME ?> + <?= __("E-mail server parameters") ?> — <?= SITE_NAME ?> -

-

+

+

-

-

+

+

Roundcube', http_build_get_query( 'https://roundcube.reyboz.it/', [ '_user' => $real_email, ] ) ) ) ?>

-

-

+

+

-

IMAP ()

-

+

IMAP ()

+

- + - + - - + + - - + + - +
mail.reyboz.it
993
() ()
-

POP

-

+

POP

+

- + - + - - + + - - + + - +
mail.reyboz.it
995
() ()
-

SMTP

-

+

SMTP

+

- + - - + + - + - - +
mail.reyboz.it
465
() + ()
Authentication
-

DNS

-

+

DNS

+

MX record pointing to %s."), "mail.reyboz.it" ) ?>

SPF record with \"%s\" in order to avoid spammers to use your domain as sender."), "v=spf1 mx -all" ) ?>

+

_dmarc\" TXT record with \"%s\" in order to avoid spammers to use your domain as sender."), + "v=DMARC1; p=reject" + ) ?>

%s', $title, $what ); }