Package Details: sendmail 8.18.2-1

Git Clone URL: https://aur.archlinux.org/sendmail.git (read-only, click to copy)
Package Base: sendmail
Description: A general purpose internetwork email routing MTA
Upstream URL: http://www.sendmail.org
Licenses: Sendmail-8.23
Conflicts: exim, msmtp-mta, opensmtpd, postfix
Provides: sendmail, smtp-forwarder, smtp-server
Submitter: None
Maintainer: amish
Last Packager: amish
Votes: 140
Popularity: 0.000146
First Submitted: 2009-06-30 01:50 (UTC)
Last Updated: 2025-12-28 15:10 (UTC)

Dependencies (2)

Required by (982)

Sources (11)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Pafrape commented on 2025-05-11 13:17 (UTC)

Hello.

This is the error :

error: assignment to 'ULONGLONG_T ()(const char , char , int)' {alias 'long long unsigned int ()(const char , char , int)'} from pointer type 'ULONGLONG_T ()(void)' {alias 'long long unsigned int ()(void)'} which is incompatible [-Wincompatible-pointer-types]

peregrinus commented on 2025-05-10 18:20 (UTC)

For what it's worth: It doesn't build in a clean chroot.

I see many -Wold-style-definition and some -Wincompatible-pointer-types.

amish commented on 2025-05-10 14:47 (UTC)

@Pafrape - More information is required. Give output before the error occurs.

Pafrape commented on 2025-05-10 11:51 (UTC) (edited on 2025-05-10 11:53 (UTC) by Pafrape)

Hello

There is an error during compilation:

make: *** [Makefile:11: all] Error 2 ==> ERROR: An error occurred in build(). Aborting... -> Error compiling: sendmail-exit status 4 -> Installation of the following packages failed. Manual intervention is required: sendmail - exit status 4

Thanks to the maintainer for fixing it.

Thank you very much.

Basher52 commented on 2024-11-20 23:41 (UTC) (edited on 2024-11-20 23:41 (UTC) by Basher52)

Pleeease do not throw this superb package away, SOOO good for sending mail to a "true" mail address from an internal, offline server with, in my case, errors that I want to know ASAP :P

Been using it A LOT for years like back into the 90's and since but it seems it's going away more and more as you now need to add a 'separate' package to add it that usually was a normal package long time ago. Now you have to use a program that needs an external TRUE mail address to be able to send an email to, in my case, to myself.

LUV IT 💓 💓

pa314159 commented on 2024-07-09 16:27 (UTC)

@boudekerk, @amish, you're both right :)

boudekerk commented on 2024-07-09 16:25 (UTC)

@pa314159 As @amish says, what I'm looking for is a compile time flag.

I use my own MC/CF, and have been doing for long enough (or am old enough if you will) to own a physical copy of the book you reference ;-)

amish commented on 2024-07-09 15:00 (UTC)

@pa314159 He is asking to add a compile time flag in site.config.m4 and not mc file. Both are not same.

pa314159 commented on 2024-07-09 13:00 (UTC) (edited on 2024-07-09 13:00 (UTC) by pa314159)

@boudekerk, if I'm allowed to make a suggestion, there's no need to patch anything, it's pretty easy to use your own MC (and your own CF), you can start it from here: https://www.oreilly.com/library/view/sendmail-3rd-edition/1565928393/ch04s02.html

boudekerk commented on 2024-07-08 11:53 (UTC)

Regarding the regex map support, I'm surprised there's not more demand for it. A few anti-spam features like the badmx I already listed, but also dnsbl (dns based blacklists) depend on it.

Anyway, I'll keep patching it for myself.

Thank you for adding the architecture and of course, maintaining this package.