Email Header Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2012 02:31 PM
ok so I've got the following in my alfresco-global (which works):
### E-mail site invitation setting ###
notification.email.siteinvite=true
mail.host=192.168.x.x
mail.port=25
mail.encoding=UTF-8
mail.from.default=abc@123.com
mail.protocol=smtp
We have an internal smtp not needed auth so that's not the question as emails do get sent out.
My quesiton is, when we receive the 'Alfresco Share: Recent Activities' email, it is showing the correct header 'from' address of abc@123.com.
However, when inviting a user to join a group (users are internal and attached to AD), the email header 'from' comes from admin@alfresco.com. How do we fix this?
We are running on a windows system. I've got a windows grep for value admin@alfresco.com and found refarance in c:\alfresco\tomcat\webapps\alfresco\web-inf\classes\alfresco\bootstrap\system.xml, but changing the value didnt change the result.
Also found reference in c:\alfresco\tomcat\webapps\alfresco\web-inf\classes\alfresco\subsystems\activitiesfeed\default\activities-feed-context.xml
Any help on this annoyance would be great.
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2012 04:28 AM
which user are you logging in as when you invite users to groups? If you use the default "admin" user, please be aware that the personal address of that user is set as "admin@alfresco.com" by default and used as the "from" header since it is that user that explcitly performed an action. You should always change the email address of the "admin" user after an Alfresco installation.
Regards
Axel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2012 04:31 AM
On recent version you can set mail.from.enabled to false to send all email from abc@123 if that's what you want
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 08:22 AM
I do have sort of a follow-up question. It seems that all users in site X received the 'Alfresco Share: Recent Activities' email, is there any way disable this email notification - I know about the 'notifications' setting in profile, but if I disable that, does that also disable invite notifications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 08:47 AM
have a look inside your Data Dictionary => Email Templates => Activities folder of your Alfresco Repository. There you'll find the email templates for Recent Activities and can modify them for something more to your liking.
Regards
Axel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 10:24 AM
1 last Q, the email field for 'admin' is disabled in gui, how do you change the email? All other accounts are editable on that field, just not admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 10:47 AM
which UI and page are you using for this? When I'm logged in as "admin" in the Share UI and try to edit my user profile ( /share/page/user/admin/profile), the email field is active and can be modified.
Regards
Axel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 01:43 PM
*EDIT*
Would this be what I'm looking to change?
activities.feed.notifier.enabled=true located in > activities-jobs.properties
If so that's 1 resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2012 01:55 PM
