Author:
erics , July 16th, 2021
PROBLEM: Email delivery to Google was failing with a “Service Unavailable” error:
relay = aspmx . l . google . com . [ IPv6 : 2607 : f8b0 : 400d : c0c :: 1a ] , dsn = 5.0.0 , stat = Service unavailable
Note that the network address for the destination is shown as IPv6! That is the root cause of the issue: 1. Sendmail is sending mail from the IPv6 address instead of the IPv4 address 2. Google rejects IPv6 senders without proper reverse […]
Categories: How-To's , Technology Tags: Amazon , Amazzon Linux , AWS , Delivery , DSN , Email , howto , IPv4 , IPv6 , Linux , make , Restart , SendMail , sendmail.cf , sendmail.mc , service , Service Unavailable , SPF , tips , Unavailable
| No comments
Author:
erics , February 25th, 2012
yum install glib2 - devel
yum install fuse - devel
yum install libcurl - devel
wget http : //sourceforge.net/projects/curlftpfs/files/latest/download
tar xvzf curlftpfs - 0.9.2.tar.gz
cd curlftpfs - 0.9.2
. / configure
make
make install
http://curlftpfs.sourceforge.net/
Categories: How-To's , Technology Tags: Amazon , Amazon Linux , AWS , CentOS , compile , configure , Curl , curlftpfs , fuse , glib , howto , make , make install , tips , Yum
| 2 comments