Hellow Debian!

Personally i like ssmtp. And today i did make some minor change:

#+begin_src text
soyeomul@yw:~/gitlab/ssmtp$ diff -uNr ssmtp.c.orig ssmtp.c
--- ssmtp.c.orig        2022-02-18 12:28:08.712922559 +0900
+++ ssmtp.c     2022-02-18 13:18:51.807480300 +0900
@@ -1606,7 +1606,7 @@
        }
 
        outbytes += smtp_write(sock,
-               "Received: by %s (sSMTP sendmail emulation); %s", hostname, 
arpadate);
+               "Received: by %s (sSMTP sendmail emulation, from userid %d); 
%s", hostname, getuid(), arpadate);
 
        if(have_from == False) {
                outbytes += smtp_write(sock, "From: %s", from);
soyeomul@yw:~/gitlab/ssmtp$ 
#+end_src

By the way, i need re-build ssmtp for test.

A few hours ago, i did try as below:

  configure; make

however the new ssmtp binary don't offer starttls by test.
So could you please give me debian re-build guidence?

FYI; i get the source code from <https://salsa.debian.org/debian/ssmtp>

Thanks in advance!

Sincerley, Linux fan Byung-Hee

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//

Reply via email to