-
Follow Us!
-
Search the Blog
-
-
Recent Posts
- Cisco to Juniper BGP command conversions March 15, 2020
- Cisco ASA BGP configuration November 20, 2019
- Cisco ASA with PPPOE failover line October 28, 2019
- Let’s talk about AF-Groups, Session-Groups and Neighbor-Groups October 26, 2019
- Let’s talk about Peer-Groups, Session-Templates and Policy-Templates October 26, 2019
-
Archives
- March 2020
- November 2019
- October 2019
- September 2019
- September 2016
- August 2016
- January 2016
- June 2014
- April 2014
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
-
Tags
- Apache
- Array
- ASA
- BGP
- C
- Cisco
- Cisco 877
- Cisco ASA
- Compression
- deduplication
- EIGRP
- Eval
- failover
- FreeBSD
- FTP
- FTTC
- GRE
- Hash
- Infinity
- IPv6
- Jail
- Juniper
- K&R
- Mac
- Mod_Secure
- MySQL
- Nagios
- Objective-C
- Perl
- Quota
- References
- restore
- Schwartzian Transform
- Security
- Sendmail
- Snapshot
- Sorting
- Spamassassin
- SRX
- SSL
- uniq
- Virtusertable
- VPN
- Xcode4
- ZFS
-
General Links
Perl Links
-
Tag Archives: Sendmail
MIMEDefang – processing the valid users list ( filter_recipient() )
I’m rebuilding our spam scanning platform at the moment and making some changes/improvements along the way. One of our issues was that we want to show customers ‘just how bad it is’ without spam scanning and so would like to … Continue reading
Posted in FreeBSD Administration, MIMEDefang, MySQL, Perl
Tagged access list, MIMEDefang, mimedefang-filter, Perl, Sendmail
Leave a comment
Testing SMTP-AUTH from the command line
I’m building a new pair of ‘mail-relay’ servers for customers to mail out through. Customers can only use SMTP-AUTH to send mail, but i needed a method of testing the mechanism. Actually I’ll be using MySQL based usernames and passwords, … Continue reading
Notes on the Vacation program – multiple aliases
Is it possible to have multiple aliases with vacation? Yes! Imagine you have a sendmail setup with a virtusetable that looks like this: fred@domain_name.com fred fredrick@domain_name.com fred fred.bloggs@domain_name.com fred And you want to use vacation for an out of office … Continue reading
Posted in FreeBSD Administration
Tagged FreeBSD, Multiple Aliases, Sendmail, Vacation
Leave a comment
Final Virtusertable Perl Sort
As the final stage of the sorting posts, I’ve converted the original virtusertable sort to the ‘Schwartzian Transform’ with multiple sorts. Notice i create the ‘sub arrays’ with 3 items: $_[0] = “user@domain <whitespace> target” $_[1] = “domain” $_[2] = … Continue reading
Posted in FreeBSD Administration, Perl
Tagged Perl, Schwartzian Transform, Sendmail, Sorting, Virtusertable
Leave a comment
FreeBSD, Sendmail, Dovecot mail server build
Due to one of our mail servers developing an ‘unresolvable hardware issue’ the project to consolidate the mail servers has been brought forward! We’ll be using an HP DL185 with 8GB RAM, 1 x QC CPU and a boat load … Continue reading