• What is the best mail trasfer agent with defualt NNCP and SMTP support?

    From Meow@21:1/5 to All on Wed Jul 19 01:07:07 2023
    i want something that is like fetchmail, and getmail, and sendmail but
    with native support for NNCP and SMTP (and maybye uucp)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Wed Jul 19 07:40:12 2023
    Am 19.07.2023 um 01:07:07 Uhr schrieb Meow:

    i want something that is like fetchmail, and getmail, and sendmail
    but with native support for NNCP and SMTP (and maybye uucp)

    sendmail supports SMTP incl. extensions like TLS, authentication, etc.
    and UUCP.

    For NNCP, you need another software.
    sendmail can pipe mails to applications via stdin in aliases files, so interaction should be possible.

    UUCP can be used over IP, so you can use IPsec to encrypt it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Meow@21:1/5 to All on Wed Jul 19 16:05:54 2023
    sendmail supports SMTP incl. extensions like TLS, authentication, etc.
    and UUCP.
    how to set them up?
    For NNCP, you need another software.
    witch software
    sendmail can pipe mails to applications via stdin in aliases files, so interaction should be possible.
    how to set up

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Thu Jul 20 17:09:00 2023
    Am 19.07.2023 um 16:05:54 Uhr schrieb Meow:

    sendmail supports SMTP incl. extensions like TLS, authentication,
    etc. and UUCP.
    how to set them up?

    Read this PDF: ftp://ftp.micronet-rostov.ru/linux-support/books/system%20administration/server%20soft/O'Reilly%20-%20sendmail%204th%20Edition%20Oct%202007.pdf

    The sendmail package itself also includes README files that explain
    things in detail.

    sendmail can pipe mails to applications via stdin in aliases files,
    so interaction should be possible.
    how to set up

    Via the aliases file or virtuser-alias file.

    It is explained in the documentation, it is just a special alias.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)