소스 검색

how did I miss that

pull/2/head
Luke Smith 5 년 전
부모
커밋
7532597956
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      mailserver.sh

+ 4
- 4
mailserver.sh 파일 보기

@@ -193,13 +193,13 @@ postconf -e "non_smtpd_milters = inet:localhost:8891"


echo "Restarting Dovecot..."
service dovecot restart && "Dovecot restarted."
service dovecot restart && echo "Dovecot restarted."
echo "Restarting Postfix..."
service postfix restart && "Postfix restarted."
service postfix restart && echo "Postfix restarted."
echo "Restarting OpenDKIM..."
service opendkim restart && "OpenDKIM restarted."
service opendkim restart && echo "OpenDKIM restarted."
echo "Restarting Spam Assassin..."
service spamassassin restart && "Spamassassin restarted."
service spamassassin restart && echo "Spamassassin restarted."

pval="$(tr -d "\n" </etc/postfix/dkim/mail.txt | sed "s/k=rsa.* \"p=/k=rsa; p=/;s/\"\s*\"//;s/\"\s*).*//" | grep -o p=.*)"
echo "Here is your TXT entry:"


불러오는 중...
취소
저장