aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2015-10-30 00:21:27 +0100
committerMatthias Andree <matthias.andree@gmx.de>2015-10-30 00:22:06 +0100
commitc23e58cbaf4afc8109b7943565ea30f91cbedc83 (patch)
tree17eac41ce433fff844ca9ffdd153c8f9b9c0d436 /fetchmail-FAQ.html
parent1127bc797f98ae1b57c14f679e2eeb8b21a81a0b (diff)
downloadfetchmail-c23e58cbaf4afc8109b7943565ea30f91cbedc83.tar.gz
fetchmail-c23e58cbaf4afc8109b7943565ea30f91cbedc83.tar.bz2
fetchmail-c23e58cbaf4afc8109b7943565ea30f91cbedc83.zip
Expand item M7 by the aka clause.
In response to a finding by Marco Stoecker.
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r--fetchmail-FAQ.html19
1 files changed, 13 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html
index a053fb5d..b66140d7 100644
--- a/fetchmail-FAQ.html
+++ b/fetchmail-FAQ.html
@@ -2881,15 +2881,22 @@ need to say something like '<code>envelope 1 Received</code>' or
<pre>
Received: from send103.yahoomail.com (send103.yahoomail.com [205.180.60.92])
- by iserv.ttns.net (8.8.5/8.8.5) with SMTP id RAA10088
- for &lt;ksturgeon@fbceg.org&gt;; Wed, 9 Sep 1998 17:01:59 -0700
+ by iserv.example.net (8.8.5/8.8.5) with SMTP id RAA10088
+ for &lt;ksturgeon@fbceg.example.org&gt;; Wed, 9 Sep 1998 17:01:59 -0700
</pre>
-<p>it checks to see if 'iserv.ttns.net' is a DNS alias of your
-mailserver before accepting 'ksturgeon@fbceg.org' as an envelope
+<p>it checks to see if 'iserv.example.net' is a DNS alias of your
+mailserver before accepting 'ksturgeon@fbceg.example.org' as an envelope
address. This check might fail if your DNS were misconfigured, or
-if you were using 'no dns' and had failed to declare iserv.ttns.net
-as an alias of your server.</p>
+if you were using 'no dns' and had failed to declare iserv.example.net
+as an alias of your server. The typical hint is logging similar to:
+<code>line rejected, iserv.example.net is not an alias of the mailserver</code>,
+if you use fetchmail in verbose mode.</p>
+
+<p><strong>Workaround:</strong> You can specify the alias explicitly, with <code>aka
+ <em>iserv.example.net</em></code> statements in the rcfile. Replace
+<em>iserv.example.net</em> by the name you find in <strong>your</strong>
+'by' part of the 'Received:' line.</p>
<h2><a id="M8" name="M8">M8. Users are getting multiple copies of
messages.</a></h2>