cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable Subscription Service in Community Edition

dshookowsky
Confirmed Champ
Confirmed Champ

I'm looking to disable all outbound mail from Alfresco.  

Currently, I can disable the activities feed and site invites using the following lines in the alfresco-global.properties:

notification.email.siteinvite: false

activities.feed.notifier.enabled: false

Is there a corresponding property for the Subscription service?

The docs here (Enabling the Subscription Service | Alfresco Documentation ) only point to the admin console, but I don't even see the option there.

1 ACCEPTED ANSWER

cesarista
World-Class Innovator
World-Class Innovator

subscriptions.enabled=false

View answer in original post

2 REPLIES 2

cesarista
World-Class Innovator
World-Class Innovator

subscriptions.enabled=false

Well that was easy!  Thanks.  

I just realized that the community docs don't even seem to address the subscription service (Outbound SMTP configuration properties | Alfresco Documentation )