Archive for the 'Postfix' Category
Have Postfix relay e-mail to GMail
8 Comments Published by Felipe Alfaro Solana May 10th, 2009 in PostfixThis post documents how I did set up Postfix 2.6 to relay all of its e-mail to GMail.
I used different sources to assemble what is described next. Worth mentioning are Getting Postfix to work on Ubuntu with Gmail, Gmail on Home Linux Box using Postfix and Fetchmail, Postfix Gmail SMTP Relay and finally Postfix TLS [...]
Enterprise mail routing with Postfix and LDAP
6 Comments Published by Felipe Alfaro Solana May 24th, 2006 in LDAP, PostfixA LDAP directory offers a single, logically centralized, hierarchical store to keep data, like information about users, groups, mailboxes, services, etc. There are a number of applications out there than can leverage this LDAP store. For example, PAM can authenticate by checking against an LDAP directory, Cyrus-IMAP can check whether a certain user has a [...]
Postfix and Cyrus-IMAP interactions on x86_64
0 Comments Published by Felipe Alfaro Solana May 22nd, 2006 in Cyrus, Postfix, x86_64The file /etc/postfix/master.cf of postfix-2.1.5-4.2.RHEL4.x86_64 contains a hard-coded path to Cyrus-IMAP LMTP deliver agent, /usr/lib/cyrus-imapd/deliver. However, this causes problems on x86_64 systems since Cyrus-IMAP LMTP deliver agent path is /usr/lib64/cyrus-imapd/deliver.
Fixing this problem is easy: just edit /etc/postfix/master.cf and replace /usr/lib/cyrus-imapd/deliver with /usr/lib64/cyrus-imapd/deliver.
I have filled in a bug report against Red Hat’s Enterprise Linux 4:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192601
Block sender address spoofing with SMPT AUTH
4 Comments Published by Felipe Alfaro Solana February 19th, 2006 in PostfixIn order to evade mail-relaying, unathorized users try to spoof the e-mail sender address in mail messages. One trick they use consists in making Postfix think the sender belongs to a mail domain in $mydestination (that the message comes from a domain belonging to the list of domains that Postfix considers itself the final destination [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'Postfix' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||