Index:
[thread]
[date]
[author]
[stats]
From: inne <inne@alice-dsl.net>
To : <masqmail@marmaro.de>
Date: Tue, 01 Feb 2011 15:46:57 +0100
Re: [masqmail] rewrite MAIL FROM
Am 01.02.2011 14:25, schrieb Juergen Daubert:
> Without detailed informations about your configuration, everything
> we can do is wild guessing.
>
Here all what i think that is importen.
> Anyway, are you sure masqmail reads the route configuration file in
> which you put the rewrite rule?
>
Yes :-/
root@E611:/home/inne# /etc/init.d/masqmail stop
Stopping MTA (masqmail): listen/queue.
root@E611:/home/inne# rm /var/spool/masqmail/input/*
root@E611:/home/inne# echo >/var/log/masqmail/masqmail.log
root@E611:/home/inne# echo default >/var/run/masqmail-route
root@E611:/home/inne# /etc/init.d/masqmail start
Starting MTA (masqmail): read_statement()
read_lval()
read_lval() 2
lval = online_routes.default
lval = online_routes.default
read_rval()
rval = /etc/masqmail/default.route
rval = /etc/masqmail/default.route
read_conf(): lval=online_routes.default
parsing list /etc/masqmail/default.route, file?:0
item = /etc/masqmail/default.route
read_statement()
parsing list 1h;4h;8h;1d;2d;3d, file?:0
item = 1h
item = 4h
item = 8h
item = 1d
item = 2d
item = 3d
listen/queue.
root@E611:/home/inne# mail inne
Subject: test
EOT
root@E611:/home/inne# read_statement()
read_lval()
read_lval() 2
lval = online_routes.default
lval = online_routes.default
read_rval()
rval = /etc/masqmail/default.route
rval = /etc/masqmail/default.route
read_conf(): lval=online_routes.default
parsing list /etc/masqmail/default.route, file?:0
item = /etc/masqmail/default.route
read_statement()
parsing list 1h;4h;8h;1d;2d;3d, file?:0
item = 1h
item = 4h
item = 8h
item = 1d
item = 2d
item = 3d
root@E611:/home/inne# masqmail -q
read_statement()
read_lval()
read_lval() 2
lval = online_routes.default
lval = online_routes.default
read_rval()
rval = /etc/masqmail/default.route
rval = /etc/masqmail/default.route
read_conf(): lval=online_routes.default
parsing list /etc/masqmail/default.route, file?:0
item = /etc/masqmail/default.route
read_statement()
parsing list 1h;4h;8h;1d;2d;3d, file?:0
item = 1h
item = 4h
item = 8h
item = 1d
item = 2d
item = 3d
read_statement()
read_lval()
read_lval() 2
lval = protocol
lval = protocol
read_rval()
rval = SMTP
rval = SMTP
read_statement()
read_lval()
read_lval() 2
lval = helo_name
lval = helo_name
read_rval()
rval = inne
rval = inne
read_statement()
read_lval()
read_lval() 2
lval = mail_host
lval = mail_host
read_rval()
rval = smtp.alice-dsl.net:25
rval = smtp.alice-dsl.net:25
parse_interface: smtp.alice-dsl.net:25
rval=smtp.alice-dsl.net:25, address:port=smtp.alice-dsl.net:25
read_statement()
read_lval()
read_lval() 2
lval = auth_name
lval = auth_name
read_rval()
rval = LOGIN
rval = LOGIN
read_statement()
read_lval()
read_lval() 2
lval = auth_login
lval = auth_login
read_rval()
rval = inne@alice-dsl.net
rval = inne@alice-dsl.net
read_statement()
read_lval()
read_lval() 2
lval = auth_secret
lval = auth_secret
read_rval()
rval = ***PW***
rval = ***PW***
read_statement()
read_lval()
read_lval() 2
lval = map_h_from_addresses
lval = map_h_from_addresses
read_rval()
rval = *: inne <inne@alice-dsl.net>
rval = *: inne <inne@alice-dsl.net>
parsing list *: inne <inne@alice-dsl.net>, file?:1
item = *: inne <inne@alice-dsl.net>
read_statement()
--
Und lass das Fernsehen aus.
### 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"
2011-02-01 15:28:14 [2118] masqmail 0.3.1 starting
2011-02-01 15:28:14 [2118] args:
2011-02-01 15:28:14 [2118] /usr/sbin/masqmail
2011-02-01 15:28:14 [2118] -bd
2011-02-01 15:28:14 [2118] -q10m
2011-02-01 15:28:14 [2118] queue_interval = 600
2011-02-01 15:28:14 [2119] masqmail 0.3.1 daemon starting
2011-02-01 15:28:14 [2119] listening on interface localhost:25
2011-02-01 15:28:14 [2119] sock = 2
2011-02-01 15:28:14 [2120] Starting queue run.
2011-02-01 15:28:14 [2120] Finished queue run.
2011-02-01 15:29:04 [2130] masqmail 0.3.1 starting
2011-02-01 15:29:04 [2130] args:
2011-02-01 15:29:04 [2130] send-mail
2011-02-01 15:29:04 [2130] -i
2011-02-01 15:29:04 [2130] inne
2011-02-01 15:29:04 [2130] queue_interval = 0
2011-02-01 15:29:04 [2130] accepting message on stdin
2011-02-01 15:29:04 [2130] header: 5 = Date: Tue, 01 Feb 2011 15:29:04 +0100
2011-02-01 15:29:04 [2130] header: 2 = To: inne
2011-02-01 15:29:04 [2130] header: 8 = Subject: test
2011-02-01 15:29:04 [2130] header: 12 = User-Agent: Heirloom mailx 12.4 7/29/08
2011-02-01 15:29:04 [2130] header: 12 = MIME-Version: 1.0
2011-02-01 15:29:04 [2130] header: 12 = Content-Type: text/plain; charset=us-ascii
2011-02-01 15:29:04 [2130] header: 12 = Content-Transfer-Encoding: quoted-printable
2011-02-01 15:29:04 [2130] received 1 lines of data (2 bytes)
2011-02-01 15:29:04 [2130] accept_message_prepare()
2011-02-01 15:29:04 [2130] setting return_path for local accept: <root@E611>
2011-02-01 15:29:04 [2130] scanning headers: Date: Tue, 01 Feb 2011 15:29:04 +0100
2011-02-01 15:29:04 [2130] scanning headers: To: inne
2011-02-01 15:29:04 [2130] scanning headers: Subject: test
2011-02-01 15:29:04 [2130] scanning headers: User-Agent: Heirloom mailx 12.4 7/29/08
2011-02-01 15:29:04 [2130] scanning headers: MIME-Version: 1.0
2011-02-01 15:29:04 [2130] scanning headers: Content-Type: text/plain; charset=us-ascii
2011-02-01 15:29:04 [2130] scanning headers: Content-Transfer-Encoding: quoted-printable
2011-02-01 15:29:04 [2130] adding 'From' header
2011-02-01 15:29:04 [2130] adding 'Message-ID:' header
2011-02-01 15:29:04 [2130] adding 'Received:' header
2011-02-01 15:29:04 [2130] tmp_file = /var/spool/masqmail/input/2130-H.tmp
2011-02-01 15:29:04 [2130] opened tmp_file /var/spool/masqmail/input/2130-H.tmp
2011-02-01 15:29:04 [2130] after MF
2011-02-01 15:29:04 [2130] after RT
2011-02-01 15:29:04 [2130] after RH
2011-02-01 15:29:04 [2130] spool_file = /var/spool/masqmail/input/1PkHE8-0YM-00-H
2011-02-01 15:29:04 [2130] tmp_file = /var/spool/masqmail/input/2130-D.tmp
2011-02-01 15:29:04 [2130] spool_file = /var/spool/masqmail/input/1PkHE8-0YM-00-D
2011-02-01 15:29:04 [2130] 1PkHE8-0YM-00 <= <root@E611> with local
2011-02-01 15:29:04 [2131] spool_lock(1PkHE8-0YM-00)
2011-02-01 15:29:04 [2131] alias: (orig rcpt addr) expand local 'inne'
2011-02-01 15:29:04 [2131] alias: 'inne' is local and will get expanded
2011-02-01 15:29:04 [2131] alias: 'inne' -> 'inne@alice-dsl.net'
2011-02-01 15:29:04 [2131] alias: processing 'inne@alice-dsl.net'
2011-02-01 15:29:04 [2131] alias: 'inne@alice-dsl.net' is non-local, hence completed
2011-02-01 15:29:04 [2131] other_msgout_list
2011-02-01 15:29:04 [2131] online detection method 'file'
2011-02-01 15:29:04 [2131] detected online configuration default
2011-02-01 15:29:04 [2131] read_route, filename = /etc/masqmail/default.route
2011-02-01 15:29:04 [2131] deliver_route_msg_list()
2011-02-01 15:29:04 [2131] route->allowed_rcpt_domains == NULL
2011-02-01 15:29:04 [2131] 1PkHE8-0YM-00 using '/etc/masqmail/default.route'
2011-02-01 15:29:04 [2131] rcpts for routed delivery, route = /etc/masqmail/default.route, id = 1PkHE8-0YM-00
2011-02-01 15:29:04 [2131] rcpt for routed delivery: <inne@alice-dsl.net>
2011-02-01 15:29:04 [2131] setting return path to (null)
2011-02-01 15:29:04 [2131] rewrite_headers() returning
2011-02-01 15:29:04 [2131] deliver_route_msgout_list entered, route->name = /etc/masqmail/default.route
2011-02-01 15:29:04 [2131] protocol = SMTP
2011-02-01 15:29:04 [2131] smtp_out_open entered, host = smtp.alice-dsl.net
2011-02-01 15:29:04 [2131] connect_resolvelist entered
2011-02-01 15:29:04 [2131] foreach() body
2011-02-01 15:29:04 [2131] DNS: resolve_dns_mx entered
2011-02-01 15:29:04 [2131] DNS: before res_search()
2011-02-01 15:29:04 [2131] DBG: after res_search()
2011-02-01 15:29:04 [2131] DBG: resolve name = smtp.alice-dsl.net
2011-02-01 15:29:04 [2131] DNS: found 0 mx records
2011-02-01 15:29:04 [2131] foreach() body
2011-02-01 15:29:04 [2131] DNS: resolve_dns_a entered
2011-02-01 15:29:04 [2131] DNS: before res_search()
2011-02-01 15:29:04 [2131] DBG: after res_search()
2011-02-01 15:29:04 [2131] DBG: resolve name = smtp.alice-dsl.net
2011-02-01 15:29:04 [2131] DNS: dns_getip(): ip = 88.44.60.16
2011-02-01 15:29:04 [2131] connect_hostlist entered
2011-02-01 15:29:04 [2131] trying ip 88.44.60.16 port 25
2011-02-01 15:29:05 [2131] connected to 88.44.60.16
2011-02-01 15:29:05 [2131] socket: name.sin_addr = 85.177.81.119
2011-02-01 15:29:05 [2131] smtp_out_init(): instant_helo:0
2011-02-01 15:29:05 [2131] S: 220 out.alice-dsl.de SMTP Server Tue, 1 Feb 2011 15:29:12 +0100
2011-02-01 15:29:05 [2131] response OK:'220 out.alice-dsl.de SMTP Server Tue, 1 Feb 2011 15:29:12 +0100
2011-02-01 15:29:05 [2131] C: EHLO inne
2011-02-01 15:29:05 [2131] S: 250-out.alice-dsl.de Hello [85.177.81.119]
2011-02-01 15:29:05 [2131] response OK:'250-out.alice-dsl.de Hello [85.177.81.119]
2011-02-01 15:29:05 [2131] in check_helo_response()
2011-02-01 15:29:05 [2131] offered AUTH GSSAPI
2011-02-01 15:29:05 [2131] offered AUTH NTLM
2011-02-01 15:29:05 [2131] offered AUTH LOGIN
2011-02-01 15:29:05 [2131] in check_helo_response()
2011-02-01 15:29:05 [2131] offered AUTH LOGIN
2011-02-01 15:29:05 [2131] uses SIZE
2011-02-01 15:29:05 [2131] uses PIPELINING
2011-02-01 15:29:05 [2131] uses AUTH
2011-02-01 15:29:05 [2131] uses esmtp
2011-02-01 15:29:05 [2131] C: AUTH LOGIN
2011-02-01 15:29:05 [2131] S: 334 VXNlcm5hbWU6
2011-02-01 15:29:05 [2131] response OK:'334 VXNlcm5hbWU6
2011-02-01 15:29:05 [2131] smtp_out_auth_login():
2011-02-01 15:29:05 [2131] encoded response = VXNlcm5hbWU6
2011-02-01 15:29:05 [2131] decoded response = Username:, size = 9
2011-02-01 15:29:05 [2131] C: aW5uZUBhbGljZS1kc2wubmV0
2011-02-01 15:29:05 [2131] S: 334 UGFzc3dvcmQ6
2011-02-01 15:29:05 [2131] response OK:'334 UGFzc3dvcmQ6
2011-02-01 15:29:05 [2131] encoded response = UGFzc3dvcmQ6
2011-02-01 15:29:05 [2131] decoded response = Password:WU6, size = 9
2011-02-01 15:29:05 [2131] C: SGVlOGFQb29HNg==
2011-02-01 15:29:05 [2131] S: 235 2.7.0 Authentication successful.
2011-02-01 15:29:05 [2131] response OK:'235 2.7.0 Authentication successful.
2011-02-01 15:29:05 [2131] smtp_out_msg entered
2011-02-01 15:29:05 [2131] C: MAIL FROM:<root@E611> SIZE=1420
2011-02-01 15:29:05 [2131] C: RCPT TO:<inne@alice-dsl.net>
2011-02-01 15:29:05 [2131] C: DATA
2011-02-01 15:29:05 [2131] S: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:05 [2131] response failure:'454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:05 [2131] check_response failed after MAIL FROM
2011-02-01 15:29:05 [2131] smtp_out_msg():
2011-02-01 15:29:05 [2131] psb->error = 1
2011-02-01 15:29:05 [2131] ok = 0
2011-02-01 15:29:05 [2131] rcpt_accept = 0
2011-02-01 15:29:05 [2131] 1PkHE8-0YM-00 == host=out.alice-dsl.net failed: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:05 [2131] ival = 259200
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] ival = 172800
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] ival = 86400
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] ival = 28800
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] ival = 14400
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] ival = 3600
2011-02-01 15:29:05 [2131] now - msg->received_time = 1
2011-02-01 15:29:05 [2131] tmp_file = /var/spool/masqmail/input/2131-H.tmp
2011-02-01 15:29:05 [2131] opened tmp_file /var/spool/masqmail/input/2131-H.tmp
2011-02-01 15:29:05 [2131] after MF
2011-02-01 15:29:05 [2131] after RT
2011-02-01 15:29:05 [2131] after RH
2011-02-01 15:29:05 [2131] spool_file = /var/spool/masqmail/input/1PkHE8-0YM-00-H
2011-02-01 15:29:05 [2131] spool header for 1PkHE8-0YM-00 written back.
2011-02-01 15:29:05 [2131] C: QUIT
2011-02-01 15:29:05 [2131] destroy_address entered
2011-02-01 15:29:05 [2131] spool_unlock(1PkHE8-0YM-00)
2011-02-01 15:29:45 [2135] masqmail 0.3.1 starting
2011-02-01 15:29:45 [2135] args:
2011-02-01 15:29:45 [2135] masqmail
2011-02-01 15:29:45 [2135] -q
2011-02-01 15:29:45 [2135] queue_interval = 0
2011-02-01 15:29:45 [2135] Starting queue run.
2011-02-01 15:29:45 [2135] spoolfile: /var/spool/masqmail/input/1PkHE8-0YM-00-H
2011-02-01 15:29:45 [2135] uid: 1PkHE8-0YM-00
2011-02-01 15:29:45 [2135] msg_spool_read():
2011-02-01 15:29:45 [2135] spool_read: MAIL FROM: <root@E611>
2011-02-01 15:29:45 [2135] header: 11 = Received: from root by E611 with local (masqmail 0.3.1) id
2011-02-01 15:29:45 [2135] header: 5 = Date: Tue, 01 Feb 2011 15:29:04 +0100
2011-02-01 15:29:45 [2135] header: 2 = To: inne
2011-02-01 15:29:45 [2135] header: 8 = Subject: test
2011-02-01 15:29:45 [2135] header: 12 = User-Agent: Heirloom mailx 12.4 7/29/08
2011-02-01 15:29:45 [2135] header: 12 = MIME-Version: 1.0
2011-02-01 15:29:45 [2135] header: 12 = Content-Type: text/plain; charset=us-ascii
2011-02-01 15:29:45 [2135] header: 12 = Content-Transfer-Encoding: quoted-printable
2011-02-01 15:29:45 [2135] header: 0 = From: <root@E611>
2011-02-01 15:29:45 [2135] header: 6 = Message-ID: <1PkHE8-0YM-00@E611>
2011-02-01 15:29:45 [2135] spool_read_header() returned: 1 (do_readdata had been: 0)
2011-02-01 15:29:45 [2135] after read spool file for 1PkHE8-0YM-00
2011-02-01 15:29:45 [2135] spool_lock(1PkHE8-0YM-00)
2011-02-01 15:29:45 [2135] alias: (orig rcpt addr) expand local 'inne'
2011-02-01 15:29:45 [2135] alias: 'inne' is local and will get expanded
2011-02-01 15:29:45 [2135] alias: 'inne' -> 'inne@alice-dsl.net'
2011-02-01 15:29:45 [2135] alias: processing 'inne@alice-dsl.net'
2011-02-01 15:29:45 [2135] alias: 'inne@alice-dsl.net' is non-local, hence completed
2011-02-01 15:29:45 [2135] other_msgout_list
2011-02-01 15:29:45 [2135] online detection method 'file'
2011-02-01 15:29:45 [2135] detected online configuration default
2011-02-01 15:29:45 [2135] read_route, filename = /etc/masqmail/default.route
2011-02-01 15:29:45 [2135] deliver_route_msg_list()
2011-02-01 15:29:45 [2135] route->allowed_rcpt_domains == NULL
2011-02-01 15:29:45 [2135] 1PkHE8-0YM-00 using '/etc/masqmail/default.route'
2011-02-01 15:29:45 [2135] rcpts for routed delivery, route = /etc/masqmail/default.route, id = 1PkHE8-0YM-00
2011-02-01 15:29:45 [2135] rcpt for routed delivery: <inne@alice-dsl.net>
2011-02-01 15:29:45 [2135] setting return path to (null)
2011-02-01 15:29:45 [2135] rewrite_headers() returning
2011-02-01 15:29:45 [2135] deliver_route_msgout_list entered, route->name = /etc/masqmail/default.route
2011-02-01 15:29:45 [2135] protocol = SMTP
2011-02-01 15:29:45 [2135] smtp_out_open entered, host = smtp.alice-dsl.net
2011-02-01 15:29:45 [2135] connect_resolvelist entered
2011-02-01 15:29:45 [2135] foreach() body
2011-02-01 15:29:45 [2135] DNS: resolve_dns_mx entered
2011-02-01 15:29:45 [2135] DNS: before res_search()
2011-02-01 15:29:45 [2135] DBG: after res_search()
2011-02-01 15:29:45 [2135] DBG: resolve name = smtp.alice-dsl.net
2011-02-01 15:29:45 [2135] DNS: found 0 mx records
2011-02-01 15:29:45 [2135] foreach() body
2011-02-01 15:29:45 [2135] DNS: resolve_dns_a entered
2011-02-01 15:29:45 [2135] DNS: before res_search()
2011-02-01 15:29:45 [2135] DBG: after res_search()
2011-02-01 15:29:45 [2135] DBG: resolve name = smtp.alice-dsl.net
2011-02-01 15:29:45 [2135] DNS: dns_getip(): ip = 88.44.60.16
2011-02-01 15:29:45 [2135] connect_hostlist entered
2011-02-01 15:29:45 [2135] trying ip 88.44.60.16 port 25
2011-02-01 15:29:45 [2135] connected to 88.44.60.16
2011-02-01 15:29:45 [2135] socket: name.sin_addr = 85.177.81.119
2011-02-01 15:29:45 [2135] smtp_out_init(): instant_helo:0
2011-02-01 15:29:45 [2135] S: 220 out.alice-dsl.de SMTP Server Tue, 1 Feb 2011 15:29:53 +0100
2011-02-01 15:29:45 [2135] response OK:'220 out.alice-dsl.de SMTP Server Tue, 1 Feb 2011 15:29:53 +0100
2011-02-01 15:29:45 [2135] C: EHLO inne
2011-02-01 15:29:45 [2135] S: 250-out.alice-dsl.de Hello [85.177.81.119]
2011-02-01 15:29:45 [2135] response OK:'250-out.alice-dsl.de Hello [85.177.81.119]
2011-02-01 15:29:45 [2135] in check_helo_response()
2011-02-01 15:29:45 [2135] offered AUTH GSSAPI
2011-02-01 15:29:45 [2135] offered AUTH NTLM
2011-02-01 15:29:45 [2135] offered AUTH LOGIN
2011-02-01 15:29:45 [2135] in check_helo_response()
2011-02-01 15:29:45 [2135] offered AUTH LOGIN
2011-02-01 15:29:45 [2135] uses SIZE
2011-02-01 15:29:45 [2135] uses PIPELINING
2011-02-01 15:29:45 [2135] uses AUTH
2011-02-01 15:29:45 [2135] uses esmtp
2011-02-01 15:29:45 [2135] C: AUTH LOGIN
2011-02-01 15:29:46 [2135] S: 334 VXNlcm5hbWU6
2011-02-01 15:29:46 [2135] response OK:'334 VXNlcm5hbWU6
2011-02-01 15:29:46 [2135] smtp_out_auth_login():
2011-02-01 15:29:46 [2135] encoded response = VXNlcm5hbWU6
2011-02-01 15:29:46 [2135] decoded response = Username:, size = 9
2011-02-01 15:29:46 [2135] C: aW5uZUBhbGljZS1kc2wubmV0
2011-02-01 15:29:46 [2135] S: 334 UGFzc3dvcmQ6
2011-02-01 15:29:46 [2135] response OK:'334 UGFzc3dvcmQ6
2011-02-01 15:29:46 [2135] encoded response = UGFzc3dvcmQ6
2011-02-01 15:29:46 [2135] decoded response = Password:WU6, size = 9
2011-02-01 15:29:46 [2135] C: SGVlOGFQb29HNg==
2011-02-01 15:29:46 [2135] S: 235 2.7.0 Authentication successful.
2011-02-01 15:29:46 [2135] response OK:'235 2.7.0 Authentication successful.
2011-02-01 15:29:46 [2135] spool_read_data entered
2011-02-01 15:29:46 [2135] reading data spool file '/var/spool/masqmail/input/1PkHE8-0YM-00-D'
2011-02-01 15:29:46 [2135] smtp_out_msg entered
2011-02-01 15:29:46 [2135] C: MAIL FROM:<root@E611> SIZE=1420
2011-02-01 15:29:46 [2135] C: RCPT TO:<inne@alice-dsl.net>
2011-02-01 15:29:46 [2135] C: DATA
2011-02-01 15:29:46 [2135] S: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:46 [2135] response failure:'454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:46 [2135] check_response failed after MAIL FROM
2011-02-01 15:29:46 [2135] smtp_out_msg():
2011-02-01 15:29:46 [2135] psb->error = 1
2011-02-01 15:29:46 [2135] ok = 0
2011-02-01 15:29:46 [2135] rcpt_accept = 0
2011-02-01 15:29:46 [2135] 1PkHE8-0YM-00 == host=out.alice-dsl.net failed: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:46 [2135] ival = 259200
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] ival = 172800
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] ival = 86400
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] ival = 28800
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] ival = 14400
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] ival = 3600
2011-02-01 15:29:46 [2135] now - msg->received_time = 42
2011-02-01 15:29:46 [2135] tmp_file = /var/spool/masqmail/input/2135-H.tmp
2011-02-01 15:29:46 [2135] opened tmp_file /var/spool/masqmail/input/2135-H.tmp
2011-02-01 15:29:46 [2135] after MF
2011-02-01 15:29:46 [2135] after RT
2011-02-01 15:29:46 [2135] after RH
2011-02-01 15:29:46 [2135] spool_file = /var/spool/masqmail/input/1PkHE8-0YM-00-H
2011-02-01 15:29:46 [2135] spool header for 1PkHE8-0YM-00 written back.
2011-02-01 15:29:46 [2135] C: QUIT
2011-02-01 15:29:46 [2135] destroy_address entered
2011-02-01 15:29:46 [2135] spool_unlock(1PkHE8-0YM-00)
2011-02-01 15:29:46 [2135] deliver_msg_list() returned: 1
2011-02-01 15:29:46 [2135] Finished queue run.
2011-02-01 15:28:14 [2119] masqmail 0.3.1 daemon starting
2011-02-01 15:28:14 [2119] listening on interface localhost:25
2011-02-01 15:28:14 [2120] Starting queue run.
2011-02-01 15:28:14 [2120] Finished queue run.
2011-02-01 15:29:04 [2130] 1PkHE8-0YM-00 <= <root@E611> with local
2011-02-01 15:29:04 [2131] detected online configuration default
2011-02-01 15:29:04 [2131] 1PkHE8-0YM-00 using '/etc/masqmail/default.route'
2011-02-01 15:29:05 [2131] smtp_out_init(): instant_helo:0
2011-02-01 15:29:05 [2131] 1PkHE8-0YM-00 == host=out.alice-dsl.net failed: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:45 [2135] Starting queue run.
2011-02-01 15:29:45 [2135] detected online configuration default
2011-02-01 15:29:45 [2135] 1PkHE8-0YM-00 using '/etc/masqmail/default.route'
2011-02-01 15:29:45 [2135] smtp_out_init(): instant_helo:0
2011-02-01 15:29:46 [2135] 1PkHE8-0YM-00 == host=out.alice-dsl.net failed: 454 5.7.3 Client does not have permission to Send As this sender.
2011-02-01 15:29:46 [2135] Finished queue run.
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>"
Index:
[thread]
[date]
[author]
[stats]