Posts Tagged ‘FreeBSD’
Configuring Inadyn in FreeBSD
Inadyn is an IP update client for DynDNS.com. Why we need this? Well you don’t really need this if you are using static IP. But if you have dynamic IP, you must keep your IP updated with the domain you choose in DynDNS.com every time you restart the router. Otherwise, the visitors can’t reach to [...]
Filed under: FreeBSD, HowTos | Leave a Comment
Tags: FreeBSD, Inadyn
Yeah! Finally I was able to send and receive email with sendmail and dovecot implemented on my FreeBSD server. I choose gmail smtp server to act as my Outgoing Email Server. Here is how I did,
In the /etc/mail/yourhostname.mc file, add the following above the DAEMON_OPTIONS line.
define(`confAUTH_OPTIONS’, `A’)dnl
define(`confAUTH_MECHANISMS’, `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN’)dnl
TRUST_AUTH_MECH(`EXTERNAL GSSAPI DIGEST-MD5 [...]
Filed under: FreeBSD | 5 Comments
Tags: FreeBSD, Sendmail, Squirrelmail