Sylvan86

Results 3 issues of Sylvan86

## description According to the documentation, the value `msg.alexa_ip` should return the ip-address of the echo device with which the communication takes place. In my case, however, this value is...

bug

I start the container with the following docker-compose.yml: ```yml version: "3" services: mailforward: image: zixia/simple-mail-forwarder container_name: mailforward environment: - [email protected]:[email protected] - SMF_DOMAIN=yyy.net - TZ=Europe/Berlin # volumes: # - ./certs:/etc/postfix/cert/ ports:...

If you want to call snap-sync automatically e.g. via a cronjob you can do this with the parameters "--UUID", "--subvolid" and "--noconfirm". However, if there are multiple mount points for...

enhancement