mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	Update Email2Matrix documentation and its default configuration file
- Sync list of mailbox to Matrix mappings - Add explanation for each variable Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		| @@ -46,18 +46,22 @@ matrix_email2matrix_smtp_hostname: "{{ matrix_server_fqn_matrix }}" | ||||
| # Example: | ||||
| # matrix_email2matrix_matrix_mappings: | ||||
| #  - MailboxName: "mailbox1" | ||||
| #    MatrixRoomId: "!bpcwlxIUxVvvgXcbjy:example.com" | ||||
| #    MatrixRoomId: "!someRoom:{{ matrix_domain }}" | ||||
| #    MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | ||||
| #    MatrixUserId": "@email2matrix:{{ matrix_domain }}" | ||||
| #    MatrixAccessToken": "TOKEN_HERE" | ||||
| #    MatrixUserId: "@email2matrix:{{ matrix_domain }}" | ||||
| #    MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | ||||
| #    IgnoreSubject: false | ||||
| #    IgnoreBody: false | ||||
| #    SkipMarkdown: false | ||||
| # | ||||
| #  - MailboxName: "mailbox2" | ||||
| #    MatrixRoomId: "!another:example.com" | ||||
| #    MatrixRoomId: "!anotherRoom:{{ matrix_domain }}" | ||||
| #    MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | ||||
| #    MatrixUserId": "@email2matrix:{{ matrix_domain }}" | ||||
| #    MatrixAccessToken": "TOKEN_HERE" | ||||
| #    MatrixUserId: "@email2matrix:{{ matrix_domain }}" | ||||
| #    MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | ||||
| #    IgnoreSubject: true | ||||
| #    IgnoreBody: false | ||||
| #    SkipMarkdown: true | ||||
| matrix_email2matrix_matrix_mappings: [] | ||||
|  | ||||
| matrix_email2matrix_misc_debug: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user