Menu

Problem: postfix module and Postfix 2.0.6

Anonymous
2003-05-05
2004-01-07
  • Anonymous

    Anonymous - 2003-05-05

    I cant use webmin to do virtual domain mapping.
    It seem like webmin cant find my virtual file because it
    uses postconf to look for virtual_maps, but seem like
    my postconf does not display virtual_maps instead it
    display virtual_alias_maps only.
    The error msg I got from webmin postfix module
    (virtual domain):
    /usr/sbin/postconf: warning: virtual_maps: unknown parameter.

    Postfix  2.0.6
    Mandrake 9.1

    Thanks.

     
    • John Hinge

      John Hinge - 2003-12-04

      I'm having the same problem..
      After upgrading my postfix from a 1.x to 2.0.16, no more virtual for me, which is kinda sad, since that is where I have all my user<->postfix mappings..

      as noted :
      postfix 2.0.16
      Redhat 7.2 (fully updated)
      Webmin 1.121

       
    • Laurent Destailleur (Eldy)

      the virtual_maps parameter has been replaced by parameter virtual_alias_maps in postfix 2.
      However the last version of postfix webmin module should be able to detect the postfix version and use the correct parameter.
      May be, it's in your postfix config file that still use old parameter. Check your main.cf file and change virtual_maps=...
      by
      virtual_alias_maps=...

       
      • John Hinge

        John Hinge - 2004-01-07

        That did it..
        I changed from virtual_maps to virtual_alias_maps
        and can now edit domaion an d user stuff with webmin again, instead of all that pesky ssh'ing and pico'ing :)
        Thanks man

         

Log in to post a comment.