%define name hotwayd %define version 0.8.4 %define release 1 Summary: Allows POP3 & SMTP access to Hotmail, MSN & Lycos Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Servers URL: http://hotwayd.sourceforge.net/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: libxml2 >= 2.4.19 Requires: cyrus-sasl >= 2.0.0 %description Hotwayd is a POP3/SMTP-HTTPMail gateway daemon. HTTPMail is an undocumented WebDAV-based protocol used by mail servers such as Hotmail, MSN, Lycos and Spray.se. This gateway allows *any* POP3/SMTP compatible email client to handle (download, delete, etc) messages and send messages on hotmail.com, msn.com and lycos mailboxes. By using this defined back door protocol it means that hotwayd is not dependent on the web interface. %prep rm -rf $RPM_BUILD_ROOT %setup -a 0 %build %configure make %{?_makeopts:%{_makeopts}} %install %makeinstall install -D -m 644 hotwayd.xinetd %buildroot%{_sysconfdir}/xinetd.d/hotwayd install -D -m 644 hotsmtpd/hotsmtpd.xinetd %buildroot%{_sysconfdir}/xinetd.d/hotsmtpd %clean rm -rf $RPM_BUILD_ROOT %post service xinetd condrestart %postun service xinetd condrestart %files %defattr(0644,root,root,-) %config(noreplace) %{_sysconfdir}/xinetd.d/hotwayd %config(noreplace) %{_sysconfdir}/xinetd.d/hotsmtpd %doc README NEWS COPYING AUTHORS ChangeLog %{_mandir}/man1/hotwayd.1* %{_mandir}/man1/hotsmtpd.1* %defattr(0755,root,root,-) %{_sbindir}/hotwayd %{_sbindir}/hotsmtpd %changelog * Thu Jun 23 2005 David Smith - Update to 0.8.4. * Sat Feb 19 2005 David Smith - Update to 0.8.3. * Fri Dec 10 2004 David Smith - Update to 0.8.2. Better support for hotsmtpd in RPMs. * Fri Dec 03 2004 David Smith - Update to 0.8.1 incorporating a number of bug fixes see ChangeLog * Wed Feb 04 2004 David Smith - Added cyrus-sasl and cyrus-sasl-devel requirement for hotsmtpd * Sat Jan 17 2004 David Smith - Update to 0.7.4 * Mon Jan 12 2004 David Smith - Update to 0.7.3 * Fri Jan 09 2004 David Smith - Update to 0.7.2 - Slight description change * Sat Nov 01 2003 David Smith - Update to 0.7.1 * Thu Oct 16 2003 David Smith - Update to 0.7 * Tue Apr 29 2003 David Smith - Initial build.