This file is indexed.

/usr/share/doc/masqmail/FAQ is in masqmail 0.3.4-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
Frequently Asked Questions
==========================

Some of these questions were never asked, but I thought they will
be some time. Some were asked.


When do I need MasqMail?
------------------------
You do not *need* it. But it makes sending mails via a dialup
connection a lot easier.

It is useful if you dial to the internet from time to time via a
modem and connect to different providers, each one with a
different configuration. Other MTAs are not flexible enough if you
have to send mails via different mail servers for each provider.
With MasqMail you can configure a different one for each provider
and even set your return addresses differently.

It is also useful if you have a LAN with a gateway which is
connected to the internet via a modem because you can rewrite your
address depending on whether the recipients are *inside* or
*outside* your LAN. So responses and delivery failures on your LAN
will be sent to you without leaving it, while those outside will
be delivered to your address outside. (But it does not yet send
delivery failures itself yet.)

MasqMail is also often used on notebooks.


When do I not need MasqMail?
----------------------------
The use of MasqMail is *strongly* discouraged if you have a
permanent connection to the internet without a firewall. First
because it does not have the ability to block relaying (it relays
every mail) and second because there are no capabilities to
protect against SPAM. You will not take advantages of its features
anyway.


Is there a mailing list for MasqMail?
-------------------------------------
Yes, there is! See here.


After starting masmail, I get the following message: "could
not gain root privileges. Is the setuid bit set?"
-----------------------------------------------------------
Set the set-user-id-bit with chmod u+s /usr/sbin/masqmail.


After starting masmail, I get the following message: "bind:
(terminating): Address already in use"
-----------------------------------------------------------
This means that there is already a process listening on a port,
usually 25. You either have another MTA running in background
(sendmail, exim, etc...) or another instance of masqmail.

It may also mean that the ports you configured MM to listen to
(with 'listen_addresses') are on the same IP address, eg. you may
have set your hostname to 127.0.0.1 and try to listen on localhost
and your host name. In this case either set your hostname to
another IP address or delete one of the conflicting entries.


My friends told me that they do not see my full name in their
inbox, although it is configured in my mail client.
-------------------------------------------------------------
You probably used the map_h_from_addresses feature in the route
configuration and forgot to set your real name. The syntax is:

map_h_from_addresses = "charlie:Charlie Miller <cmiller@foo.com>";

Do not forget the Charlie Miller.


With connection method file, I get the following message in
the log file: "Could not open /tmp/connect_route: Permission
denied".
------------------------------------------------------------
In your ip-up script, you have to set read permission to the user
masqmail runs as. After you write the file with the connection
name, set read permission to all with chmod ugo+r file.


With connection method file, I get the following message in
the log file: "route with name name not found.".
-----------------------------------------------------------
Check whether the name in the file is really identical to name you
gave to the route configuration (case sensitive!).


I found a bug.
--------------
Make sure you are using the newest version, in case of doubt
search it in freshmeat. If you do, tell me. See also the section
bugs on the main page.


I think I found a bug, but I am not sure whether I configured
MasqMail incorrectly.
-------------------------------------------------------------
Don't care. Tell me. Or write to the mailing list.



Written by Oliver Kurth
Last modified by him: Tue May 30 15:19:56 CEST 2000