Index: [thread] [date] [author] [stats]
  From: inne <inne@alice-dsl.net>
  To  : <masqmail@marmaro.de>
  Date: Tue, 01 Feb 2011 20:08:42 +0100

Re: [masqmail] rewrite MAIL FROM

Thanks Juergen and Meillo, all your hints are right :-)
it seem that masqmail do now what i want. but can you look please one
time again to my config (Juergen)? Maybe you see a fallayc, becouse
postmaster@alice-dsl.net has got unintenteninal too test-mails from me.

-- 

Und lass das Fernsehen aus.


protocol = "SMTP"
helo_name = "inne"
mail_host = "smtp.alice-dsl.net:25"
auth_name = "LOGIN"
auth_login = "inne@alice-dsl.net"
auth_secret = "***PW***"

map_h_from_addresses = "*: inne <inne@alice-dsl.net>"
map_return_path_addresses = "*: inne <inne@alice-dsl.net>"

set_h_from_domain = "alice-dsl.net"
set_return_path_domain = "alice-dsl.net"

map_h_reply_to_addresses = "*: inne <inne@alice-dsl.net>"

### BEGIN DEBCONF SECTION
# Do not edit within this region if you want your changes to be preserved by
# debconf.  Instead, make changes after the "### END DEBCONF SECTION" line.
host_name="E611"
local_hosts="localhost;E611"
local_nets=""
listen_addresses="localhost:25"
spool_dir="/var/spool/masqmail"
mail_dir="/var/mail"
log_dir="/var/log/masqmail"
do_queue=false
use_syslog=false
online_detect=file
online_file="/var/run/masqmail-route"
mbox_default=mbox
mda="/usr/bin/procmail -Y -d ${rcpt_local}"
alias_file=/etc/aliases
caseless_matching="false"
### END DEBCONF SECTION
#
# include the locations of your route and get configurations here.
# Examples:
# online_routes.default = "/etc/masqmail/default.route"
# online_gets.default = "/etc/masqmail/default.get"
# You can have more of those, with '.default' replaced with other
# names. See man 8 masqmail.conf.
#

debug_level = 6
online_routes.default = "/etc/masqmail/default.route"

# /etc/aliases
mailer-daemon: inne@alice-dsl.net
postmaster: root
nobody: root
hostmaster: root
usenet: root
news: root
webmaster: root
www: root
ftp: root
abuse: root
noc: root
security: root
root: inne
inne: inne@alice-dsl.net


Index: [thread] [date] [author] [stats]