pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/mini_sendmail



Module Name:    pkgsrc
Committed By:   martin
Date:           Thu Oct 16 10:27:25 UTC 2025

Modified Files:
        pkgsrc/mail/mini_sendmail/files: mailer.conf
Removed Files:
        pkgsrc/mail/mini_sendmail: MESSAGE

Log Message:
Remove MESSAGE, requested by gdt@.
While there fine tune some comments in the example /etc/mailer.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 pkgsrc/mail/mini_sendmail/MESSAGE
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mini_sendmail/files/mailer.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mini_sendmail/files/mailer.conf
diff -u pkgsrc/mail/mini_sendmail/files/mailer.conf:1.2 pkgsrc/mail/mini_sendmail/files/mailer.conf:1.3
--- pkgsrc/mail/mini_sendmail/files/mailer.conf:1.2     Thu Oct  9 18:18:51 2025
+++ pkgsrc/mail/mini_sendmail/files/mailer.conf Thu Oct 16 10:27:25 2025
@@ -1,7 +1,10 @@
-#      $NetBSD: mailer.conf,v 1.2 2025/10/09 18:18:51 martin Exp $
+#      $NetBSD: mailer.conf,v 1.3 2025/10/16 10:27:25 martin Exp $
 #
 # Use "mini_sendmail" as replacement for "sendmail".
 #
+# Make sure to replace the "relayhost" as argument to -s with
+# a working outgoing SMTP server (fixed IP number or host name).
+#
 sendmail       @@PREFIX@@/sbin/mini_sendmail -srelayhost
 send-mail      @@PREFIX@@/sbin/mini_sendmail -srelayhost
 #
@@ -9,7 +12,7 @@ send-mail      @@PREFIX@@/sbin/mini_sendmail 
 # setup where clients are trusted (and you end up with wrong or missing
 # From: headers and missing Date: headers):
 #
-sendmail       @@PREFIX@@/sbin/mini_sendmail -D -U -Hmydomain.net -srelayhost
+#sendmail      @@PREFIX@@/sbin/mini_sendmail -D -U -Hmydomain.net -srelayhost
 #
 # where: -D = add Date: header if missing, -U = add From: header if missing
 # and -H sets the masquerading domain name (replacing the full hostname



Home | Main Index | Thread Index | Old Index