Bug 165786 - yast2-mail modul uses obsolate postfix attributes (virtual domains)
Summary: yast2-mail modul uses obsolate postfix attributes (virtual domains)
Status: RESOLVED WONTFIX
: 115293 (view as bug list)
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: RC 1
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Vidner
QA Contact: Stanislav Visnovsky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 08:47 UTC by Peter Varkoly
Modified: 2008-04-25 09:30 UTC (History)
2 users (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Varkoly 2006-04-13 08:47:45 UTC
yast2-mail modul uses the obsolate postfix attribute virtual_maps to provide virtual mail server capabilities. This bug conserns SLES10 and SLES9 too.

In postfix 2.0 you have to use the attributes:
virtual_mailbox_base, virtual_mailbox_maps and virtual_mailbox_domains

Alternativly you can use virtual_alias_domains and virtual_alias_maps too.
virtual_alias_domains have to contains entries like:
varkoly.de anything
suse.de anything

virtual_alias_maps contains the virtual mail adresses
peter@varkoly.de varkoly
varkoly@suse.de  varkoly

#to implement a catch-all address
@varkoly.de varkoly
Comment 1 Martin Vidner 2006-04-13 08:54:45 UTC
grep virtual_maps /sbin/conf.d/SuSEconfig.postfix
;-)
Comment 2 Peter Varkoly 2006-04-15 13:59:08 UTC
OK I'll fix it (I do not use SuSEconfig.postfix:-) But that is only one of the problems. Postfix uses virtual_maps transition way. The main problem is that in yast2-mail the domain entries will not be written into the /etc/postfix/virtual. That's why only clients from the local network can send emails to the virtual adresses. I see to ways:
1. you have to ensure that if the user enter an virtual email address the a domain entry must exsist for it too.
2. you have to refer in the help text to do it so.
Comment 3 Peter Varkoly 2006-04-24 11:09:54 UTC
I've fixed the SuSEconfig.postfix file.
But as I saed. It is not the main problem but the missing virtual domain entries.
Please fix it in the yast2-mail modul.

Comment 4 Peter Varkoly 2006-05-04 08:49:23 UTC
????
It does not work on beta11
The virtual entries are useless in this form.
Comment 5 Martin Vidner 2006-09-05 08:55:16 UTC
*** Bug 115293 has been marked as a duplicate of this bug. ***
Comment 6 Stanislav Visnovsky 2008-04-25 09:30:34 UTC
No yast2-mail anymore.