initial commit of file from CVS for smeserver-autodiscover on Sat Sep 7 20:08:09 AEST 2024
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
# <!-- This allows to access the webmail service of the provider.
|
||||
# The URLs are loaded into a standard webbrowser for the user.
|
||||
# Specifying this is optional. -->
|
||||
return " <!-- no webmail available-->" if $horde{'status'} eq "disabled";
|
||||
|
||||
$OUT=<<'string_ending_delimiter';
|
||||
<webMail>
|
||||
<loginPage url="https://<?php echo $_SERVER['SERVER_NAME']; ?>/webmail" />
|
||||
<loginPageInfo url="https://<?php echo $_SERVER['SERVER_NAME']; ?>/webmail">
|
||||
<username>%EMAILLOCALPART%</username>
|
||||
<usernameField id="horde_user" name="horde_user" />
|
||||
<passwordField id="horde_pass" name="horde_pass" />
|
||||
<loginButton id="login_button" name="login_button"/>
|
||||
</loginPageInfo>
|
||||
</webMail>
|
||||
string_ending_delimiter
|
||||
}
|
Reference in New Issue
Block a user