Package: sogo
Version: 2.0.5a-1~bpo70+1
Severity: normal
Dear Maintainer,
I found my sogo instance was sometimes hanging. Further investigation led me to
this bug report in the upstream package.
http://www.sogo.nu/bugs/view.php?id=1865
This change exists in the source code under Scripts/logrotate.
The change is not reflected in /etc/logrotate.d/sogo though which probably
should be just a copy of the logrotate file from upstream.
-- System Information:
Debian Release: 7.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14.5-x86_64-linode42 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sogo depends on:
ii adduser 3.113+nmu3
ii gnustep-base-runtime 1.22.1-4
ii libc6 2.13-38+deb7u3
ii libcurl3-gnutls 7.26.0-1+wheezy9
ii libgcc1 1:4.7.2-5
ii libglib2.0-0 2.33.12+really2.32.4-5
ii libgnustep-base1.22 1.22.1-4
ii libgnutls26 2.12.20-8+deb7u2
ii liblasso3 2.3.6-2
ii libmemcached10 1.0.8-1
ii libobjc4 4.7.2-5
ii libsbjson2.3 2.3.2-2
ii libsope1 2.0.5-1~bpo70+1
ii libssl1.0.0 1.0.1e-2+deb7u11
ii libxml2 2.8.0+dfsg1-7+wheezy1
ii libxmlsec1 1.2.18-2
ii libxmlsec1-openssl 1.2.18-2
ii libxslt1.1 1.1.26-14.1
ii sogo-common 2.0.5a-1~bpo70+1
ii tmpreaper 1.6.13+nmu1
ii zip 3.0-6
sogo recommends no packages.
Versions of packages sogo suggests:
ii postgresql 9.1+134wheezy4
-- Configuration Files:
/etc/default/sogo changed:
PREFORK=2
/etc/logrotate.d/sogo changed:
/var/log/sogo/*.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
copytruncate
}
/etc/sogo/sogo.conf changed:
{
SOGoProfileURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";;
OCSFolderInfoURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";;
OCSSessionsFolderURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";;
OCSEMailAlarmsFolderURL =
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder";;
SOGoLanguage = English;
SOGoAppointmentSendEMailNotifications = YES;
SOGoFoldersSendEmailNotifications = YES;
SOGoACLsSendEmailNotifications = YES;
SOGoMailingMechanism = sendmail;
WOSendMail = /usr/sbin/sendmail;
SOGoTimeZone = America/New_York;
SOGoMailDomain = "kotz.us";
SOGoLanguage = English;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoDraftsFolderName = Drafts;
SOGoIMAPServer = "imaps://localhost:993/";;
SOGoSieveServer = "sieve://localhost:4190/?tls=YES";;
SOGoIMAPAclConformsToIMAPExt = YES;
SOGoVacationEnabled = NO;
SOGoForwardEnabled = NO;
SOGoSieveScriptsEnabled = NO;
SOGoFirstDayOfWeek = 0;
SOGoMailMessageCheck = every_2_minutes;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
domains = {
kotz.us = {
SOGoMailDomain = kotz.us;
SOGoUserSources = (
{
type = ldap;
id = kotz.us;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
bindFields = (uid, cn);
IMAPLoginFieldName = uid;
IMAPHostFieldName = gosaMailServer;
baseDN = "ou=People,dc=kotz,dc=us";
filter = "(objectClass=gosaMailAccount)(gosaMailServer=kotz.us)";
bindAsCurrentUser = YES;
hostname = localhost;
port = 389;
canAuthenticate = YES;
isAddressBook = YES;
displayName = "Kotz.us Users";
userPasswordAlgorithm = ssha;
}
);
};
};
SOGoPasswordChangeEnabled = YES;
WOWatchDogRequestTimeout = 3;
SxVMemLimit = 256;
NGImap4ConnectionStringSeparator = "/";
NGImap4DisableIMAP4Pooling = NO;
SoDebugKeyLookup = NO;
SoDebugBaseURL = NO;
SOGoMemcachedHost = 127.0.0.1;
SOGoiPhoneForceAllDayTransparency = YES;
SOGoEnablePublicAccess = YES;
}
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]