IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Exim Question
I want to allow a *single* authenticated login to my mailserver so that I can send email via Exim *from outside the box*. Device in question is a phone that can do IMAP email, but I'm on the Orange GPRS network with it, so my net.location is not under my control.

Is this doable? I've scoured Exim's docs and can't see how to do this.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New *Single*...what? IP? User? MAC?
Or do you just mean "one at a time"?

Any problem with just a password? This is Exim 3.x:

######################################################################\n#                   AUTHENTICATION CONFIGURATION                     #\n######################################################################\n\nlogin:\n  driver = plaintext\n  public_name = LOGIN\n  server_prompts = "Username:: : Password::"\n  server_condition = "${if eq{$2}{mysecretpassword}{yes}{no}}"\n  server_set_id = $1\n\n~


I'm gonna go build my own theme park! With Blackjack! And hookers! In fact, forget the park!
New Uno Usero!
I want all the lockdown (i.e. no relaying or any other dodgy stuff) I've got now, but a single user (i.e. me) to be able, with the appropriate password, to send mail through the server.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New You on v4 yet?
What I posted should work on 3, by adding another line to your globals section:

host_auth_accept_relay = *

It works for my personal domains, anway...


I'm gonna go build my own theme park! With Blackjack! And hookers! In fact, forget the park!
     Exim Question - (pwhysall) - (3)
         *Single*...what? IP? User? MAC? - (FuManChu) - (2)
             Uno Usero! - (pwhysall) - (1)
                 You on v4 yet? - (FuManChu)

When the pin is pulled, Mr. Grenade is not our friend.
80 ms