Re: [WISPA] OT: sendmail question

2006-10-31 Thread Adam Kennedy

David E. Smith wrote:

On Mon, October 30, 2006 3:41 pm, N White wrote:


I suggest the following. I never liked Sendmail all that much


You misspelled 'www.postfix.org' :)

David Smith
MVN.net



I agree! =)

--

Adam Kennedy
System Administrator
Cyberlink International
Phone: 888-293-3693 ext. 4352
Fax: 888-293-3995

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread Sam Tetherow
You can list every user for a given domain and then use a wildcard to 
reject all others in that domain.

So for your non-default domains you would have a virtual user table:
[EMAIL PROTECTED] joe
[EMAIL PROTECTED] jim
@yingyang.com error:nouser No such user here

This would allow mail to be delivered to joe and jim at yingyang.com and 
noone else.


As for the spam, do you have a received header that actually says it is 
for [EMAIL PROTECTED] which is not the mailbox it was delivered to? I have 
seen spam that bulk delivers with what looks like a BCC to some 
addresses. In other words they don't show up in the To: or CC: list, but 
if you examine the headers it is actually sent to the correct user.


Sam Tetherow
Sandhills Wireless

Chadd Thompson wrote:

Won't that still allow the user to receive mail for every domain on the
server unless you go in for every user and specifically deny that particular
address? 


Say you wanted bob to only be able to receive mail on yoyo.com and not
yingyang.com or jacks.com. I would have to put entries in the virtual user
table to exclude/deny the addresses of [EMAIL PROTECTED] and [EMAIL PROTECTED]
that way the only email that could get through to bob would be [EMAIL PROTECTED]

Is there any other way to do this?

On a side note lately I have been having users get other users email. It is
always a spam message and never a legitimate email but still has me boggled
on how it is happening. I inspect the header information and it shows that
it was came in on the server to the correct addressed user, but it ends up
in a different mailbox. Any ideas on that?

Thanks,
Chadd

  

The only thing I have found is the virtual user table,
  

That is how you do it.  Make a virtual user for the main account and
then just  forward the other email addresses to that account.

Jeremy Davis

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/



  


--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread David E. Smith

N White wrote:

lolz. ;-) I guess anything is better than Sendmail. Right?


I'd rather rebuild my whole wireless network with RFC2549 gear than use 
Sendmail. ;)


http://www.faqs.org/rfcs/rfc2549.html

David Smith
MVN.net
--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread N White

lolz. ;-) I guess anything is better than Sendmail. Right?

-Nick


David E. Smith wrote:

On Mon, October 30, 2006 3:41 pm, N White wrote:

  

I suggest the following. I never liked Sendmail all that much



You misspelled 'www.postfix.org' :)

David Smith
MVN.net

  



--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread David E. Smith
On Mon, October 30, 2006 3:41 pm, N White wrote:

> I suggest the following. I never liked Sendmail all that much

You misspelled 'www.postfix.org' :)

David Smith
MVN.net

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread N White

I suggest the following. I never liked Sendmail all that much

http://www.qmailrocks.org - The Mailing List is VERY active.
http://qmail.jms1.net/ - Many patches and great information that goes 
with above


-Nick


Chadd Thompson wrote:

Won't that still allow the user to receive mail for every domain on the
server unless you go in for every user and specifically deny that particular
address? 


Say you wanted bob to only be able to receive mail on yoyo.com and not
yingyang.com or jacks.com. I would have to put entries in the virtual user
table to exclude/deny the addresses of [EMAIL PROTECTED] and [EMAIL PROTECTED]
that way the only email that could get through to bob would be [EMAIL PROTECTED]

Is there any other way to do this?

On a side note lately I have been having users get other users email. It is
always a spam message and never a legitimate email but still has me boggled
on how it is happening. I inspect the header information and it shows that
it was came in on the server to the correct addressed user, but it ends up
in a different mailbox. Any ideas on that?

Thanks,
Chadd

  

The only thing I have found is the virtual user table,
  

That is how you do it.  Make a virtual user for the main account and
then just  forward the other email addresses to that account.

Jeremy Davis

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/



  



--
---
| Nick White  |
| Network Administrator   |
| Tele-NET Internet   |
| http://www.tele-net.net |
| [EMAIL PROTECTED] |
---

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


RE: [WISPA] OT: sendmail question

2006-10-30 Thread Chadd Thompson
Won't that still allow the user to receive mail for every domain on the
server unless you go in for every user and specifically deny that particular
address? 

Say you wanted bob to only be able to receive mail on yoyo.com and not
yingyang.com or jacks.com. I would have to put entries in the virtual user
table to exclude/deny the addresses of [EMAIL PROTECTED] and [EMAIL PROTECTED]
that way the only email that could get through to bob would be [EMAIL PROTECTED]

Is there any other way to do this?

On a side note lately I have been having users get other users email. It is
always a spam message and never a legitimate email but still has me boggled
on how it is happening. I inspect the header information and it shows that
it was came in on the server to the correct addressed user, but it ends up
in a different mailbox. Any ideas on that?

Thanks,
Chadd

> >
> > The only thing I have found is the virtual user table,
> That is how you do it.  Make a virtual user for the main account and
> then just  forward the other email addresses to that account.
> 
> Jeremy Davis
> 
> --
> WISPA Wireless List: wireless@wispa.org
> 
> Subscribe/Unsubscribe:
> http://lists.wispa.org/mailman/listinfo/wireless
> 
> Archives: http://lists.wispa.org/pipermail/wireless/

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


Re: [WISPA] OT: sendmail question

2006-10-30 Thread Jeremy Davis




You have a local user named bob and you have three domains that your server
handles mail for, say yingyang.com, yoyo.com and jacks.com. You could send
an email to [EMAIL PROTECTED] , [EMAIL PROTECTED] and [EMAIL PROTECTED] and 
they would
all get to the local user bob. Is there anyway to restrict bob to only be
able to receive and send on one of those particular domains instead of all
three? I though that I had found something on this in the past but I have
been googling for two days now and have come up with nothing. 

The only thing I have found is the virtual user table, 
That is how you do it.  Make a virtual user for the main account and 
then just  forward the other email addresses to that account.


Jeremy Davis

--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/