[Solved] Need pointer for setting up an email server for other domains

I am trying to setup a mail server that can handle multiple domains. Followed this tutorial [1]
What I have:
mailserver.domain.tld
domain.tld
domain2.tld
I have set up postfix with dovecot through postfixadmin, have configured roundcube as my web email client. For the emails coming from and going to the @mailserver.domain.tld addresses work as I would expect them to.
But what I am not grasping I guess is how do I add the domain.tld and domain2.tld domains so that the emails are @domain.tld but they are properly routed to be received on @mailserver.domain.tld
I have been reading the wiki and the postfix virtual readme, but I feel like I am getting lost and confused on terms. Can someone point me back on path for what the proper next step is to be able to get the other domains to receive mail properly. Should it be done with a virtual email or domain or? I have tried both, but probably not properly and any time I send from @domain.tld the email headers do not say to send back to @mailserver.domain.tld .
Thanks for your time and help.
[1] https://wiki.archlinux.org/index.php/Si … ail_System
Last edited by vwyodajl (2013-03-26 21:03:17)

Did you add MX records for mailserver.domain.tld to your domains? That should basically all that is needed to get it working, assuming you configured the domains in postfixadmin already so your postfix feels responsible for them.

Similar Messages

  • Need HELP with setting up my email on new 4g ipod touch.

    I need help setting up my email on my 4g ipod touch. I just got it today and had a 1st gen and it worked fine. I need help setting it up again.
    Any help would be appreciated
    Thanks in advance.
    Pam

    http://www.apple.com/support/ipodtouch/assistant/sendmail/

  • [SOLVED] PKGBUILD equivalents for other distros

    I'd like to package some of my tools for other distros - mainly .deb and .rpm based for now.  Ideally, I'd like to not have to build full packages for each distro, but instead host build scripts or equivalents of PKGBUILDs for other distros.  As I am not nearly as well versed in other distros as I am with arch, I'm not sure how to find the needed information to accomplish this.
    To take .deb as an example, the pacman rosetta page suggests debuild is the equivalent tool to makepkg.  However, the debuild man page indicates that debuild can simply be run within the source tree to build a package.  Certainly this can't be the case, unless there are distro-specific files within that source tree that debuild finds and uses.  That man page does not indicate what these files are and how they are written.
    I have found documentation for creating full binary packages for debian-based distros, but is there an equivalent to a PKGBUILD?  I know for Gentoo, ebuilds are well documented and should be quite doable.  But frankly I'm pretty sure most gentoo users wouldn't need my help with those.  I'm currently primarily targeting .deb as many novice linux users that I'd like to make a couple of my tools available to seem to use ubuntoo.
    I suspect I may just be missing the proper documentation and/or am not using the right search terms.  Any nudges in the right direction would be appreciated.
    (edit: marked 'solved' as I now have the information I needed to get started working on this - but more input can always be handy.)
    Last edited by Trilby (2014-01-08 20:34:26)

    I recently discovered Debian's `checkinstall` which is very close to what I was looking for.  One can easily create a script that will download and install a "non-debianized" source package as a .deb that can be managed by dpkg/apt-get.
    Allegedly it can also create rpm packages, but I'm not going to worry about trying that out for a while.
    A simple example of a script to allow debian/*buntu users to install one of my packages can be seen here.  There is an executable script called `makedeb` - guess what it does.  There is also a package-specific file called DEBBUILD - guess what that's for .  With just those two files, a debian user could run the script which would get the needed info from the DEBUILD to install the needed dependencies, download and build the source, install under the watch of checkinstall to a temp directory, have checkinstall build a .deb package, remove the builddeps (and optionally all deps installed during the build), and leave them with a *.deb file ready for dpkg.
    This instance of makedeb was intentionally made generic so it could work for other packages, however it is also *very* simple and so will not work for all other packages.  A DEBBUILD is nearly identical to a PKGBUILD, except the dependency names need to be converted to the debian deps (and there may be many more deps needed as you cannot assume our base/base-devel components are there ... and split -dev packages suck).
    Making this DEBBUILD + makedeb made me wonder how hard it would be to convert our own makepkg over to work on top of apt-get/dpkg.  I've installed debian (crunchbang) on one of my systems to experiment with this.  I've realized there may not be much to it really.  I've just completed my revision to the actual makepkg script (and makepkg.conf) to make a full featured makedeb and makedeb.conf.  It is not yet tested - and once I test it I may find it is not nearly as complete as I had hoped.  But the goal is to allow PKGBUILD -> DEBBUILD conversions to be quite easy (just change the deps).
    I may post my full featured makedeb in "community contributions" if/when it passes a few basic tests.  It will not run on arch, but it is suited for archers who need to make debs.  It may eventually run on arch (there are dpkg is in the AUR, and so is checkinstall, though it is very broken ATM), but this is not a goal of mine.
    Last edited by Trilby (2014-05-30 17:37:40)

  • Does iCloud accept emails forwarded from other domains ?

    I used to forward emails from the dbradley.net email server directly to my .mac account and Apple stopped allowing forwarded emails. Now with iCloud can I forward dbradley.net email to my iCloud account ?
    Dennis
    <Email Edited By Host>

    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    You can forward mail to any account, nothing in iCloud will stop you doing this.

  • I just changed internet provider and I need help to set up my emails accounts

    I have changed from Optus to TPG (internet)  and I'm having problems setting up my wife email account; we always had 2 accounts , one each.when i create the slave account on tpg website doesn't transfer into Mail. Already have my account working fine. Please somebody have some ideas?

    Contact your ISP for instructions.

  • [SOLVED]Need ideas for framework level disable on af command components

    Hi all,
    I am using ADF Faces & BC, JDeveloper 10g.
    I need a framework level disable/enable design for every command component on a adf faces page. I can certainly do this one at a time by assigning an el expression on the "disable" attribute individually. However, this would put the burden on each developer to ensure proper authorization code is put in place. I would like to avoid the latter option as it is repetitive, not modular and prone to mistakes. Can anyone provide some ideas? I was thinking of using javascript to pick up special designated componentIds and assign property that way. Also, I've heard of aspect oriented approaches for Java classes, although I'm not sure how well this would integrate into our application. Any advice is appreciated.
    Thanks,
    Wes
    Edited by: Wes Fang on Sep 21, 2010 9:00 AM

    Thanks again for the idea John, I tracked down this thread:
    ADF FACES:Creating custom component on top of adf
    on how to create custom tags, everything is working with the exception one important feature. My custom tags are showing up, but I cannot seem to access the adf binding container within the UIcomponent base. I need to execute a method on the app module to find out if the button should be enabled/disabled. Would you have a solution to this issue? I also found another user with similar question over at:
    Re: Parsing EL expression in custom tag 10.1.3.4
    thanks,
    Wes

  • [SOLVED] Need help with setting up X

    Hello guys am new to the forum and this is my first post here. I am in need of a little help.
    Need help with X configuration. It starts like this, I installed xorg-server , xorg-utils, xorg-server-utils. When I tried installed xorg-init it says no package, anyway I ignored and moved on.
    Now I installed regular mesa stuff and installed xf86-video-ati driver for my HD4250 graphics adapter. with libgl and ati-dri (I have old arch wiki print so it mentioned to install those while newer doesn't list some stuff)
    Now the problem is that Xorg -configure doesn't work with newer X and nor the packages has generated /etc/X11/xorg.conf file.
    Anyway I created the file manually and added each and every section as mentioned in the "old" guide that I have.
    I even added a /etc/X11/xorg.conf.d/20-radeon.conf file for my graphics card with the content as
    Section "Device"
    Identifire "r"
    Driver "radeon"
    EndSection
    After manually creating all such files I installed x-term, xclock and twm. But when I tried to start X by startx or Xinit it says command not found. Add to that a simple X shows couple of errors.
    Please see the errors here Paste #399362 | LodgeIt!
    Some more questions : My old guide mentioned to install HAL while newer guide on the net mention DBUS. Though I have added DBUS to be on the safe side but why not HAL ? Is it because of Udev ?
    So please help me getting X up and running.
    Regards
    Last edited by Shashwat (2011-06-04 09:47:47)

    Ok  I sorted out the misprints in the file and installed xinit but still can't get it to work.
    1. There are few errors in xorg.conf that I cannot make it out.
    2. The X output says no screen found. ?
    http://paste.pocoo.org/show/399383/
    Now when I add EndSection at the last its says invalid parameter and when I remove it, I get an error "No EndSection, EOF missing"
    Kind of bugging
    Please do help.

  • [SOLVED] Mount point for a DB partition

    Hey guys,
    I want to create a separate partition for my Postgresql Data Base. What mount point should I give it?
    Also, whats the best file system for it? Its gonna be fairly large, about 100GB and growing.
    Last edited by corsakh (2009-11-15 06:32:38)

    xfs or ext3 or ext4 (xfs is particularly useful for large files)
    As for mount-point - heck - you can call it absolutely anything you want! (eg. /db)

  • Can't Set Up Mobile Email: "Server Not Found"

    Greetings,
    I'm trying to set up a mobile email account on with a flip top Verizon phone for a customer.  When I enter in our IMAP server details, I repeatedly get the message, "Server Not Found Check Your Details" or something like that.
    This mail server is entirely legitimate and all of our DNS information is correct. 
    Can someone from Verizon please chime in on this and offer some advice?
    Thanks.

        Hi spiritres,
    If you've followed the details above then you've taken the steps the phone needs for service to run properly. Can you see if other data services work ok on the phone? Can you send/receive picture messages? Can you browse the mobile web? If these aren't working then it's the data connection itself causing the trouble. If they work then I encourage you to check with your email provider and have them confirm the settings being used on Mobile Email. Some email providers change their server details for mobile devices.
    Thanks,
    MariaC_VZW
    Please follow us on Twitter @VZWSupport

  • Question about setting up an email server

    I want to store my own mail in a dedicated server I have but I don't know if it's possible to send and receive email reliably if I'm unable to change the server's PTR record. Anyone has any experience?

    Hi there,
    I know it has been quite a few days but better late than never i guess  
    First of all, PTR record has nothing to do with receiving emails so you will be ok for that part.
    For out going emails, short answer is I have seen quite a few servers run without matching PTR records so it leads me to believe it is possible.  It will probably increase the spam score of your messages so you may want to look at things like SPF and DKIM to balance that.
    Long answer goes something like this:
    In an effort to minimimize spam on my servers I have set my MTA (postfix) to reject emails that don't have have matching reverse dns records. It backfired big time. I found out even some of the biggest companies don't have proper PTR setup so it was rejecting all kinds of valid emails and I had to disable the check. This leads me to believe all the big hosting companies/ISPs don't block emails based on their originating server's PTR so you should be good to go. You "might" run into problems with paranoid mail servers but in my experiance it doesn't really happen.
    Also if you are setting the server up at home/small office make sure your ISP doesn't block port 25 as most does. You can also contact your ISP to see if they would agree to set up an PTR record for you. If they agree it would be one less thing to think about
    Last edited by kermana (2013-08-22 19:31:59)

  • [Solved] "Clean" font for other distros

    as mentioned in this thread, https://bbs.archlinux.org/viewtopic.php?id=69155 and a few others, the font called "Clean" can be installed from xorg-fonts-misc... but i want this font in debian based crunchbang as well as my arch and gentoo installs.  though i have the font in gentoo and arch, i cannot seem to find a font file to copy to my debian.
    where can i acquire this font to take with me to my other distros?
    or does it simply not exist anywhere as a regular font file?
    Last edited by Digit (2011-09-30 23:34:29)

    thnx whitehorn, that was the first thing i tried, and i got the same.  i too have proggyclean (and several other prog* fonts), but it's not the one i'm looking for.
    thnx karol.  xlsfonts seems handy.    still cant seem to find "Clean" though.
    thnx thisoldman.  i'm not looking for "one of the clean fonts".  i'm looking for "the font called "Clean"", of which, there's only one i'm aware of.  from what i could tell, from putting clB6x10.pfc (+.gz)  in my fonts directory, it's not the one.
    the specific font i'm looking for, shows up in font selection lists, simply named as "Clean".  it never changes size (8pt i think), is mono-spaced, and is always pixel perfect. 
    i've found http://dev-sham.blogspot.com/2011/02/using.html (after searching "font called clean"), but it didnt seem to work.
    ... i think i'll take this to a more relevent forum... i thought it'd be a simple case of someone telling me "you can get it from /usr/share/somewherelessobvious".

  • Rollover Effects -- Just Limited to Text... Need Them for Other Objects!

    Help!
    I am a print graphic designer who doesn't want to take the time to learn Dreamweaver, etc. I simply want to get my work samples online. So I bought iWeb '08 and have been tinkering with it.
    My question about rollovers for link effects: the rollover capability works just fine if the link is just straight text. My problem is that I decided to drop some shapes behind the text links so they would look more like buttons.
    When I did this the rollover effects quit working! (Ironically, the effects work just fine when viewing the site in Internet Explorer but DON'T work when viewed with Safari or Firefox.)
    Am I doing something wrong? Is there away that I haven't found yet to make rollover effects for something other than text objects?
    For example, if there was a way to do it, I could easily make gifs of before-rollover/after-rollover versions of the buttons. In fact, I would prefer that way, if possible, so I could control the look of the buttons.
    Is this just wishful thinking, or is there some workaround?
    I appreciate anyone's suggestions.
    --btb79311
    - - - - -

    Hi there,
    It's not wishful thinking... It's real!
    As a graphic designer you might have experience with photoshop.
    If so you can easily create your own button images and then have a look at the following page:
    http://web.mac.com/catucker/InsideOutside/Rollover.html
    It does work and it's quite easy (just tested it myself a few minutes ago).
    Regards,
    Cédric

  • Making for Other domains

    Any idea how to publish iWeb sites for non .mac customers?
    Like i ve an account in yahoosites.
    How to publish into that?

    In iWeb, there are basically two publishing options..."Publish to .Mac" and "Publish to Folder". In the case of a non-.Mac user with a 3rd party web host, you would use "Publish to Folder". iWeb then publishes the entire website into a folder ready for upload (FTP) to the 3rd party webhost. You will have to consult the 3rd party web host on the particular directions and directories where you will have to upload the folder.

  • Configuring SMTP in SAP for other Domain(GMAIL,YAHOO ETC)

    i have configured SMTP configuration in SAP........now the problem is mail is going from SAP to local domain,i want to send it to other domain also like yahoo,gmail etc.......plz help me by telling configuration in SAP

    hi
    good
    go through these links
    http://kb.hughesnet.com/al/12/2/1047.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm
    thanks
    mrutyun^

  • SPSecurityTokenService slow for other domain users

    We have a situation where users from another trusted domain suddenly are having slowness getting into SharePoint. On tracking the ULS entries, I noticed that the SPSecurityTokenService was taking a while to complete issuing a token. Everytime, the wait time
    is approximately the same time.
    Leaving Monitored Scope (SPSecurityTokenService.GetOutputClaimsIdentity()). Execution Time=42163.5752588667
    Leaving Monitored Scope (SPSecurityTokenService.Issue). Execution Time=42163.9392716113
    Any idea what might be causing this? We just started experiencing this recently.
    Thanks in advance,
    Jake.

    Was a nearby trusted domain controller firewalled to prevent the SharePoint server from communicating with it? Was a nearby trusted domain controller removed?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for

  • G40 Video noise and blank

    Upon startup, myG40 shows the POST page, then I hear a high pitch noice briefly, and the display goes dark. The external video connector does work, but the lcd screen stays dark. I have a second machine that I can use for parts.  Can someone recommen

  • File Associations to network shared virtual app?

    We often use application virtualization for larger apps that would take too long to install via msi. We put those large virtual apps on a network share and users launch them from there rather than installing them locally. It's worked well for us, but

  • My video gets pixilated after importing in Premiere pro cc 2014. I've try to change settings but nothing happens.

    My video gets  pixilated (specifically the text on the video) after I import it in premiere. I don't think it's because of my editing because when i'm previewing a video after importing it the video is already downgraded and the text are so pixilated

  • New laptop... how do i set up itunes .....

    I am sure this is a simple problem ... My old laptop (not an apple) died unable to it turn on. I have an iPad (the first model)  and  an iPhone 4. How do i set up / sync it with my new laptop with out losing my itunes purchases, apps music, pictures

  • Epson Scanner/Printer

    I just installed Arch64, and really dig this distro. However, I am trying to set it up with my Epson CX4900 all in one scanner/printer. I have installed sane, xsane, and Kooka, I am having trouble installing/compiling Iscan however. On my previous op