Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-exim
https://github.com/pkgstore-old/linux-rpm-exim
exim linux pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-exim
- Owner: pkgstore-old
- License: gpl-2.0
- Created: 2021-06-17T19:58:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T08:51:44.000Z (over 3 years ago)
- Last Synced: 2024-02-23T11:54:36.585Z (10 months ago)
- Topics: exim, linux, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Language: PHP
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Exim
**Exim** is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style it is similar to Smail 3, but its facilities are more general. There is a great deal of flexibility in the way mail can be routed, and there are extensive facilities for checking incoming mail. Exim can be installed in place of sendmail, although the configuration of exim is quite different to that of sendmail.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/exim
$ dnf install -y exim
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y exim
```## Remove
```
$ dnf erase -y exim
$ dnf copr remove pkgstore/exim
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/exim).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/exim) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.