Virtual domains vs alias

Awhile back I was posting quite a bit about mac mail and Windows AD questions. That was in prepartion to move a client from Powweb hosted pop/exchange to they're own Mail server. 
I'm converting them this week but there was something I wanted to make sure could happen.
They essentially have 3 domains.  Domain1 is the primary. Domain2 and Domain3 are for other purposes but all recieve mail most of which is forwarded.
Most of domain2 are just forwards to accounts on the primary. So that's just adding the [email protected] to the user's account?  Does the gui create the alias in postfix automatically?
Domain3 however are not forwards. They are accounts for the owner's family domain. I'm guessing the best thing is to just create a seperate user account for those accounts and keep them seperate?
To allow this to be setup seperately on clients and devices (iphone, android, etc) should i just create a seperate accounts? user1 for [email protected] and user1a [email protected]? If there is a better way to accomplish besides a second user account I'm all for that.
My next question; users that have addresses for domain1 and domain2 listed on their account have the ability to respond with either address? That's using an email client like outlook or thunderbird? This isn't really a necessity as domain2 email addresses are just forwards in powweb to domain1 addresses. I was curious.
User1
[email protected]
[email protected]

If you have the email service turned on, creating a user automatically creates an email account under the domain that was setup for email.  Apple does have virtual domains, both web and email.  I've only worked with web virtual domains and that was very little.  Basically to get two websites running. 
I've never worked with the email virtual domain so I'm not sure how it works.  Email virtual domains are setup in the server admin app under the advanced tab.  My personal email server is Axigen running on Fedora Core which handles multiple domains (not virtual) which is why I have not looked at virtual email domains on Lion Server.
The WGM>Accounts>selected user>info tab is for Open Directory information to my knowledge.  Not sure how, or even if, that interacts with the email service.

Similar Messages

  • Virtual Domain or Alias?

    I have a web page on port 80. I have a Tomcat web service running on port 9089 that I want to access via the site's port 80. Here is an example of how you'd currently get to each:
    port 80: www.example.com
    port 9089: www.example.com:9089/service/
    I'd like to have the latter just resolve to: www.example.com/service/
    Can this be done?

    OK, for this you need to ensure that mod_rewrite and mod_proxy are enabled in the server (use Server Admin -> Web -> modules to enable).
    Then edit your www site's configuration file (the one that runs on port 80). towards the end you'll find a series of commands that include 'RewriteCond' and 'RewriteRule's.
    Add the following line to configuration file, after any existing Rewrite, but before the </IfModule> line:
    <pre class=command>RewriteRule ^/service/(.*)$ http://localhost:9089/service/$1 \[QSA,P,L\]</pre>
    This command (untested) should add a rewrite for any URI that begins with '/service/'.
    For any match it rewrites the request to http://localhost:9089/service/ where $1 matches whatever came after the /service/ in the original URL.
    The flags at the end mean:
    QSA: Query String Append - append any parameters included in the original URL - may not be necessary, but it doesn't hurt
    P: Proxy - this tells Apache to proxy the connection (i.e. retrieve the URL itself and pass the content back to the client). Without this it would send a redirect to the client.
    L: Last - this tells apache that this is the last rule - i.e. do not process any other RewriteRules after this one matches.
    You'll need to restart Apache after making this change.

  • Aliases and not mailboxes for virtual domain

    I know that virtual domains are broken in 10.5.1 and I'm not sure I want to upgrade to 10.5.2 yet until I know everyone else who has done it is working fine.
    My question is our OSX Mail Server primary domain is xpmedia.com. We have an old mail server we are wanting to transition off of slowly. Right now the primary domain on that old server is extremeprophetic.com. We are wanting to take every single e-mail address on the old server and make them all xpmedia.com addresses which I'm in the process of creating right now. At some point we want to direct the MX record for Extreme Prophetic to our new mail server and do away with those addresses.
    I don't want to create mailboxes for those addresses as they are going away. So my question is this. Let's say my old account is [email protected] and my new account on the new server is [email protected] If when I create that new xpmedia.com address, can I just make an alias in WGM for [email protected] and it will all come to my xpmedia.com account? Or do I have to do it the way of all my other virtual domains with the editing of the virtual file in postfix and forward those accounts on to xpmedia.com addresses?

    I think I found out how to do this by reading another entry. I just need to make the other domain not a virtual domain but a local host alias. I think I'm good to go.

  • Mailman + Postfix + Virtual Domains

    I'm going nuts trying to get this thing working... I spent the best part of yesterday getting Postfix and Courier working with Virtual Domains and a PostgreSQL backend. That's all working fine.
    Now I've spent about the last 5 - 6 hours trying to get Mailman working -- obviously without any luck.
    Can someone point me in the right direction? I tried installing from source, and following the 'official' installation manual, but that doesn't cover Virtual Domains very well (obviously not well enough to get it working at least).
    *Then* I realized that their's a package in EXTRA for Mailman, so I wiped the source install I did, and installed the package, but I'm still stuck.
    I think the main part of my problem, is the manual says that I should have a 'data/virtual-mailman' in the mailman installation directory, but I don't, and can't find any information on how it is created!
    At the end of the day, I just need a single damn mail list on one of my virtual domains for a dozen people -- if anyone has an easier solution than this, please suggest!

    windowbreaker wrote:
    Also, what's the output of
    postconf virtual_maps virtual_alias_maps
    Let me be sure I understand your situation.  You currently have postfix setup with virtual domains and mysql.  You are successfully able to send/receive emails from your virtual accounts, correct?
    Correct.
    postconf: warning: virtual_maps: unknown parameter
    virtual_alias_maps = hash:/etc/postfix/virtual_alias, pgsql:/etc/postfix/pgsql-virtual-forwards.cf
    And the contents of /etc/postfix/pgsql-virtual-forwards.cf
    hosts = localhost
    user = postfix
    password = MY_PASSWORD
    dbname = db_postfix
    query = SELECT forward_to FROM aliases WHERE email = '%s'
    /etc/postfix/virtual_alias
    MAILER-DAEMON: postmaster
    postmaster: root
    bin: root
    daemon: root
    named: root
    nobody: root
    uucp: root
    www: root
    ftp-bugs: root
    postfix: root
    manager: root
    dumper: root
    operator: root
    abuse: postmaster
    decode: root
    root: [email protected]
    windowbreaker wrote:In that case, you're probably trying to have postfix process all email sent to, say, [email protected], by mailman.  In which case you need to pass that email message to a mailman command, right?  I'm sure I got some things wrong, so go ahead and clear them up so I can give you detailed advice.
    Correct. My domain in question is ryla9810.org which has one alias that forwards to my gmail account (phil@), and I need one mail list with a dozen members (team@). The forward works, but the maillist is causing me grief
    Thanks for all your input so far

  • Is mail for virtual domains fixed in snow leopard?

    My goal is to set up several different domains, and have email for users for each of those domains
    In 10.5 (Leopard) you could set this up by creating virtual hosts (for the extra domains), and by creating an email alias' --- however this was broken functionality requiring significant (to me at least as I am not a programmer) manual circumvention of the setup and administration tools provided by apple
    Does anyone know if this is now fixed in 10.6 (snow leopard)? Can I, just using the admin tools and without any behind the scenes programming tweaks, set this up?
    Cheers,
    Brad

    It's not clear which "manual" you used to set up virtual domains.
    Look at this white paper from osx.topicdesk.com:
    http://downloads.topicdesk.com/docs/MakingVirtual_Mail_Users_in_OS_XServer.pdf
    and this white paper about setting rejections for virtual users:
    http://downloads.topicdesk.com/docs/RejectingMail_before_filter_in_Mac_OSX.pdf
    Russ
    Xserve G5 2.0 GHz 2 GB RAM   Mac OS X (10.4.8)   Apple Hardware RAID, ATTO UL4D, Exabyte VXA-2 1x10 1u

  • Running Virtual Domains on Mac OSX Server and Postfix

    Just purchased Mac OS Server X and Installed it. I am begining to setup mail servevices and this is my question.I have been using FreeBSD 5.3 and Postfix. In the main.cf I had setup 3 virtual Domains and used Canonical Maps and virtual alias to get my mail to the proper mailboxes. Now do I have to do that here in the terminal screen manually adding the canonical maps and virtual alias in the main.cf or does Server admin do it automacticly when I setup the virtual domains?
    Thanks
    PowerMac G4 Digital Audio 533 Mhz. Mac OS X (10.4.2)

    You can either go the manual editing route you were used to or use Server Admin. The results will be similar, but the approach different. Server Admin defines virtual domains differently (This is possible because postfix allows for different implementations.
    I have written a Tutorial on OS X Virtual Mail Domains. You can download it here: http://osx.topicdesk.com/downloads/

  • Mailman virtual domains configuration - Anyone has been successfull?

    Hello,
    Is there any one out there that has manage to configure Mailman to work with virtual domains in a Mac OS X Server 10.3.9 enviroment??
    Anyone??
    I've tryied every setup and read everything in the web about postfix and mailman and I just cant get it to work.
    If there is anyone out there that could show me his configuration I would mostly greatfull.

    If I keep the aliases and the virtual-mailman hashes
    in the postfix configuration I can have lists running
    for local and virtual domains, right?
    And we can have lists with the same name? And even
    with the same name of the users in WG?
    Once again, you can have the same name, be it for a user, be it for a list only ONCE per domain. A list and a user address are the same thing to postfix (they only difference is that a list adress is aliased to a mailman script). So they cannot exist twice in the same domain, but they can coexist in seperate VIRTUAL domains. Not in local host aliases.
    In order to this works I must have in SA, Mail,
    Advanced Settings, the virtual domain listed in the
    local host alias?
    Absolutely NOT! Virtual domains and local host aliases must be kept separate.

  • How to let mmp_smtp support  virtual domain authentication by user/pass

    my mmp had configured 2 virtual domain ,one is mmp1.soft.com,other is mmp2.soft.com
    i can send mail by mmp use the user/pass format : mmp1user/pass , which is sotred in o=mmp1.soft.com,o=isp in ldap,and the format [email protected]/pass which is stored in o=mmp2.soft.com,o=isp in ldap,
    but i can't send mail use the format: mmp2user/pass.
    the pop is work fine.
    the following is my config file:
    more PopProxyAService.cfg
    default:LdapUrl "ldap://mmp1.soft.com:389/o=internet"
    default:LogDir /var/Sun/ims52/mmp-mail2/log
    default:LogLevel 10
    default:BindDN   "cn=Directory Manager"
    default:BindPass "soft"
    default:BacksidePort 8110
    default:ConnLimits 0.0.0.0|0.0.0.0:20
    default:VirtualDomainFile /var/Sun/ims52/mmp-mail2/vdmap.cfg
    default:DefaultDomain mmp1.oft.com
    default:SearchFormat (uid=%U)
    default:VirtualDomainDelim @
    default:CanonicalVirtualDomainDelim @
    default:AuthCacheTTL 1
    default:LdapCacheTTL 1
    default:HostedDomains yes
    more vdmap.cfg
    vdmap mmp2 192.192.192.192
    mmp2:DefaultDomain mmp2.soft.com
    mmp2:BindDN "cn=Directory Manager"
    mmp2:BindPass "oft"
    mmp2:LdapUrl "ldap://mmp2.soft.com:389/o=internet"
    more SmtpProxyAService.cfg
    default:LdapUrl "ldap://mmp1.soft.com:389/o=internet"
    default:LogDir /var/Sun/ims52/mmp-mail2/log
    default:LogLevel 10
    default:BindDN   "cn=Directory Manager"
    default:BindPass "soft"
    default:ConnLimits 0.0.0.0|0.0.0.0:20
    default:VirtualDomainFile /var/Sun/ims52/mmp-mail2/vdmapsmtp.cfg
    default:DefaultDomain mmp2.soft.com
    default:SmtpProxyPassword soft..ssl
    default:LdapCacheTTL 1
    default:SmtpRelays mmp1
    more vdmapsmtp.cfg
    vdmap mmp2 192.192.192.192
    mmp2:DefaultDomain mmp2.soft.com
    mmp2:BindDN "cn=Directory Manager"
    mmp2:BindPass "soft"
    mmp2:LdapUrl "ldap://mmp.soft.com:389/o=internet"
    mmp2:LdapCacheTTL 1
    mmp2:AuthCacheTTL 1
    mmp2:SearchFormat (uid=%s)what's the error with my configuration?
    Does the virtual domain is supproted by mmp_smtp,and does user can auth to smtp by user/pass ,but not by user@domain/pass ?
    thanks in advance!
    null

    ok,let's discuss with data.
    i want to migrate another domain "soft.com" to my current Messaging Server,
    i have created the new host domain : soft.com ,and the user "testmail" belongs to that domain.
    the following show the process of my login.
    220 ESMTP Messaging Multiplexor (iPlanet Messaging Server 5.2 (built Feb 21 2002)
    helo soft.com
    250 mail2
    auth login
    334 VXNlcm5hbWU6
    dGVzdG1haWw= (which is "testmail" after base64 decode)
    334 UGFzc3dvcmQ6
    cGFzczR0ZXN0bWFpbA== (which is "pass4testmail" after base64 decode)
    535 5.7.8 Bad username or password (Authentication failed).
    220 ESMTP Messaging Multiplexor (iPlanet Messaging Server 5.2 (built Feb 21 2002)
    helo soft.com
    250 mail2
    auth login
    334 VXNlcm5hbWU6
    dGVzdG1haWxAc29mdC5jb20=  (which is "[email protected]" after base64 decode)
    334 UGFzc3dvcmQ6
    cGFzczR0ZXN0bWFpbA== (which is "pass4testmail" after base64 decode)
    235 2.7.0 login authentication successful.
    mail from:[email protected]
    250 2.5.0 Address Ok.
    quit
    221 2.3.0 Bye received. Goodbye.becase i start the ssl connection for user to send and receive mail ,so i have to use mmp as smtp/pop/imap proxy. i don't want the user of domian "soft.com" need modify any of their mail client after the migration ,that means,the user of domain "soft.com" can login use "testmail",but not "[email protected]".
    i don't know whether i have described my question clearly,thanks for endure my lame english~ ! :)

  • Can I move a Virtual Domain Controller from one host(Win Server 2008 R2) to another (Win Server 2012 R2) ? Are there any issues?

    Can I move a Virtual Domain Controller from one host(Win Server 2008 R2) to another (Win Server 2012 R2) ? Are there any issues?

    I also had this error: "Setup cannot continue. Your computer will now restart, and your previous version of Windows will be restored."
    trying to do a in-place upgrade of a Domain Controller Windows 2008 R2 to Windows 2012 R2.
    The problem was the separated System Reserved Partition. After I removed using this instructions:
    http://jacobackerman.blogspot.com/2012/12/how-to-remove-system-reserved-partition.html
    The upgrade ran ok, and now have my DC as Windows 2012 R2.
    Hope that helps!.

  • 10.5.2 Virtual Domains - 2 user questions

    (NOTE: Generic host and domain names used in this mail, real ones are used for the actual machine)
    Clean 10.5.1 install, immediately hit software update multiple times till 10.5.2 and any other offered updates were installed.
    Went into WGM and created the accounts for my virtual domain users (I will not be doing any mail accounts on the main server which is called localhost.local) using the same setup as the 10.5.1 tutorial referenced many times on this site. I made no by-hand file changes other than making the bounces soft instead of hard, as I think that virtual domains are supposed to work now with 10.5.2.
    Went into Server Admin, added Mail as a service and configured it with my virtual domain in the Advanced/Hosting tab and turned on debug output for SMTP and POP.
    Pointed my firewall at the new mail server so that DNS would be correct
    Tried sending a mail from my test user to my test user from a mail client on my LAN.
    YAY! It works!
    Ok, so with the WGM version of virtual domains, where do I put the dreaded catch-all user for the one domain that required it?
    Do I just make a virtual user account with the second shortname being @mydomain1.com?
    And, for forward-only mail addresses do I make a virtual user account with the "mail" tab set to forward?
    Or, do I still use the tutorial method for those features where I edit files directly?
    Thanks, and (fingers crossed) last question for a while.
    ------ main.cf ------
    queue_directory = /private/var/spool/postfix
    command_directory = /usr/sbin
    daemon_directory = /usr/libexec/postfix
    mail_owner = _postfix
    unknown_local_recipient_reject_code = 450
    unknown_virtual_alias_reject_code = 450
    unknown_virtual_mailbox_reject_code = 450
    debug_peer_level = 2
    debugger_command =
    PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
    xxgdb $daemon_directory/$process_name $process_id & sleep 5
    sendmail_path = /usr/sbin/sendmail
    newaliases_path = /usr/bin/newaliases
    mailq_path = /usr/bin/mailq
    setgid_group = _postdrop
    html_directory = no
    manpage_directory = /usr/share/man
    sample_directory = /usr/share/doc/postfix/examples
    readme_directory = /usr/share/doc/postfix
    mydomain_fallback = localhost
    message_size_limit = 10485760
    myhostname = localhost.local
    mailbox_transport = cyrus
    mailbox_size_limit = 0
    mydomain = local
    enable_server_options = yes
    inet_interfaces = all
    smtpd_client_restrictions = permit_mynetworks reject_rbl_client zen.spamhaus.org permit
    maps_rbl_domains =
    content_filter = smtp-amavis:[127.0.0.1]:10024
    smtpd_sasl_auth_enable = yes
    smtpd_use_pw_server = yes
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,permit
    smtpd_pw_server_security_options = cram-md5
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    virtual_mailbox_domains = hash:/etc/postfix/virtual_domains
    ---------- virtual --------
    This file is empty other than comments
    ----------- virtual_domains ----------
    mydomain1.com allow
    mydoamin2.net allow

    Thanks for the feedback. Good to hear virtual domains set up from scratch work in 10.5.2.
    Ok, so with the WGM version of virtual domains, where do I put the dreaded catch-all user for the
    one domain that required it?
    Do I just make a virtual user account with the second shortname being @mydomain1.com?
    To be honest, I never tried, but I seriously doubt this will work (worth trying though). I'd put it in /etc/postfix/virtual (can coexist fine with WGM, but you'll need to add the reference to it to main.cf
    And, for forward-only mail addresses do I make a virtual user account with the "mail" tab set to forward?
    As above, worth trying. Doubt it'll work through WGM.
    Generally speaking and from my experience and assuming there are no bugs, Server Admin and WGM allow for basic setups. Anything slightly advanced is better done through the command line. Sad but true.

  • Virtual Domain Controllers in 2012 Failover Cluster. Time Skew

    Hi All,
    Not sure if this is the correct space for this topic, however i'll give it a go anyway.
    We have a 2 Hosts (HP DL385) Windows Server 2012 Failover Cluster.
    Storage is provided by a 12 Bay NAS with iSCSI connections (This is catering for CSV's and Quorum)
    We are running 2 Virtual domain controllers (2008R2)
    The issue we experience is that if the cluster goes down, and when it comes back online the time on the domain controllers (one or the other or both) skews by any where up to 3 days which causes havoc for our office until we can resync clocks with the PDCe.
    Time Synchronisation Integration Service is disabled on both Domain Contollers
    A few days back we need to reboot the storage on the cluster, and the tasks performed were as follows:
    -Power off all virtual machines (Graceful Shutdown)
    -Put all CSV's into maintenance mode
    -Offline Disk Witness to Quorum
    -Rebooted Storage (Waited until it came back online)
    -Online Quorum Storage (Successful)
    -Bring CSV's out of maintenance mode (Successful & Browsable)
    -Power on all Virtual Machines (Successful)
    This is where the time Skewed and caused headaches. The time for some reason went to 2 days 11hrs in the past on 1 domain controller.
    With this DNS lookups failed to work, Cluster services failed, Cluster Aware Updating Failed, RDP to VM's (and Virtual Hosts) by DNS Name failed (Date time error) 
    There doesn't seem to be anything in the EventLog except for date/time stamp on events being 2 days in the past.
    Now this is why i'm not sure if the issue is cause by fail over clustering, or is an issue with the domain controllers.
    Any advice regarding this or if anyone has seen this behaviour before any info would be great
    Thanks
    Rob 

    Hi Rob,
    Does both this two DCs on your cluster VM and there have not others DCs? Microsoft recommends that files for virtualized domain controllers be placed on non-CSV
    disks, Non-CSV disks can be brought online without authentication. Because non-CSV disks can be brought online more easily.
    For virtual machines that are configured as domain controllers, it is recommended that you disable time synchronization between the host system and guest operating
    system acting as a domain controller. This enables your guest domain controller to synchronize time from the domain hierarchy, please confirm your PDC time is always correct.
    The related KB:
    Running Domain Controllers in Hyper-V
    https://technet.microsoft.com/en-us/library/d2cae85b-41ac-497f-8cd1-5fbaa6740ffe(v=ws.10)#deployment_considerations_for_virtualized_domain_controllers
    Things to consider when you host Active Directory domain controllers in virtual hosting environments
    http://support.microsoft.com/kb/888794?wa=wsignin1.0
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can I make a subfolder a Virtual Domain?

    Greetings all,
    Still on Tiger Server. I've created virtual domains before like this:
    Default: /Library/WebServer/Documents
    Virtual1: /Library/WebServer/Virtual1
    But I want to know if I can do this:
    Default: /Library/WebServer/Documents
    Virtual1: /Library/WebServer/Documents/subfolder1
    Virtual2: /Library/WebServer/Documents/subfolder2
    I have the Virtual domains entered in DNS, but they ALL just go to the default site right now, even though I defined the virtual domains (using Server Admin) as their own domains pointing to the subfolder path.
    What am I doing wrong? Thanks in advance for any assistance!

    Sure you can do what you want - just be aware that http://default.com/subfolder1/ will be the same content as http://virtual1.com/ since they both point to /Library/WebServer/Documents/subfolder1.
    That said, you probably have a wildcard (*) set in the Aliases section of the default site. This tells apache to match this virtual host to all hostnames so the others never get referenced. Remove the *.

  • Setting up email accounts for virtual domains....

    Hello,
    I am bringing my email hosting in-house and am having problems getting it to work. I follow the documentation as best I can and am ending up with the inability to log into the account with my email client.
    I can send emails the the account without any bounce back, and my email client (Apple Mail) can find the server, but my login is failing.
    I can also ping the domain and it is resolving to the correct IP.
    I've :
    - enabled virtual domains
    - added the domain
    - added a user with the a shortname of [email protected]
    - given the user access to the mail service in server admin.
    My client is setup as:
    username: [email protected]
    passwork: ****
    incoming server: mail.virtualdomain.com
    My hunch is that I am not correctly setting up the user and/or their permissions.
    Any help would be appreciated.
    cheers,
    jr

    Thanks for the pointer.
    the mailaccess.log is empty and the ApplePassword* has no references to mail access attempts.
    Although I am not sure what needs to be fixed, it does seem to indicate that the server isn't responding to login attempts.
    The mail client is Apple mail.
    In addition, the test messages I sent did actually get bounced back, it just tool several hours.
    The additional test that I ran was turning off the mail services from the server preferences. This resulted in the client not being able to find the server at all.
    So, it's not completely messed up, but appears to be misconfigured.
    cheers,
    jr

  • Reporting-MTA not using virtual domains

    I hope this will be an easy answer that I'm just not seeing...
    I have mail running on 10.5.2 with multiple virtual domains.
    vdomain1.com
    vdomain2.com
    vdomain3.com
    etc.
    Receiving mail and sending mail both work fine, except on occasion I get the following error trying to send to certain addresses (mchsi.com is one example):
    <[email protected]>: host gateway.mchsi.com[204.127.203.150] said:
    550-63.254.110.6 blocked by ldap:ou=rblmx,dc=mso,dc=att,dc=net 550 Blocked
    for abuse. Please contact the administrator of your ISP or sending
    mailservice. (in reply to MAIL FROM command)
    Reporting-MTA: dns; mail.XServeMail.local
    X-Postfix-Queue-ID: 87047361E24
    X-Postfix-Sender: rfc822; [email protected]
    From what I can tell, the mail server is using the machine's host name (mail.XServeMail.local) as specified in Server Admin as opposed to using something like mail.vdomain1.com.
    Is there a way to tell it to use mail.vdomain1.com when mail is sent from that address, use mail.vdomain2.com when mail is sent from that address, etc.?
    I've been reading a lot of the Postfix configuration information, but don't want to start down the wrong path without someone providing a bit of guidance first.
    Here is the postconf -n output:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 0
    mydestination = $myhostname,localhost.$mydomain,localhost
    mydomain = XServeMail.local
    mydomain_fallback = localhost
    myhostname = mail.XServeMail.local
    mynetworks = 127.0.0.0/8
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = login,plain,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates/Default.crt
    smtpdtls_keyfile = /etc/certificates/Default.key
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    Thank you in advance for any help.

    You cannot use a different host name depending on the sending domain and also this is not necessary.
    What you need to do is to give your mail server a fully qualified hostname that can be resolved by an external DNS lookup. Also make sure your mail server's IP has a proper reverse PTR record.

  • Prime Infrastructure 1.4 e-mail from virtual domains

    Hi
    Is there any way in PI 1.4 to configure e-mail alerts to be sent to different recipients for different virtual domains.  We have several large sites, each with their own controllers and AP's (16 controllers & 4000+ AP's) and I'd like to be able to set things up so that the admin for each site gets any alerts for that site e-mailed only to them. The only way I can find to group the site devices is to put them in a virtual domain (subordinate to ROOT-DOMAIN) but e-mail recipients only seem to be configurable from ROOT ?
    So would have:
    Site A, controller A & AP's, alerts e-mailed to Admin_A
    Site B, Controller B & AP's, alerts e-mailed to Admin B etc.
    Thanks
    Alan

    This is exacly what I am trying to do as well Kilravock. We have a distributed management model where I would like to have the email alerts sent to the admins for each domain. 
    If someone knows how to perfom this I would love to hear how to do it because I can't find instructions in any of the Ciso documentation.
    Any insight would be apreciated!
    -Thanks in advance

Maybe you are looking for

  • Unable to Capture Footage! Please Help.

    Hey guys, I am having trouble getting Final Cut Pro to recognize the camera I am trying to capture off of. Does anyone know what the problem might be? Here are all my stats: Final Cut 5 Camera: Sony DCR-VX2000 Connection: Firewire Sequence Preset: DV

  • After update I can't connect to the internet in no way, shape or form

    I rarely update because: 1) something always breaks when you update (like now) and 2) I don't like to deal with new crap like GNOME 3. Anyway: I bought a new router (TL-WR1043N) and configured it with an old Ubuntu because connecting to 192.168.1.1 d

  • How to create an autoplay slideshow in InDesign

    Hi, I would like to create a banner in InDesign with transitions and export as swf file, but I would like it to autoplay on load instead of having people navigate from page to page. Is it possible to create an autoplay action within InDesign? Thank y

  • Recurring vault errors

    I'm having a recurring problem when updating vaults from Aperture 2. I fixed it first time around but its started to occur again. Any help? *_First time_* Back in November, our copy of Aperture 2 installed on a PowerMacG5 kept on quitting unexpectedl

  • Quicktime plugin 7.7.1 crashes on Chrome, Safari, and Firefox plus missing in codecs to render on video programs.

    Hi all, I'm going to assume that this problem is fairly new because there haven't been any solutions to the previous folks who reported a similar situation. I discovered the problem when I was trying to render a video file to a quicktime .mov format