{"id":25149284,"url":"https://github.com/jawherkl/mail-server-checker","last_synced_at":"2025-04-28T14:48:45.547Z","repository":{"id":276112806,"uuid":"869532705","full_name":"JawherKl/mail-server-checker","owner":"JawherKl","description":"The Mail Server Checker is a PHP new tool designed to analyze and verify the different protocols (SPF, DMARC, DKIM) releated to the domain mail server.","archived":false,"fork":false,"pushed_at":"2025-02-08T13:27:27.000Z","size":1284,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:41:31.129Z","etag":null,"topics":["dkim","dmarc","php","spf","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JawherKl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-08T13:05:03.000Z","updated_at":"2025-03-19T07:17:39.000Z","dependencies_parsed_at":"2025-02-06T11:44:20.969Z","dependency_job_id":null,"html_url":"https://github.com/JawherKl/mail-server-checker","commit_stats":null,"previous_names":["jawherkl/mail-server-checker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JawherKl%2Fmail-server-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JawherKl%2Fmail-server-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JawherKl%2Fmail-server-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JawherKl%2Fmail-server-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JawherKl","download_url":"https://codeload.github.com/JawherKl/mail-server-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251334101,"owners_count":21572946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dkim","dmarc","php","spf","symfony"],"created_at":"2025-02-08T21:20:20.228Z","updated_at":"2025-04-28T14:48:45.522Z","avatar_url":"https://github.com/JawherKl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mail Server Checker (MSC)\n\n![mail_checker](https://github.com/JawherKl/mail-server-checker/blob/main/mail_checker.png)\n\n## Overview\nThe **Mail Server Checker** is a PHP tool designed to analyze and verify various email protocols (SPF, DMARC, DKIM) related to domain mail servers. It retrieves and displays DNS records, providing a comprehensive analysis of your email server's configuration and security.\n\n## Features\n- Retrieve and display various DNS records for a specified domain.\n  - Supported record types: A, NS, MX, SOA, TXT.\n- Verify SPF, DMARC, and DKIM records for email security.\n- Clean and structured output for easy readability.\n- Detailed error reporting and suggestions for fixing issues.\n\n## Requirements\n- PHP 7.4 or higher\n- Composer\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/JawherKl/mail-server-checker.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd mail-server-checker\n   ```\n\n3. Install dependencies using Composer:\n   ```bash\n   composer install\n   ```\n\n## Usage\n\nTo check a domain's mail server configuration, run the following command:\n\n```bash\nphp checker.php example.com\n```\n\nReplace `example.com` with the domain you want to check. The tool will display the DNS records and verify the SPF, DMARC, and DKIM configurations.\n\n## Example Output\n\n```plaintext\nDomain: example.com\n\nA Records:\n- 192.0.2.1\n\nNS Records:\n- ns1.example.com\n- ns2.example.com\n\nMX Records:\n- mail.example.com (Priority: 10)\n\nSPF Record:\n- v=spf1 include:_spf.example.com ~all\n\nDMARC Record:\n- v=DMARC1; p=none; rua=mailto:dmarc-reports@example.com\n\nDKIM Record:\n- Selector: default\n- Public Key: (Public key data here)\n\nAnalysis:\n- SPF: Pass\n- DMARC: Pass\n- DKIM: Pass\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawherkl%2Fmail-server-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjawherkl%2Fmail-server-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawherkl%2Fmail-server-checker/lists"}