Follow these steps to configure outlook send mail to alfresco
step1: go to C:\Windows\System32\drivers\etc
here add server name. just for testing i added chandu.com as follows
127.0.0.1chandu.com
Step2: next open Microsoft outlook ., select tools > account settings.
click on new ... it will open a wind follow some steps to add a new account
a.select Microsoft POP3,IMAP, HTTP.... click next b. select manually configure server settings...... click next c.select internet Email d.fill the details as follows
----------------------------------------------------------------------------------
your name : pradeep
EmailAdd : pradeep@chandu.com
Server Information
Account Type : IMAP
Incoming mail Ser : chandu.com
Outgoing Mail ser : chandu.com
Logon Information
username : pradeep
password : *********
-----------------------------------------------------------------------------------
Click on next and finish.
Step3: all the above configuration is in outlook now., just login to alfresco go to Administration Console
Click on Manage system users --> create user
then fill the new wizard details., make sure that email id is pradeep@chandu.com
just finish that wizard.
Step4: then go to company home and create one space., name it as you like., here i am creating the space with the name mycompany. click on mycompany -- > view details --> manage space users --> invite user.
search for the user pradeep and add that user as contributor or what ever that you want but make sure about permissions,
Step5: go to mycompany space and go to view details and click on run action ., it will open run action wizard
select add aspect and click on set values and add, select Email Alias , then click on next and finish that wizard.
next edit this space property., and create Email Alias as some companyadmin
Step6: go to \tomcat\shared\classes\alfresco\extension
unzip the custom-email-server.sample.zip file and change custom-email-server.properties as follows
# Email Server properties
email.server.enabled=true
email.server.port=25
email.server.domain=chandu.com
Step7: go to \tomcat\shared\classes ---- > alfresco-global.properties uncomment these lines.
Step8: restart the server and go to outlook to compose a mail ., with to address as companyadmin@chandu.com.
you will get mail as document in mycompany space. and also you can find the alfresco folders in outlook.
here some information is available and also screen shots also .
Hi., Here I am going to explain about to change the default footer of alfresco.
follow the below steps .
Step1: Create java project with the structure as shown below in eclipse
Step2: Import the Alfresco related files to change the UI of it.suppose here i want to change login page and the footer of the alfresco so., lets start to import the files to alfresco as shown below with below structure.
Step4: for pagetag.java., copy the below code ., and change the code as follows., which is high lated in red color.
-------------------------------------------------------------------------------------------------------------
Step6: change remaining files as per our requirement., here i changed login.jsp, relogin.jsp, getting-started.jsp, titlebar.jsp, error.jsp, noaccess.jsp.
Step7: add the below code in module.properties.
module.id=MySite-AlfrescoNewUI
module.title=MySite UI Project
module.description=MySite Project to build an amp file
module.version=1.0
Step8: Then go to build.xml ., right click on it then click on run as ant build. you will get the amp file in dist.as shown below.
Step9: paste this amp file in to alfresco amp folder and click on apply_amps., then restart the server you can find the changes what you made.
Alfresco 3.2r introduces the ability to access the full alfresco repo from share user interface
Here few steps are there.
step1: go to to tomcat\shared\classes\alfresco\web-extension
step2: rename the share-config-custom.xml.sample to share-config-custom.xml
step3: change the xml file as shown below which is marked in red color.
<config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
<!--
Whether the link to the Repository Library appears in the header component or not.
-->
<visible>true</visible>
<!--
Root nodeRef for top-level folder.
-->
<root-node>alfresco://company/home</root-node>
<!--
Whether the folder Tree component should enumerate child folders or not.
This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
-->
<tree>
<evaluate-child-folders>false</evaluate-child-folders>
</tree>
</config>
step4: restart the server, then go to share admin dashboard you will find the screen as follows then click on repository.
step5: in the left side of the screen you can find the alfresco repository files as shown below.