/var/logs/paulooi.log
Menu
  • About Me
  • Contact
  • Privacy Policy
Systems Admin, Web Development and etc
Browse: Home » sendmail
Setup Sendmail Smart Relay in FreeBSD

Setup Sendmail Smart Relay in FreeBSD

September 9, 2010 · by Paul Ooi · in Systems

It’s good that to route all your outgoing email to a relay server for centralize management. Compiling Sendmail’s Smart Relay options in FreeBSD is slightly different from Linux machine. But it’s fairly easy to do so. Just follow the steps…

Disabled Sendmail Service on FreeBSD

May 14, 2010 · by Paul Ooi · in Systems

Disabled Sendmail Service on FreeBSD is slightly different compare to Linux. We usually disabled Sendmail Service and configure exim on FreeBSD. Sendmail service can be disabled via /etc/rc.conf. Put these lines into /etc/rc.conf

1
2
3
4
5
6
7
 
 
 
sendmail_enable="NONE"
 
 
 

After that restart sendmail service

1
2
3
4
5
6
7
 
 
 
/etc/rc.d/sendmail restart
 
 
 

…

Recent Posts

  • How to Rsync from Remote Server to Synology
  • Are you a Programmer and Preparing for an Interview?
  • Sublime Text Editor – Package Control
  • Interesting Services on Fiverr
  • Finally, a new Theme

Recent Comments

  • Bob on How to Rsync from Remote Server to Synology
  • DaveQB on Setup Sendmail Smart Relay in FreeBSD
  • takizo on How to Check Paypal Pre-Approved Payment List
  • Clint Baxley on How to Check Paypal Pre-Approved Payment List
  • stefan on Turn on DNS Query Log on Bind

Copyright © 2019 /var/logs/paulooi.log

Powered by WordPress and Origin