Added new inbox
This commit is contained in:
parent
930dab0f5b
commit
d6f4f5f45a
@ -20,9 +20,9 @@ fi
|
|||||||
|
|
||||||
openssl enc -aes-256-cbc -d -in ~/secrets.tar.gz.enc | tar -zxv --strip 2 secrets/docker-mail-stack/fetchmailrc-orange \
|
openssl enc -aes-256-cbc -d -in ~/secrets.tar.gz.enc | tar -zxv --strip 2 secrets/docker-mail-stack/fetchmailrc-orange \
|
||||||
secrets/docker-mail-stack/users secrets/docker-mail-stack/15-lda.conf secrets/docker-mail-stack/feed2imaprc \
|
secrets/docker-mail-stack/users secrets/docker-mail-stack/15-lda.conf secrets/docker-mail-stack/feed2imaprc \
|
||||||
secrets/docker-mail-stack/fetchmailrc-scimetis \
|
secrets/docker-mail-stack/fetchmailrc-scimetis secrets/docker-mail-stack/fetchmailrc-laposte-sylvie \
|
||||||
|| { echo "Could not extract from secrets archive, exiting."; rm -f ~/secrets.tar.gz.enc; exit 1; }
|
|| { echo "Could not extract from secrets archive, exiting."; rm -f ~/secrets.tar.gz.enc; exit 1; }
|
||||||
sudo chown root. fetchmailrc-orange fetchmailrc-scimetis users 15-lda.conf feed2imaprc
|
sudo chown root. fetchmailrc-orange fetchmailrc-scimetis fetchmailrc-laposte-sylvie users 15-lda.conf feed2imaprc
|
||||||
sudo chmod a-r feed2imaprc
|
sudo chmod a-r feed2imaprc
|
||||||
|
|
||||||
unset VERSION_DOVECOT VERSION_FETCHMAIL VERSION_FEED2IMAP
|
unset VERSION_DOVECOT VERSION_FETCHMAIL VERSION_FEED2IMAP
|
||||||
|
@ -13,6 +13,7 @@ services:
|
|||||||
- mailnet
|
- mailnet
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/volumes/mail_data/data:/home/yohan
|
- /mnt/volumes/mail_data/data:/home/yohan
|
||||||
|
- /mnt/volumes/mail_data_Sylvie/data:/home/sylvie
|
||||||
- ./dovecot_expire.sh:/root/dovecot_expire.sh
|
- ./dovecot_expire.sh:/root/dovecot_expire.sh
|
||||||
- ./users:/etc/dovecot/users
|
- ./users:/etc/dovecot/users
|
||||||
- ./15-lda.conf:/etc/dovecot/conf.d/15-lda.conf
|
- ./15-lda.conf:/etc/dovecot/conf.d/15-lda.conf
|
||||||
@ -34,6 +35,15 @@ services:
|
|||||||
- mailnet
|
- mailnet
|
||||||
volumes:
|
volumes:
|
||||||
- ./fetchmailrc-scimetis:/etc/fetchmailrc
|
- ./fetchmailrc-scimetis:/etc/fetchmailrc
|
||||||
|
|
||||||
|
fetchmail-laposte-sylvie:
|
||||||
|
image: fetchmail:$VERSION_FETCHMAIL
|
||||||
|
#build: "https://git.scimetis.net/yohan/docker-fetchmail.git"
|
||||||
|
container_name: fetchmail-laposte-sylvie
|
||||||
|
networks:
|
||||||
|
- mailnet
|
||||||
|
volumes:
|
||||||
|
- ./fetchmailrc-laposte-sylvie:/etc/fetchmailrc
|
||||||
|
|
||||||
feed2imap:
|
feed2imap:
|
||||||
image: feed2imap:$VERSION_FEED2IMAP
|
image: feed2imap:$VERSION_FEED2IMAP
|
||||||
|
@ -1 +1,2 @@
|
|||||||
mail_data
|
mail_data
|
||||||
|
mail_data_Sylvie
|
||||||
|
Loading…
Reference in New Issue
Block a user