https://github.com/zextras/carbonio-core
Carbonio Core packages definitions
https://github.com/zextras/carbonio-core
carbonio carbonio-component collaboration collaboration-suite email email-server oss
Last synced: 4 months ago
JSON representation
Carbonio Core packages definitions
- Host: GitHub
- URL: https://github.com/zextras/carbonio-core
- Owner: zextras
- License: agpl-3.0
- Created: 2023-05-09T11:20:44.000Z (about 3 years ago)
- Default Branch: devel
- Last Pushed: 2026-02-16T11:34:38.000Z (4 months ago)
- Last Synced: 2026-02-16T20:05:40.522Z (4 months ago)
- Topics: carbonio, carbonio-component, collaboration, collaboration-suite, email, email-server, oss
- Language: Shell
- Homepage: https://zextras.com/carbonio
- Size: 516 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Carbonio Core
Carbonio Core is an open-source, community-driven email server that provides core components and resources for the Carbonio email and collaboration platform. This project contains the essential infrastructure, configuration files, and system services that power Carbonio's mail delivery and management capabilities, including:
- Core mail server components
- System services (carbonio.target, carbonio-configd.service, carbonio-stats.service)
- Configuration management
- Bootstrap scripts for initial setup
## Project Structure
- `ce/` - Community Edition specific files
- `core/` - Core package files and configurations
- `webui/` - Web UI related files
- `build-packages.sh` - Build script for creating distribution packages
## Quick Start
### Prerequisites
- Docker or Podman installed
- Make
### Building Packages
```bash
# Build packages for Ubuntu 22.04
make build TARGET=ubuntu-jammy
# Build packages for Rocky Linux 9
make build TARGET=rocky-9
# Build packages for Ubuntu 24.04
make build TARGET=ubuntu-noble
```
### Supported Targets
- `ubuntu-jammy` - Ubuntu 22.04 LTS
- `ubuntu-noble` - Ubuntu 24.04 LTS
- `rocky-8` - Rocky Linux 8
- `rocky-9` - Rocky Linux 9
## Installation
These packages are distributed as part of the [Carbonio platform](https://zextras.com/carbonio). To install:
### Ubuntu (Jammy/Noble)
```bash
apt-get install
```
### Rocky Linux (8/9)
```bash
yum install
```
## Contributing
We welcome contributions from the community! See [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to this project.
## License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.