Hi,
attached a port of postsrsd, an srs forwarding daemon for postfix.
A couple of doubts:
- It uses a secret file created at build time with "dd if=/dev/urandom bs=18 count=1 | /usr/bin/openssl base64 -e",
should we add a README on how to create it ?
- the Linux startup script uses something like that:
-------------------------------------------------------------------
SRS_DOMAIN=`postconf -h mydomain || true`
daemon $DAEMON -d "$SRS_DOMAIN" ....
-------------------------------------------------------------------
Does it make sense to write a similar rc script or is it better to let the user configure it by hand and add it to rc.local ?
Cheers
Giovanni
No comments:
Post a Comment