Browse Source
examples/import_file_example.yml - пример импорта нескольких почтовых ящиков examples/mail_list_example.lst - пример списка почтовых ящиков для импортаmaster
Sergey Kiselev
7 years ago
3 changed files with 43 additions and 2 deletions
@ -0,0 +1,14 @@ |
|||
--- |
|||
yamd: |
|||
# Импорт нескольких почтовых ящиков |
|||
domain: 'example.ru' |
|||
token: '123456789ABCDEF0000000000000000000000000000000000000' |
|||
service: 'import' |
|||
query: 'start_import_file' |
|||
options: |
|||
method: 'imap' |
|||
server: 'imap.example.com' |
|||
port: '993' |
|||
ssl: 'yes' |
|||
file: '/full/path/to/mail_list_example.lst' |
|||
|
@ -0,0 +1,3 @@ |
|||
login1 external_password1 |
|||
login2@example.com external_password2 |
|||
login4 external_password4 user4 internal_password4 |
Reference in new issue