DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 15th August 2011
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default OpenSMTPD 530 Recipient Rejected

I have a map setup for virtual that has:
Code:
me@mydomain.com:   mylocalaccount
But in /var/log/maillog it shows:
Code:
530 5.0.0 Recipient rejected
I'm running OpenBSD 4.8. In my smtpd.conf:
Code:
listen on lo0 port 25
listen on 192.168.1.2 port 25
map "virtual" { source db "/etc/mail/virtual.db" }
accept for local deliver to mbox
accept from all for domain "mydomain.com" alias "virtual" deliver to mbox"
What do I need to change?
Reply With Quote
  #2   (View Single Post)  
Old 15th August 2011
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default

In case anyone else is running OpenSMTPD, I solved the problem. The user has to be a local account.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenSMTPD as a GMail relay backrow OpenBSD General 1 25th December 2011 07:22 PM
OpenSMTPD incoming mail server gpatrick OpenBSD General 2 9th August 2011 10:19 AM
OpenSMTPD gpatrick OpenBSD General 1 23rd February 2011 01:01 AM
Savemail panic, cannot save rejected email anywhere Mantazz FreeBSD Ports and Packages 12 11th January 2009 03:03 AM


All times are GMT. The time now is 11:47 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick