blob: fd98ea436845781fee83e2cd27ea6a198ba8af24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
Summary: User configurable relay-only Mail Transfer Agent (MTA)
Name: esmtp
Version: 0.4.1
Release: 1
Source: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
Url: http://esmtp.sourceforge.net/
License: GPL
Group: Networking/Mail
BuildRoot: %{_tmppath}/%{name}-root
Requires: libesmtp
BuildRequires: libesmtp-devel
Packager: Robert Scheck <esmtp@robert-scheck.de>
Vendor: Robert Scheck <esmtp@robert-scheck.de>
%description
ESMTP is a user configurable relay-only Mail Transfer Agent (MTA) with a
sendmail-compatible syntax. It's based on libESMTP supporting the AUTH
(including the CRAM-MD5 and NTLM SASL mechanisms) and the StartTLS SMTP
extensions.
So these are ESMTP features:
* requires no administration privileges
* individual user configuration
* sendmail command line compatible
* supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL
mechanisms
* support the StartTLS SMTP extension
* does not receive mail, expand aliases or manage a queue
%prep
%setup -q
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS README TODO ChangeLog sample.esmtprc
%{_bindir}/esmtp
%{_mandir}/man1/esmtp.1.gz
%{_mandir}/man5/esmtprc.5.gz
%changelog
* Mon Oct 27 2003 Robert Scheck <esmtp@robert-scheck.de> 0.4.1-1
- Update to 0.4.1
- Initial Release for Red Hat Linux
|