-
ssmtp 발송하는 기능 늦어서 smart-secretary.php 로딩 지연 문제가 발생하고 있다.
http://smartsecretary.mooo.com/webapge/smart-secretary.php 의 실행속도가 1초 이내에 완료할수 있는 방법을 알아 내어야 한다. 구글 검색을 하여 보자.
-
I would like to switch my servers from ssmtp to dma, but my email provider (fastmail) only supports plain authentication (see https://www.fastmail.com/help/technical/servernamesandports.html?u=85f8411…
-
Hi, I installed sendmail via sudo apt-get install sendmail and made configurations but sendmail seems not to run or I get a connection refused on 127.0.0.1 message. Is anything further required for se…
-
Hi. Great project, love it. Thanks for this.
Now i switched my docker to swarm mode and wanted to create a monitoring stack with multiple services. On my old setup i started all containers manually w…
-
In case someone is listening here - I can't prove this is the root cause, but after quite some digging I'm convinced my issues comes from a complex password (including special characters, white spaces…
-
Some smtp services offer different values for `starttls` than [YES](https://github.com/azinchen/duplicacy/blob/master/root/usr/bin/container-init-up-10-setupssmtp.sh#L19). Wouldn't be easier to set a …
-
Hi,
I configured msmtp, because ssmtp was removed in the container.
I tried so send mail with
`echo -e "To: example@mail.com\r\nSubject: Blah\r\n\r\nThis is a test" | msmtp example@mail.com`
T…
-
Followed the README...
```
docker-compose up -d
```
After pulling the images...
```
ERROR: for app oci runtime error: rootfs_linux.go:53: mounting "/var/lib/docker/aufs/mnt/b3b7caa43aa0cd01f25885d…
-
I had
checkcert_imaps mail.pov.lt
checkcert_ssmtp mail.pov.lt
pass when the SSL certs for mail.pov.lt listed only fridge.pov.lt (and a bunch of other SANs) but no mail.pov.lt.
I can …
-
Is it possible to add more examples? For example, I would like to see if PETS can replace my Ansible stuff on my home server. I have runbooks for this:
- Install packages, set config
- Install doc…