niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Exim
handle_user unable to find user: 'maildeliver' - help
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
Author Message
Alexandre Busquets
*nix forums beginner


Joined: 08 Apr 2006
Posts: 18

PostPosted: Wed Jul 19, 2006 6:58 am    Post subject: handle_user unable to find user: 'maildeliver' - help Reply with quote

I have this error.

handle_user unable to find user: 'maildeliver'


this my config

vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)


# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)

# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]

# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true

deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}

#deny message = Aquest missatge te $spam_score spam points. Ets un
spammer. Ho vaig a dir a la mama.
# condition = ${if <{$message_size}{200k}{1}{0}}
# spam = maildeliver:true
# condition = ${if >{$spam_score_int}{10}{1}{0}}

accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *
hs-234:/usr/local/exim/includes# vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)


# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)

# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]

# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true

deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}

accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Alexandre Busquets
*nix forums beginner


Joined: 08 Apr 2006
Posts: 18

PostPosted: Wed Jul 19, 2006 7:51 am    Post subject: handle_user unable to find user: 'maildeliver' - help Reply with quote

I have this error.

handle_user unable to find user: 'maildeliver'


this my config

vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)


# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)

# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]

# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true

deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}

#deny message = Aquest missatge te $spam_score spam points. Ets un
spammer. Ho vaig a dir a la mama.
# condition = ${if <{$message_size}{200k}{1}{0}}
# spam = maildeliver:true
# condition = ${if >{$spam_score_int}{10}{1}{0}}

accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *
hs-234:/usr/local/exim/includes# vi vexim-acl-check-content.conf
deny senders = :
hosts = ! +relay_from_hosts
!acl = spf_from_acl
message = Your sender is not permitted (read spf.pobox.com)


# Reject virus infested messages.
#warn message = This message contains malware ($malware_name)
deny message = This message contains malware ($malware_name)
malware = *
log_message = This message contains malware ($malware_name)

# Reject messages containing "viagra" in all kinds of whitespace/case
combinations
# WARNING: this is an example !
# deny message = This message matches a blacklisted regular expression
($regex_match_string)
# regex = [Vv] *[Ii] *[Aa] *[Gg] *[Rr] *[Aa]

# Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide
settings
# (user "nobody"), no matter if over threshold or not.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = maildeliver:true
warn message = X-Spam-Report: $spam_report
spam = maildeliver:true

deny message = This message scored $spam_score spam points. See
http://www.sput.nl/spam/
condition = ${if <{$message_size}{200k}{1}{0}}
spam = spamd:true
condition = ${if >{$spam_score_int}{50}{1}{0}}

accept hosts = 127.0.0.1:+relay_from_hosts
accept authenticated = *
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Marc Haber
*nix forums Guru


Joined: 20 Feb 2005
Posts: 646

PostPosted: Wed Jul 19, 2006 8:47 am    Post subject: Re: handle_user unable to find user: 'maildeliver' - help Reply with quote

On Wed, 19 Jul 2006 09:51:30 +0200, Alex <abusquets@gmail.com> wrote:
Quote:
handle_user unable to find user: 'maildeliver'

Looks like you have not followed your HOWTO to the letter.

Please try to understand what you are doing before you go live with a
mail server on the Internet.

Greetings
Marc

--
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber | " Questions are the | Mailadresse im Header
Mannheim, Germany | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834

--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
The time now is Sat Nov 22, 2008 12:47 am | All times are GMT
navigation Forum index » Apps » Exim
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts postfix smtp authentication using mysql stored user/pass rtresidd Postfix 0 Fri Oct 03, 2008 5:58 am
No new posts Unable to print PDF only. subhankar RedHat 0 Mon May 05, 2008 9:08 am
No new posts unable to pop bahadirtonguc Postfix 0 Fri Apr 04, 2008 6:32 pm
No new posts Unable to detect HDD infoshirish hardware 0 Wed Jun 06, 2007 11:12 am
No new posts Unable to detect HDD infoshirish hardware 0 Wed Jun 06, 2007 11:11 am

Neopets Cheats, Games and Neopoints | Personal Injury Lawyer Los Angeles | Loans | Internet Advertising | Credit Card Debt Consolidation
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.6932s ][ Queries: 16 (0.3937s) ][ GZIP on - Debug on ]