On 7/13/2012 12:57 PM, Douglas Hubler wrote:
On Fri, Jul 13, 2012 at 12:51 PM, Gerald Drouillard
<[email protected]> wrote:
I am not sure what would need to be changed in the install.  I cannot
image it being anything substantial.  If it is an install script, point
me in the right direction and I'll look at it.
https://github.com/dhubler/sipxecs/blob/master/sipXsupervisor/etc/sendmail.cf

If you do develop a fix, post alternative back to the list, and if
there are a number of confirmations by members of community that all
is great, then we can consider this.

Doe something like this fit your needs:
https://cfengine.com/manuals/cf3-solutions#Postfix-mail-configuration

Here is a typical config file for postfix/sipx server found in: /etc/postfix/main.cf

   queue_directory = /var/spool/postfix
   command_directory = /usr/sbin
   daemon_directory = /usr/libexec/postfix
   mail_owner = postfix
   inet_interfaces = localhost
   mydestination = $myhostname, localhost.$mydomain, localhost
   relayhost = [192.168.1.1]
   alias_maps = hash:/etc/aliases
   alias_database = hash:/etc/aliases
   debug_peer_level = 2
   debugger_command =
             PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
             xxgdb $daemon_directory/$process_name $process_id & sleep 5
   sendmail_path = /usr/sbin/sendmail.postfix
   newaliases_path = /usr/bin/newaliases.postfix
   mailq_path = /usr/bin/mailq.postfix
   setgid_group = postdrop
   html_directory = no
   manpage_directory = /usr/share/man
   sample_directory = /usr/share/doc/postfix-2.3.3/samples
   readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
   message_size_limit=240000000
   mailbox_size_limit=250000000
   transport_maps=hash:/etc/postfix/transport
   smtp_use_tls=yes
   smtp_tls_CAfile=/etc/pki/tls/certs/ca-bundle.crt
   myorigin=$mydomain

The only important ones IMO that would need to be changed by a phone server admin are:
relayhost = [192.168.1.1]
message_size_limit=240000000
mailbox_size_limit=250000000
myorigin=$mydomain

--
Regards
--------------------------------------
Gerald Drouillard
Technology Architect
Drouillard & Associates, Inc.
http://www.Drouillard.biz

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to