Code

Updated config creation. Add mailAttribute="..." even there is no mailMethod selected.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Feb 2009 08:44:17 +0000 (08:44 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Feb 2009 08:44:17 +0000 (08:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13383 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/gosa.conf

index dfa588b2f6e1c3acbb771d6de0c7946a3a4ee933..64302b664099cc60e4f3e2ac17e4075dad2c1453 100644 (file)
 {if $cv.id_settings.minid_active}
               minId="{$cv.id_settings.minid}"
 {/if}
+              mailAttribute="{$cv.mail_attrib}"
 {if $cv.mail != "disabled"}
               mailMethod="{$cv.mail}"
 {if $cv.cyrusunixstyle}
 {else}
               cyrusUseSlashes="false"
 {/if}
-              mailAttribute="{$cv.mail_attrib}"
 {if $cv.mail_settings.vacationdir_active}
               vacationTemplateDirectory="{$cv.mail_settings.vacationdir}"
 {/if}