<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Error 500, Upgrading from OpenSource to Pro]]></title>
		<link>https://forum.iredmail.org/topic1289-error-500-upgrading-from-opensource-to-pro.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic1289.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error 500, Upgrading from OpenSource to Pro.]]></description>
		<lastBuildDate>Tue, 12 Oct 2010 09:08:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5854.html#p5854</link>
			<description><![CDATA[<p>Can you please post these two attributes with same OID?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Oct 2010 09:08:35 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5854.html#p5854</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5849.html#p5849</link>
			<description><![CDATA[<p>and than ?<br />change one number ?</p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Tue, 12 Oct 2010 07:10:23 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5849.html#p5849</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5841.html#p5841</link>
			<description><![CDATA[<p>Did you change any ldap scheme file?</p><div class="quotebox"><blockquote><p>/etc/ldap/schema/amavis.schema: line 40 attributetype: Duplicate attributeType: &quot;1.3.6.1.4.1.15312.2.2.1.1&quot;</p></blockquote></div><p>That means you have two attribute with same OID: 1.3.6.1.4.1.15312.2.2.1.1.</p><p>Try to search in all &quot;included&quot; scheme file and found another one.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Oct 2010 01:56:27 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5841.html#p5841</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5838.html#p5838</link>
			<description><![CDATA[<p>ok,</p><p>the failure is back,<br />i restartet the server and slapd cant start.</p><p>test slapd with slaptest he shows</p><p>rootsrv:~# slaptest<br />/etc/ldap/schema/amavis.schema: line 40 attributetype: Duplicate attributeType: &quot;1.3.6.1.4.1.15312.2.2.1.1&quot;<br />slaptest: bad configuration file!</p><p>if i delete the line &quot;include&nbsp; &nbsp; &nbsp;/etc/ldap/schema/amavis.schema&quot; in etc/ldap/slapd.conf </p><p>slapd starts.<br />if i add the line again, slapd wont start.</p><p>any idea whats wrong with the amavis.schema ?</p><p>heres the schema:</p><div class="codebox"><pre><code>#--------------------------------------------------------------------------
# LDAP Schema for amavisd-new                          Jacques Supcik, PhD
#-----------------------------                   IP-Plus Internet Services
# Release 1.2.2                          Swisscom Enterprise Solutions Ltd
# 30 May 2004                                      3050 Bern - Switzerland
#--------------------------------------------------------------------------
# Copyright (c) 2004 Jacques Supcik, Swisscom Enterprise Solutions Ltd.
# Permission is granted to copy, distribute and/or modify this document
# under the terms of the GNU Free Documentation License, Version 1.2
# or any later version published by the Free Software Foundation;
# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
# A copy of the license is included in the section entitled &quot;GNU
# Free Documentation License&quot;.
#--------------------------------------------------------------------------
# Changes made to LDAP Schema to make it import and play nicely with
# Novell NDS - Michael Tracey, SONOPRESS USA, LLC April 07 2005
# ( uncomment each dn:, changetype:, add:, add X-NDS-NAME attribute, replace
#   &quot;attributetype&quot; by &quot;attributetypes:&quot; and &quot;objectclasse&quot; by &quot;objectclasses:&quot;
#   (plural,colon), and unwrap each attributetypes: and objectclasses: )
#--------------------------------------------------------------------------
# 1.3.6.1.4.1.15312        Jozef Stefan Institute&#039;s OID
# 1.3.6.1.4.1.15312.2      amavisd-new
# 1.3.6.1.4.1.15312.2.2    amavisd-new LDAP Elements
# 1.3.6.1.4.1.15312.2.2.1  AttributeTypes
# 1.3.6.1.4.1.15312.2.2.2  ObjectClasses
# 1.3.6.1.4.1.15312.2.2.3  Syntax Definitions
#--------------------------------------------------------------------------

# Attribute Types
#-----------------

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.1
  NAME &#039;amavisVirusLover&#039;
  DESC &#039;Virus Lover&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.2
  NAME &#039;amavisBannedFilesLover&#039;
  DESC &#039;Banned Files Lover&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.3
  NAME &#039;amavisBypassVirusChecks&#039;
  DESC &#039;Bypass Virus Check&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.4
  NAME &#039;amavisBypassSpamChecks&#039;
  DESC &#039;Bypass Spam Check&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.5
  NAME &#039;amavisSpamTagLevel&#039;
  DESC &#039;Spam Tag Level&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.6
  NAME &#039;amavisSpamTag2Level&#039;
  DESC &#039;Spam Tag2 Level&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.7
  NAME &#039;amavisSpamKillLevel&#039;
  DESC &#039;Spam Kill Level&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.8
  NAME &#039;amavisSpamModifiesSubj&#039;
  DESC &#039;Modifies Subject on spam&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.9
  NAME &#039;amavisWhitelistSender&#039;
  DESC &#039;White List Sender&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.10
  NAME &#039;amavisBlacklistSender&#039;
  DESC &#039;Black List Sender&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.11
  NAME &#039;amavisSpamQuarantineTo&#039;
  DESC &#039;Spam Quarantine to&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.12
  NAME &#039;amavisSpamLover&#039;
  DESC &#039;Spam Lover&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.13
  NAME &#039;amavisBadHeaderLover&#039;
  DESC &#039;Bad Header Lover&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.14
  NAME &#039;amavisBypassBannedChecks&#039;
  DESC &#039;Bypass Banned Files Check&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.15
  NAME &#039;amavisBypassHeaderChecks&#039;
  DESC &#039;Bypass Header Check&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.16
  NAME &#039;amavisVirusQuarantineTo&#039;
  DESC &#039;Virus quarantine location&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.17
  NAME &#039;amavisBannedQuarantineTo&#039;
  DESC &#039;Banned Files quarantine location&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.18
  NAME &#039;amavisBadHeaderQuarantineTo&#039;
  DESC &#039;Bad Header quarantine location&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.19
  NAME &#039;amavisLocal&#039;
  DESC &#039;Is user considered local&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.20
  NAME &#039;amavisMessageSizeLimit&#039;
  DESC &#039;Message size limit&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.21
  NAME &#039;amavisWarnVirusRecip&#039;
  DESC &#039;Notify virus recipients&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.22
  NAME &#039;amavisWarnBannedRecip&#039;
  DESC &#039;Notify banned file recipients&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.23
  NAME &#039;amavisWarnBadHeaderRecip&#039;
  DESC &#039;Notify bad header recipients&#039;
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.24
  NAME &#039;amavisVirusAdmin&#039;
  DESC &#039;Virus admin&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.25
  NAME &#039;amavisNewVirusAdmin&#039;
  DESC &#039;New virus admin&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.26
  NAME &#039;amavisSpamAdmin&#039;
  DESC &#039;Spam admin&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.27
  NAME &#039;amavisBannedAdmin&#039;
  DESC &#039;Banned file admin&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.28
  NAME &#039;amavisBadHeaderAdmin&#039;
  DESC &#039;Bad header admin&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.29
  NAME &#039;amavisBannedRuleNames&#039;
  DESC &#039;Banned rule names&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.30
  NAME &#039;amavisSpamDsnCutoffLevel&#039;
  DESC &#039;Spam DSN Cutoff Level&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.31
  NAME &#039;amavisSpamQuarantineCutoffLevel&#039;
  DESC &#039;Spam Quarantine Cutoff Level&#039;
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.32
  NAME &#039;amavisSpamSubjectTag&#039;
  DESC &#039;Spam Subject Tag&#039;
  EQUALITY caseExactIA5Match
  SUBSTR caseExactSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )

#dn: cn=schema
#changetype: modify
#add: attributetypes
attributetype ( 1.3.6.1.4.1.15312.2.2.1.33
  NAME &#039;amavisSpamSubjectTag2&#039;
  DESC &#039;Spam Subject Tag2&#039;
  EQUALITY caseExactIA5Match
  SUBSTR caseExactSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  SINGLE-VALUE )


# Classes
#---------

# amavisAccount
# This class is an auxiliary class, this mean that the class will be added
# to a structural class. Usually, the structural class is the class that
# represent the mail account itself (e.g. an inetOrgPerson)

#dn: cn=schema
#changetype: modify
#add: objectclasses
objectclass ( 1.3.6.1.4.1.15312.2.2.2.1
  NAME &#039;amavisAccount&#039; AUXILIARY
  DESC &#039;Amavisd Account&#039;
  SUP top
  MAY ( amavisVirusLover $ amavisBypassVirusChecks $
        amavisSpamLover $ amavisBypassSpamChecks $
        amavisBannedFilesLover $ amavisBypassBannedChecks $
        amavisBadHeaderLover $ amavisBypassHeaderChecks $
        amavisSpamTagLevel $ amavisSpamTag2Level $ amavisSpamKillLevel $
        amavisWhitelistSender $ amavisBlacklistSender $
        amavisSpamQuarantineTo $ amavisVirusQuarantineTo $
        amavisBannedQuarantineTo $ amavisBadHeaderQuarantineTo $
        amavisSpamModifiesSubj $ amavisLocal $ amavisMessageSizeLimit $
        amavisWarnVirusRecip $ amavisWarnBannedRecip $
        amavisWarnBadHeaderRecip $ amavisVirusAdmin $ amavisNewVirusAdmin $
        amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $
        amavisBannedRuleNames $
        amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $
        amavisSpamSubjectTag $ amavisSpamSubjectTag2 $
        cn $ description ) )</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Mon, 11 Oct 2010 17:17:07 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5838.html#p5838</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5761.html#p5761</link>
			<description><![CDATA[<p>Update:</p><p>i changed the settings.ini.<br />(used the settings.ini.ldap.sample)<br />But there are new lines and missing lines compare to the old settings.ini from open ired admin.</p><p>Now the site loads.<br />But i cant login with my postmaster@domain.com</p><p>error: Error: Server is down, Please contact webmaster to solve it.</p><br /><p>Mail error log:<br /></p><div class="codebox"><pre><code>Oct  7 16:50:10 rootsrv postfix/proxymap[3006]: warning: dict_ldap_connect: Unable to bind to server ldap://127.0.0.1:389 as cn=vmail,dc=frankstar,dc=at: -1 (Can&#039;t contact LDAP server)
Oct  7 16:50:10 rootsrv postfix/proxymap[3006]: warning: dict_ldap_connect: Unable to bind to server ldap://127.0.0.1:389 as cn=vmail,dc=frankstar,dc=at: -1 (Can&#039;t contact LDAP server)
Oct  7 16:50:10 rootsrv postfix/proxymap[3006]: warning: dict_ldap_connect: Unable to bind to server ldap://127.0.0.1:389 as cn=vmail,dc=frankstar,dc=at: -1 (Can&#039;t contact LDAP server)
Oct  7 16:50:10 rootsrv postfix/trivial-rewrite[3231]: fatal: proxy:ldap:/etc/postfix/ldap_virtual_alias_maps.cf(0,lock|fold_fix): table lookup problem
Oct  7 16:50:11 rootsrv postfix/qmgr[3004]: warning: problem talking to service rewrite: Success
Oct  7 16:50:11 rootsrv postfix/master[2997]: warning: process /usr/lib/postfix/trivial-rewrite pid 3231 exit status 1
Oct  7 16:50:11 rootsrv postfix/master[2997]: warning: /usr/lib/postfix/trivial-rewrite: bad command startup -- throttling</code></pre></div><p>dovecotlog:<br /></p><div class="codebox"><pre><code>dovecot: Oct 07 16:48:20 Info: dovecot v1.1.16 starting up (core dumps disabled)
dovecot: Oct 07 16:48:20 Error: auth(default): LDAP: Can&#039;t connect to server: 127.0.0.1:389
dovecot: Oct 07 16:48:20 Error: auth(default): LDAP: Can&#039;t connect to server: 127.0.0.1:389</code></pre></div><p>so theres a problem with ldap, but in settings.ini are the same options as i used for opensource version.</p><p>ldap log<br /></p><div class="codebox"><pre><code>Oct  7 16:47:56 rootsrv slapd[2477]: @(#) $OpenLDAP: slapd 2.4.11 (Jul 23 2010 21:37:26) $#012#011@barber:/build/buildd-openldap_2.4.11-1+lenny2-amd64-WJ2jlD/openldap-2.4.11/debian/build/servers/slapd
Oct  7 16:47:56 rootsrv slapd[2477]: slapd stopped.
Oct  7 16:47:56 rootsrv slapd[2477]: connections_destroy: nothing to destroy.</code></pre></div><p>hm, i have only added the <br />include&nbsp; &nbsp; &nbsp;/etc/ldap/schema/amavis.schema<br />in the&nbsp; slapd.conf ...</p><p>so thats the Problem !</p><p>i delete the line &quot;include&nbsp; &nbsp; &nbsp;/etc/ldap/schema/amavis.schema&quot;<br />and slapd start the ldap.<br />IT WORKS ... but without amavis.schema ...</p><p>**edit**</p><p>strange, now i included the amavis.schema again, and restart slapd, now i works ....<br /><img src="https://forum.iredmail.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>call it a feature , not a bug <img src="https://forum.iredmail.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Thu, 07 Oct 2010 14:50:09 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5761.html#p5761</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5760.html#p5760</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Can you try to copy settings.ini from iRedAdmin-Pro-1.3.0/settings.ini.ldap.sample?</p></blockquote></div><p>u mean, rename settings.ini.ldap.sample to settings.ini, and edit it to my settings, right ?</p><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>About &quot;can&#039;t login to Roundcube without domain&quot; issue:<br />- There&#039;s setting in Roundcube config file &quot;main.inc.php&quot;, for example:<br /></p><div class="codebox"><pre><code>$rcmail_config[&#039;username_domain&#039;] = &quot;demo.iredmail.org&quot;;</code></pre></div><p>If you didn&#039;t type domain name in login page, roundcube will append &quot;demo.iredmail.org&quot; to login username.</p><br /><p>- If it still doesn&#039;t work, try to set &quot;mail_debug = yes&quot; in dovecot.conf, and monitor its log files for more detail. (/var/log/dovecot.log)</p></blockquote></div><p>you understand me wrong, i type in &quot;user@example.com&quot;, or www@frankstar.at, or user2@xy.de.<br />looks like he cant connect du ldap ?</p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Thu, 07 Oct 2010 14:37:52 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5760.html#p5760</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5759.html#p5759</link>
			<description><![CDATA[<p>Can you try to copy settings.ini from iRedAdmin-Pro-1.3.0/settings.ini.ldap.sample?</p><p>About &quot;can&#039;t login to Roundcube without domain&quot; issue:<br />- There&#039;s setting in Roundcube config file &quot;main.inc.php&quot;, for example:<br /></p><div class="codebox"><pre><code>$rcmail_config[&#039;username_domain&#039;] = &quot;demo.iredmail.org&quot;;</code></pre></div><p>If you didn&#039;t type domain name in login page, roundcube will append &quot;demo.iredmail.org&quot; to login username.</p><p>- If it still doesn&#039;t work, try to set &quot;mail_debug = yes&quot; in dovecot.conf, and monitor its log files for more detail. (/var/log/dovecot.log)</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 07 Oct 2010 14:34:45 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5759.html#p5759</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5758.html#p5758</link>
			<description><![CDATA[<p>uhm, <br />i cant login to my roundcube... with no domain (mailbox)<br />Testet with www@domain.com and postmaster, login incorrect... also my other mailboxes (non admins)<br />is it normal when im upgrading from open to pro that he delete my users in ldap ??!</p><p>hm strange problems here !!! help <img src="https://forum.iredmail.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Thu, 07 Oct 2010 14:28:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5758.html#p5758</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5755.html#p5755</link>
			<description><![CDATA[<p>in my settings.ini, </p><p>on top, </p><p>[general]<br /># Site webmaster&#039;s mail address.<br />webmaster = www@xxxxxxxxx.at</p><p># Debug mode: True, False.<br /># Warning: Do *NOT* enable debug in product server.<br />debug = False</p><p># Default skin.<br />skin = default</p><p># Default language.<br />lang = en_US</p><p># Database backend: ldap.<br />backend = ldap</p><p># Base directory used to store all mail data.<br /># You can find it via command:<br />#&nbsp; &nbsp;$ sudo postconf virtual_mailbox_base<br />storage_base_directory = /var/vmail</p><p># Storage node. Example: vmail1, vmail2, vmail3.<br /># Useful to serve large amount of accounts, store mailboxes on multiple<br /># hard disks.<br /># Full mailbox base directory will be:<br />#&nbsp; &nbsp;${storage_base_directory}/${storage_node}<br />storage_node = vmail1</p><p># Mailbox type: maildir, mbox.<br /># maildir is recommend for better performance.<br />mailbox_type = maildir</p><p># Hashed maildir: True, False.<br /># Example:<br />#&nbsp; &nbsp;- hashed: domain.ltd/u/us/use/username-2009.09.04.12.05.33/<br />#&nbsp; &nbsp;- non-hashed: domain.ltd/username-2009.09.04.12.05.33/<br /># hashed maildir is RECOMMEND for better performance.<br />hashed_maildir = True</p><p># Default quota size (in MB). 0 means unlimited.<br />default_quota = 1024</p><p># Default mta transport.<br /># Warning: Please DO use &#039;dovecot&#039; as transport for iRedMail.<br />mtaTransport = 3306</p><p># Show user login date instead of created date: True, False.<br /># Note: iRedAdmin open source edition doesn&#039;t support this feature now.<br />show_login_date = False</p><p># Min/Max password length.<br />#&nbsp; &nbsp;- min_passwd_length: 0 means unlimited, but at least 1 character<br />#&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; is required.<br />#&nbsp; &nbsp;- max_passwd_length: 0 means unlimited.<br />min_passwd_length = 6<br />max_passwd_length = 0</p><br /><p>so.... there´s a [general] , and i copyed the settings.ini&nbsp; from the opensource version.<br /><img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Thu, 07 Oct 2010 14:02:16 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5755.html#p5755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5754.html#p5754</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>AttributeError: &#039;general&#039;</p></blockquote></div><p>Looks like your &quot;settings.ini&quot; file is incorrect.</p><p>There should be a section like this, but iRedAdmin-Pro can NOT find this in &quot;settings.ini&quot;:<br /></p><div class="codebox"><pre><code>[general]
...</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 07 Oct 2010 13:48:46 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5754.html#p5754</guid>
		</item>
		<item>
			<title><![CDATA[Error 500, Upgrading from OpenSource to Pro]]></title>
			<link>https://forum.iredmail.org/post5750.html#p5750</link>
			<description><![CDATA[<p>Hi Guys !<br />Finaly i buyed this Masterpiece of Mailserver and now i upgraded to iRedAdmin Pro.<br />Used the guide from Zhang.</p><p>in my apache log i get this error:<br /></p><div class="codebox"><pre><code>[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178] mod_wsgi (pid=3289): Target WSGI script &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039; cannot be loaded as Python module.
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178] mod_wsgi (pid=3289): Exception occurred processing WSGI script &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;.
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178] Traceback (most recent call last):
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]   File &quot;/usr/share/apache2/iredadmin/iredadmin.py&quot;, line 28, in &lt;module&gt;
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]     from libs import iredbase
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]   File &quot;/usr/share/apache2/iredadmin/libs/iredbase.py&quot;, line 53, in &lt;module&gt;
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]     webmaster = cfg.general.get(&#039;webmaster&#039;, &#039;root&#039;)
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]   File &quot;/var/lib/python-support/python2.5/web/utils.py&quot;, line 68, in __getattr__
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178]     raise AttributeError, k
[Thu Oct 07 13:31:22 2010] [error] [client 80.123.169.178] AttributeError: &#039;general&#039;</code></pre></div><p>Sry for my english, but i think everyone understand my problem <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>kr<br />Franky</p>]]></description>
			<author><![CDATA[null@example.com (Frankstar)]]></author>
			<pubDate>Thu, 07 Oct 2010 12:13:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post5750.html#p5750</guid>
		</item>
	</channel>
</rss>
