From 3faf19b1896eb6960d416a90270f573339be3a95 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 11 Aug 2003 08:50:57 +0000 Subject: [PATCH] - simplified Source0 URL, pl description, removed COPYING (just GPL) Changed files: msmtp.spec -> 1.4 --- msmtp.spec | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/msmtp.spec b/msmtp.spec index 0f9653e..a3788b3 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -1,11 +1,13 @@ Summary: SMTP "plugin" for MUAs +Summary(pl): "Wtyczka" SMTP dla klientów pocztowych (MUA) Name: msmtp Version: 0.3.1 Release: 0.1 License: GPL Group: Networking/Daemons -Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Source0-md5: ca7becb55bcc8177d75f1912f5668ff5 +URL: http://msmtp.sourceforge.net/ BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,9 +22,27 @@ Features include: - robustness - detailed error messages if something goes wrong (including the full answer of the SMTP server) -- sendmail compatible exit codes (which most MUAs understand). Simply - tell your MUA to call msmtp instead of /usr/sbin/sendmail (with Mutt - that's just one additional line in the config file). +- sendmail compatible exit codes (which most MUAs understand). + +Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail (with +Mutt that's just one additional line in the config file). + +%description -l pl +msmtp to prosty program dzia³aj±cy jako "wtyczka SMTP" dla Mutta i +prawdopodobnie innych klientów pocztowych (MUA - mail user agents). +Przekierowuje wiadomo¶ci do serwera SMTP (na przyk³ad providera +darmowych kont e-mail), który je dostarcza. Mo¿liwo¶ci obejmuj±: +- obs³ugê SMTP AUTH - metod PLAIN, LOGIN i CRAM-MD5 +- szyfrowane po³±czenia TLS +- obs³ugê IPv6 +- szczegó³owe komunikaty b³êdów w przypadku niepowodzenia (w³±cznie z + pe³n± odpowiedzi± serwera SMTP) +- kody wyj¶cia kompatybilne z sendmailem (które rozumie wiêkszo¶æ + MUA). + +Wystarczy przekazaæ klientowi pocztowemu, aby wywo³ywa³ msmtp zamiast +/usr/sbin/sendmail (w Mutcie to po prostu dodatkowa linia w pliku +konfiguracyjnym). %prep %setup -q @@ -44,6 +64,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS COPYING ChangeLog README THANKS +%doc AUTHORS ChangeLog README THANKS %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/msmtp* -- 2.44.0