>The reject email that is sent out to rejected users lists an email >contact that I need to modify. Right now it simply says contact ><postmaster>, and I need it to say [EMAIL PROTECTED] Where is the >text that I can edit?
some people have done this by editing the c source code. I don't know which source file it was. The problem with this is that you have to modify the source code for each new version or snapshot of postfix. why not leave it as postmaster@whatever, and then alias or forward postmaster to support@blah? >Also, I need to allow my administrators to add new domains to the >imgate box, the transport.map and from_senders_mybogus.map. They are >even more FreeBSD helpless than I am! Can someone point me in the >direction of what I can do? I would like for them to be able to run a >command line program and pass the domains on the command line or >something similar. They can learn an editor like ee or pico as being easier that vi. or they can keep a copy of those files on their windows machines, edit there, and ftp it to IMGate. a cron job running every */15 could postmap those two files, giving you a delay of only a few minutes. Len
