NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/autoconfig.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

autoconfig.php on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
André almost 8 years ago 9f0be1d

[Web] Fix require_once to always include document root

Full commit hash
9f0be1d8a84b3077e23ec96921b1bea5815adb0a
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
2
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
Open commit View diff
2 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
André Peters almost 9 years ago b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
3
$default_autodiscover_config = $autodiscover_config;
Open commit View diff
3 $default_autodiscover_config = $autodiscover_config;
same change b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
4
if(file_exists('inc/vars.local.inc.php')) {
Open commit View diff
4 if(file_exists('inc/vars.local.inc.php')) {
same change b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
5
  include_once 'inc/vars.local.inc.php';
Open commit View diff
5 include_once 'inc/vars.local.inc.php';
same change b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
6
}
Open commit View diff
6 }
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
7
$autodiscover_config = array_merge($default_autodiscover_config, $autodiscover_config);
Open commit View diff
7 $autodiscover_config = array_merge($default_autodiscover_config, $autodiscover_config);
André Peters almost 9 years ago b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
8
Open commit View diff
8
same change b295bed

Update autoconfig.php

Full commit hash
b295bedf5340a29862895544bf25b7e1c1cdfad7
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
9
error_reporting(0);
Open commit View diff
9 error_reporting(0);
Dennis Neufeld about 9 years ago b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
10
Open commit View diff
10
same change b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
11
if (empty($mailcow_hostname)) {
Open commit View diff
11 if (empty($mailcow_hostname)) {
same change b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
12
  exit();
Open commit View diff
12 exit();
same change b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
13
}
Open commit View diff
13 }
same change b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
14
Open commit View diff
14
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
15
$domain_dot = strpos($_SERVER['HTTP_HOST'], '.');
Open commit View diff
15 $domain_dot = strpos($_SERVER['HTTP_HOST'], '.');
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
16
$domain_port = strpos($_SERVER['HTTP_HOST'], ':');
Open commit View diff
16 $domain_port = strpos($_SERVER['HTTP_HOST'], ':');
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
17
if ($domain_port === FALSE) {
Open commit View diff
17 if ($domain_port === FALSE) {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
18
  $domain = substr($_SERVER['HTTP_HOST'], $domain_dot+1);
Open commit View diff
18 $domain = substr($_SERVER['HTTP_HOST'], $domain_dot+1);
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
19
  $port = 443;
Open commit View diff
19 $port = 443;
André Peters almost 9 years ago 1b719a8

Update autoconfig.php

Full commit hash
1b719a8668c85a59c75dc759d509673fb32c19a0
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
20
}
Open commit View diff
20 }
same change 1b719a8

Update autoconfig.php

Full commit hash
1b719a8668c85a59c75dc759d509673fb32c19a0
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
21
else {
Open commit View diff
21 else {
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
22
  $domain = substr($_SERVER['HTTP_HOST'], $domain_dot+1, $domain_port-$domain_dot-1);
Open commit View diff
22 $domain = substr($_SERVER['HTTP_HOST'], $domain_dot+1, $domain_port-$domain_dot-1);
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
23
  $port = substr($_SERVER['HTTP_HOST'], $domain_port+1);
Open commit View diff
23 $port = substr($_SERVER['HTTP_HOST'], $domain_port+1);
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
24
}
Open commit View diff
24 }
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
25
Open commit View diff
25
Dennis Neufeld about 9 years ago b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
26
header('Content-Type: application/xml');
Open commit View diff
26 header('Content-Type: application/xml');
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
27
?>
Open commit View diff
27 ?>
Dennis Neufeld about 9 years ago b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
28
<?= '<?xml version="1.0"?>'; ?>
Open commit View diff
28 <?= '<?xml version="1.0"?>'; ?>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
29
<clientConfig version="1.1">
Open commit View diff
29 <clientConfig version="1.1">
André Peters almost 9 years ago 1b719a8

Update autoconfig.php

Full commit hash
1b719a8668c85a59c75dc759d509673fb32c19a0
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
30
    <emailProvider id="<?=$mailcow_hostname; ?>">
Open commit View diff
30 <emailProvider id="<?=$mailcow_hostname; ?>">
andryyy over 9 years ago 91ba6b2

Fix autoconfig

Full commit hash
91ba6b2954bebbf80447fbe1267bdc366a48f5af
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
31
      <domain>%EMAILDOMAIN%</domain>
Open commit View diff
31 <domain>%EMAILDOMAIN%</domain>
bluewalk 7 months ago c060c20

Fixes issue #6489

Full commit hash
c060c205d3ab8c6a16504b688ec2fd8806b1f1a8
Author
bluewalk <[email protected]>
Date
7 months ago
Selected line
32
      <displayName><?=$autodiscover_config['displayName']; ?></displayName>
Open commit View diff
32 <displayName><?=$autodiscover_config['displayName']; ?></displayName>
same change c060c20

Fixes issue #6489

Full commit hash
c060c205d3ab8c6a16504b688ec2fd8806b1f1a8
Author
bluewalk <[email protected]>
Date
7 months ago
Selected line
33
      <displayShortName><?=$autodiscover_config['displayShortName']; ?></displayShortName>
Open commit View diff
33 <displayShortName><?=$autodiscover_config['displayShortName']; ?></displayShortName>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
34
Open commit View diff
34
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
35
      <incomingServer type="imap">
Open commit View diff
35 <incomingServer type="imap">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
36
         <hostname><?=$autodiscover_config['imap']['server']; ?></hostname>
Open commit View diff
36 <hostname><?=$autodiscover_config['imap']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
37
         <port><?=$autodiscover_config['imap']['port']; ?></port>
Open commit View diff
37 <port><?=$autodiscover_config['imap']['port']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
38
         <socketType>SSL</socketType>
Open commit View diff
38 <socketType>SSL</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
39
         <username>%EMAILADDRESS%</username>
Open commit View diff
39 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
40
         <authentication>password-cleartext</authentication>
Open commit View diff
40 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
41
      </incomingServer>
Open commit View diff
41 </incomingServer>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
42
      <incomingServer type="imap">
Open commit View diff
42 <incomingServer type="imap">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
43
         <hostname><?=$autodiscover_config['imap']['server']; ?></hostname>
Open commit View diff
43 <hostname><?=$autodiscover_config['imap']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
44
         <port><?=$autodiscover_config['imap']['tlsport']; ?></port>
Open commit View diff
44 <port><?=$autodiscover_config['imap']['tlsport']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
45
         <socketType>STARTTLS</socketType>
Open commit View diff
45 <socketType>STARTTLS</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
46
         <username>%EMAILADDRESS%</username>
Open commit View diff
46 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
47
         <authentication>password-cleartext</authentication>
Open commit View diff
47 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
48
      </incomingServer>
Open commit View diff
48 </incomingServer>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
49
Open commit View diff
49
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
50
<?php
Open commit View diff
50 <?php
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
51
$records = dns_get_record('_pop3s._tcp.' . $domain, DNS_SRV); // check if POP3 is announced as "not provided" via SRV record
Open commit View diff
51 $records = dns_get_record('_pop3s._tcp.' . $domain, DNS_SRV); // check if POP3 is announced as "not provided" via SRV record
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
52
if (count($records) == 0 || $records[0]['target'] != '') { ?>
Open commit View diff
52 if (count($records) == 0 || $records[0]['target'] != '') { ?>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
53
      <incomingServer type="pop3">
Open commit View diff
53 <incomingServer type="pop3">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
54
         <hostname><?=$autodiscover_config['pop3']['server']; ?></hostname>
Open commit View diff
54 <hostname><?=$autodiscover_config['pop3']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
55
         <port><?=$autodiscover_config['pop3']['port']; ?></port>
Open commit View diff
55 <port><?=$autodiscover_config['pop3']['port']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
56
         <socketType>SSL</socketType>
Open commit View diff
56 <socketType>SSL</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
57
         <username>%EMAILADDRESS%</username>
Open commit View diff
57 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
58
         <authentication>password-cleartext</authentication>
Open commit View diff
58 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
59
      </incomingServer>
Open commit View diff
59 </incomingServer>
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
60
<?php } ?>
Open commit View diff
60 <?php } ?>
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
61
<?php
Open commit View diff
61 <?php
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
62
$records = dns_get_record('_pop3._tcp.' . $domain, DNS_SRV); // check if POP3 is announced as "not provided" via SRV record
Open commit View diff
62 $records = dns_get_record('_pop3._tcp.' . $domain, DNS_SRV); // check if POP3 is announced as "not provided" via SRV record
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
63
if (count($records) == 0 || $records[0]['target'] != '') { ?>
Open commit View diff
63 if (count($records) == 0 || $records[0]['target'] != '') { ?>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
64
      <incomingServer type="pop3">
Open commit View diff
64 <incomingServer type="pop3">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
65
         <hostname><?=$autodiscover_config['pop3']['server']; ?></hostname>
Open commit View diff
65 <hostname><?=$autodiscover_config['pop3']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
66
         <port><?=$autodiscover_config['pop3']['tlsport']; ?></port>
Open commit View diff
66 <port><?=$autodiscover_config['pop3']['tlsport']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
67
         <socketType>STARTTLS</socketType>
Open commit View diff
67 <socketType>STARTTLS</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
68
         <username>%EMAILADDRESS%</username>
Open commit View diff
68 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
69
         <authentication>password-cleartext</authentication>
Open commit View diff
69 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
70
      </incomingServer>
Open commit View diff
70 </incomingServer>
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
71
<?php } ?>
Open commit View diff
71 <?php } ?>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
72
Open commit View diff
72
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
73
      <outgoingServer type="smtp">
Open commit View diff
73 <outgoingServer type="smtp">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
74
         <hostname><?=$autodiscover_config['smtp']['server']; ?></hostname>
Open commit View diff
74 <hostname><?=$autodiscover_config['smtp']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
75
         <port><?=$autodiscover_config['smtp']['port']; ?></port>
Open commit View diff
75 <port><?=$autodiscover_config['smtp']['port']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
76
         <socketType>SSL</socketType>
Open commit View diff
76 <socketType>SSL</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
77
         <username>%EMAILADDRESS%</username>
Open commit View diff
77 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
78
         <authentication>password-cleartext</authentication>
Open commit View diff
78 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
79
      </outgoingServer>
Open commit View diff
79 </outgoingServer>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
80
      <outgoingServer type="smtp">
Open commit View diff
80 <outgoingServer type="smtp">
andryyy almost 9 years ago c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
81
         <hostname><?=$autodiscover_config['smtp']['server']; ?></hostname>
Open commit View diff
81 <hostname><?=$autodiscover_config['smtp']['server']; ?></hostname>
same change c6f81fe

[Web] Fix autodiscover merge on user.php

Full commit hash
c6f81fe67bfee66a0b3dca5119cda8cb0b7b11f9
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
82
         <port><?=$autodiscover_config['smtp']['tlsport']; ?></port>
Open commit View diff
82 <port><?=$autodiscover_config['smtp']['tlsport']; ?></port>
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
83
         <socketType>STARTTLS</socketType>
Open commit View diff
83 <socketType>STARTTLS</socketType>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
84
         <username>%EMAILADDRESS%</username>
Open commit View diff
84 <username>%EMAILADDRESS%</username>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
85
         <authentication>password-cleartext</authentication>
Open commit View diff
85 <authentication>password-cleartext</authentication>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
86
      </outgoingServer>
Open commit View diff
86 </outgoingServer>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
87
Open commit View diff
87
Habetdin over 1 year ago 0d3e8dd

Update legacy admin dashboard links

Full commit hash
0d3e8dd73896dfe87a4a652f56a37a74df28bdc6
Author
Habetdin <[email protected]>
Date
over 1 year ago
Selected line
88
      <enable visiturl="https://<?=$mailcow_hostname; ?><?php if ($port != 443) echo ':'.$port; ?>/admin">
Open commit View diff
88 <enable visiturl="https://<?=$mailcow_hostname; ?><?php if ($port != 443) echo ':'.$port; ?>/admin">
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
89
         <instruction>If you didn't change the password given to you by the administrator or if you didn't change it in a long time, please consider doing that now.</instruction>
Open commit View diff
89 <instruction>If you didn't change the password given to you by the administrator or if you didn't change it in a long time, please consider doing that now.</instruction>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
90
         <instruction lang="de">Sollten Sie das Ihnen durch den Administrator vergebene Passwort noch nicht geändert haben, empfehlen wir dies nun zu tun. Auch ein altes Passwort sollte aus Sicherheitsgründen geändert werden.</instruction>
Open commit View diff
90 <instruction lang="de">Sollten Sie das Ihnen durch den Administrator vergebene Passwort noch nicht geändert haben, empfehlen wir dies nun zu tun. Auch ein altes Passwort sollte aus Sicherheitsgründen geändert werden.</instruction>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
91
      </enable>
Open commit View diff
91 </enable>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
92
Open commit View diff
92
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
93
    </emailProvider>
Open commit View diff
93 </emailProvider>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
94
Open commit View diff
94
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
95
    <webMail>
Open commit View diff
95 <webMail>
André Peters almost 9 years ago 1b719a8

Update autoconfig.php

Full commit hash
1b719a8668c85a59c75dc759d509673fb32c19a0
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
96
      <loginPage url="https://<?=$mailcow_hostname; ?><?php if ($port != 443) echo ':'.$port; ?>/SOGo/" />
Open commit View diff
96 <loginPage url="https://<?=$mailcow_hostname; ?><?php if ($port != 443) echo ':'.$port; ?>/SOGo/" />
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
97
    </webMail>
Open commit View diff
97 </webMail>
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
98
</clientConfig>
Open commit View diff
98 </clientConfig>