Solved postconf command not found

I just installed postfix on FreeBSD 10.1 in a jail (ezjail) setup and I don't have postconf. Is it not part of the main package? What other package do I need to install?

root@mta:~ # which postconf
Code:
postconf: Command not found.
root@mta:~ # postconf
Code:
postconf: Command not found.
 
What does echo $PATH return? Is /usr/local/sbin there?

# which postconf
Code:
/usr/local/sbin/postconf

Both the Postfix packages in quarterly and latest are showing the above.
 
Code:
root@mta:~ # /usr/local/sbin/
editmap*          makemap*          pkg-static*       praliases*        sasldblistusers2* tcsd*            
lsof*             nslcd*            pkg2ng*           saslauthd*        saslpasswd2*      testsaslauthd*    
mailstats*        pkg*              pluginviewer*     saslcache*        sendmail*        
root@mta:~ # /usr/local/sbin/post
 
What does pkg info postfix return?
root@mta:~ # pkg info postfix
Code:
pkg: No package(s) matching postfix
root@mta:~ # pkg upgrade
Code:
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
 
Back
Top