Оглавление
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- Obtaining sample antivirus files
- Clamav on CentOS
- SpamAssassin
- CGPAV: how to integrate antivirus with CommuniGate
- SpamAssassin accessibility
- Antispam settings in CommunigatePro
- Antivirus and Nagios adjustments
- Config files and scripts for antivirus and antispam
- GreyListing (eserv.ru)
- Greylisting: панацея от спама или мыльный пузырь?
- Неприступный почтовый сервер, или жизнь без спама
- External SOHO References
- Supplementary SOHO procedures
CGP - Troubleshooting
NetTOOLS.ru is a nice way to detect mail problems,especially check that we are not an open relay.
Also check that our DNS settings are healthy:
$ host mail.ourdom.com mail.ourdom.com has address 172.16.162.57 $ host 172.16.162.57 57.162.16.172.in-addr.arpa domain name pointer server.ourdom.com.
But, if you see something like
57.162.16.172.in-addr.arpa domain name pointer cl57-162-16-172.cl.yourprovider.com.
you have problems, and some SMTP servers can reject your mail with
return-path address <account@ourdom.com> rejected by mx.company.com: 550 We do not accept mail from dynamic IPs (172.16.162.57). Please contact support@company.com
Since the in-addr.arpa domain is owed by the provider, contact them.If it is not possible, use their SMTP server as an outgoing mail gateway.
- Discover relay address:
dig +short yourprovider.com mx 10 relay.yourprovider.com
- Go to Settings/Mail/SMTP/Sending and set
- Forward? to: relay.yourprovider.com
- Add this relay to your SPF record in DNS:
@ IN TXT "v=spf1 ip4:172.16.162.57 a:relay.yourprovider.com -all"
- Restart DNS and verify the record
dig +short ourdom.com txt

Комментарии
Отправить комментарий